• Resolved Jason Narciso

    (@jnarciso04)


    Is it possible to create a select element with each option populating all current categories? (And also filter out unwanted categories as well.)

    Basically I’d like to have a dropdown which will show every needed category. Then depending on which category is selected, a short feed of upcoming events for that category will show/refresh below it.

    This is all trying to be accomplished on an interior page template, separate from the EM template pages. Right now I have a list of categories with their link, and also showing their category ID using:

    <?php echo do_shortcode( '<ul>[categories_list hide_empty=0 exclude=22]<li>#_CATEGORYLINK, #_CATEGORYID</li>[/categories_list]</ul>' ); ?>

    Any help is greatly appreciated!

    https://wordpress.org/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry I’m afraid that this is not possible at the moment without atleast hacking into the code.

Viewing 1 replies (of 1 total)
  • The topic ‘Category List Outside Of Full Calendar View’ is closed to new replies.