[Plugin: Event Manager] Attributes like Custom Fields
-
Hello!
I am using Events Manager and I am trying to figure out how to query and display specific events manager attributes as if they were Custom Fields.
This is the site in progress
In the NEws& Events area (bottom center) I want to display a news post and the next event – it’s working using:
<?php echo EM_Events::output(array(‘scope’=>’future’, ‘limit’=>1)); ?>
but I’d like to format the content that it returns. I was hoping I could use something like:
query_posts( array ( ‘category_name’ => ‘news’, ‘posts_per_page’ => 1 ) );
and then pull in the info I need as if they were just custom fields.
Any ideas?
Thanks,
rich
- The topic ‘[Plugin: Event Manager] Attributes like Custom Fields’ is closed to new replies.