• Resolved Jack

    (@moxie)


    The plugin works fine, but I would like them to be ordered Ascending instead of Descending, so the category page shows the post that is closest to today at the top, and posts further in the future underneath.
    Can this be added as an option, or perhaps some help on how I can do this?

    https://wordpress.org/plugins/future/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author msudvarg

    (@msudvarg)

    It should be doing this already. Could you post a link to the page where posts are showing in incorrect order?

    Thread Starter Jack

    (@moxie)

    This is the page: http://soulide.nl/category/agenda-nieuws/?future=false

    I hid the dates with css, but you can still see them in the source.

    Plugin Author msudvarg

    (@msudvarg)

    Do you have another plugin or theme function supporting future posts or events? It may be interfering with the Future plugin. The ?future=false parameter on that page should make it so those posts don’t even appear.

    Thread Starter Jack

    (@moxie)

    These are the plugins I have installed: http://i.imgur.com/RbDuYoL.jpg
    I did experiment with another future post plugin, but I removed that one so it should not interfere. I alse removed a cache plugin and all the cache for now.

    One thing though: these posts have been renamed in the functions.php by he/she who originally created this site (I took over): http://i.imgur.com/Yvs9jjl.jpg

    That doesn’t seem to make a difference, but I thought I’d mention it anyhow.

    Thread Starter Jack

    (@moxie)

    I removed the category post order, but that didn’t help.
    The same with the CMS tree plugin.

    Plugin Author msudvarg

    (@msudvarg)

    There must be something in your theme files that allows posts with future dates to be published, as opposed to scheduled. In the case of the parameter ?future=true, your category archives will show posts in the correct date order, but it will also only pending posts. Perhaps you can check to see if those posts are already marked as published. If so, look through your theme files and see if this function is called anywhere:

    wp_publish_post

    Plugin Author msudvarg

    (@msudvarg)

    Another thought: since it looks like your theme already has support for future posts, you might want to disable my plugin (unless you like its calendar features) and just use ?order=ASC on that category.

    Thread Starter Jack

    (@moxie)

    Thanks for that suggestion! 🙂 I disabled your plugin in this case and added that parameter and that works fine!

    Plugin Author msudvarg

    (@msudvarg)

    Glad to hear that worked for you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change order of posts’ is closed to new replies.