Just Announced sticky in list view?

Home Forums Calendar Products Events Calendar PRO Just Announced sticky in list view?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1000564
    KARI
    Participant

    Hello – I have Event Calendar Pro installed. I would love to be able to have events with the category Just Announced stay sticky at the top of the event calendar in list view. Is this possible?

    #1000667
    Brian
    Member

    Hi,

    Thanks for purchasing the Events Calendar Pro. I can help out here.

    We do not have a featured for Just Announced in our plugin. If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    It is also possible with a customization.

    You could modify the Event List Template following our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    And add a custom query in there to show recently published events.

    I can help with some more information to get you started, but unable to provide all the coding for a customization.

    Let me know what you would like.

    Thanks

    #1000894
    KARI
    Participant

    Excellent! I have been working on some customizations using the themer guide info so I understand the process.

    BUT – I don’t just want to show events by when I published them (as I will be adding daily) but to showcase events that I specifically assign the category “Just Announced.” So if there is a way to make a custom query in list view that says “first display all “Just Announced” then all others” that is what I am after.

    #1000999
    Brian
    Member

    Hi,

    For Custom Queries you can use our tribe_get_events or use a regular WordPress Query.

    Using tribe_get_events

    Either way to query by our custom event taxonomy add this to the query:

    'tribe_events_cat' => 'just-announced',

    I think it takes the Event Category Slug, but the name might work as well if that does not.

    Cheers

    #1005575
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Just Announced sticky in list view?’ is closed to new replies.