• Resolved Rabassa

    (@rabassa)


    Hello!

    I’m not sure how I can do queries for my events and then pull specific attributes. Is it possible to do queries like:

    query_posts( array ( ‘category_name’ => ‘news’, ‘posts_per_page’ => 1 ) )

    and then just pull in the attributes that I need (just as if they were Custom Fields) so I can format into my page?

    This is my site in progress and at the bottom center, I need to pull in the next future event – usin:

    echo EM_Events::output(array(‘scope’=>’future’, ‘limit’=>1));

    works fine but I need to change the info displayed as well as the layout.

    Thanks,
    rich!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Events Manager] Getting Attributes a la Custom Fields’ is closed to new replies.