• Resolved markwebstar

    (@markwebstar)


    Chronological Posts is exactly what I need for all parts of my site except for the “Posts Page” where I would like posts to appear in reverse chronological order with the most recent on top.

    Is it possible to disable Chronological Posts for that link only ? Or could you suggest a workaround that would leave it working on all parts of the site except there ?

    Many thanks !

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    I would suggest adapting the plugin code and adding a conditional check to see if it’s the posts page (I believe that would be if ( is_home() ), but double check that). Then, you can reverse chronology only if the current query isn’t the posts page.

    Thread Starter markwebstar

    (@markwebstar)

    @celloexpressions Thanks for this advice, but please could you tell me where I should put this new piece of code ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Chronological Posts on Posts Page’ is closed to new replies.