Jyos
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
@codepeople yep that was it! Thank you!
Nevermind, figured out the solution via another forum post!
echo EM_Events::output(array('format'=> '<a href="#_EVENTURL" border=0>$mycustomphpstuffiwantedherethatdoesntshowifiuseformats</a> <B>#_EVENTLINK</B><br/>#_EVENTDATES #_EVENTTIMES<BR/><i>#_LOCATIONNAME, #_LOCATIONADDRESS, #_LOCATIONTOWN </i><br/><a href="#_EVENTURL">Details & map</a><HR>', 'limit'=>20, 'pagination'=>1));Specifically, I’d like to be able to grab components of that output for me to style myself, like a custom wordpress query, where i’m able to drop <?php the_title(); ?> in a specific spot, or <?php the_excerpt(); ?> for example.
Hey Acts7,
This part I’m able to do as well, but I was wondering how I can customize the actual output? It appears as a list, which is fine for the main events page, but on other pages i’d like to be able to output the data in let’s say individual divs, adding classes to the event name, etc.
Sorry if I’m not explaining the situation too well, and thanks for the help 🙂
Viewing 4 replies - 1 through 4 (of 4 total)