Featured Event

This topic contains 0 replies, has 1 voice, and was last updated by  Alex 11 years, 3 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3075

    Hi Stephen,

    Just a thought, but ‘featured event’ could be a useful feature. If an event is featured it is highlighted. This could simply mean that on the single-event page there is some indication that the event is featured, but equally the event could be moved to the top of the respective archive/category pages.

    In the meantime this could be achieved by a custom field, for example:

    <?php if(get_post_meta($post->ID, 'Featured', true) == 1) echo "This is a featured event"; ?>

    Alex

    Alex
Viewing 1 post (of 1 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.