• Resolved jonbarrettwordpressorg

    (@jonbarrettwordpressorg)


    I have the pro version of timelinexpress with Toiolbox. I’m looking for a way to order the announcements not based on date. For example I may want to order them manually or have a finer detail based on minuets rather than day. Eg a sequence of announcements based on one every hour, like a conference schedule. Can this be done.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Code Parrots

    (@codeparrots)

    Hey @jonbarrettwordpressorg,

    To answer your question, there are a few things that you can do.

    We have built out a small tutorial on how to enable date/time picker son your announcements.

    https://www.wp-timelineexpress.com/documentation/enable-announcement-dates-times/

    This allows you to enable a time picker alongside the calendar, to allow for more granular control over what order things display.

    If you wanted to order them manually, I believe that you could but it would require a small bit of coding. You would want to install a plugin such as https://www.ads-software.com/plugins/simple-page-ordering/.

    Once installed you would add a small snippet to your themes functions.php file, something like:

    add_post_type_support( 'te_announcements', 'page-attributes' );

    Which is right out of the simple page ordering FAQ.

    From there you should be able to drag and drop the announcements in whatever order you want. That should display them in a custom order that you set via drag and drop.

Viewing 1 replies (of 1 total)
  • The topic ‘Change order or sequence’ is closed to new replies.