Featured Event

This topic contains 0 replies, has 1 voice, and was last updated by  Alex 12 years, 6 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)

The forum ‘Request A Feature’ is closed to new topics and replies.