php - Wordpress custom loop problem -


i using events manager in wordpress.

i have display current month events in home page, using below code.

get_row(“select * chip_em_events event_category_id=’2′ , event_id=’4′”, array_a); echo “”; echo “$row2[event_name]“; echo “$row2[event_notes]“; ?> 

i can on event_name , event_notes id=”4″ need display events under event_category_id=’2′ current month.

in query, ask "and event_id=’4′", if want other ids, don't ask specific 1 ;)


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -