Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Rhand

    (@rhand)

    Tried

    $events = query_posts("post_type=events&orderby=meta_value_num=_event_start_date&order=ASC");

    Does not seem to work as of yet.

    Thread Starter Rhand

    (@rhand)

    $query = array(
     'post_type' => 'events',
     'meta_key' => array('_event_start_date'),
     'meta_value' => array('true'),
     'order_by' => array('meta_value'),
     'order' => 'ASC'
    );
    $events = query_posts($query);

    Gets me zilch. Odd.

    This is a feature I’d also want on the single page display. Some of my events don’t include any content besides the time and date, so the single posts just include the title.

    Thread Starter Rhand

    (@rhand)

    As you saw in the other post I did manage to rearrange posts a bit on the main page, but I still did not get it exactly the way I wanted. I also have not managed to load extra data on a single event page. I think a colleague of mine found something and I will look into that asap.

    Hi Rhand,
    Any success in getting this resolved?
    I used your other post to enter ‘Location:’ ‘Date:’ and ‘Time:’ and to sort the events on the main event page so thanks for that.
    It seems strange that this information is not displayed on the single event posts.
    Also, can you get thumbnail images to display on the main event page?
    David
    https://www.mijasguide.com/events

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Kino Events Calendar] Add location and date to single event display’ is closed to new replies.