Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #718642

    I can only find discussion about the sidebar page navigation, but nothing on the same on posts. I’m using posts for my primary content because they have the nice element of a date, which allows them to sort nicely on lists. However, the current Sidebar Navigation seems to order them in reverse chronological order, meaning that if I click to left one post after another until I’m at the far left (the start of the book, so to speak), the post I see is the oldest, but if I click to right one post after another until I’m at the far right (the end of the book, so to speak), the post I see is the newest. This would be fine if I was writing a book from start to finish but blogs and my site the most relevant content is the newest not the oldest.

    Can you help me understand how to:

    1) Disable sidebar navigation on posts. I only see control for pages.
    2) Reverse sort order from oldest – > newest to be newest -> oldest.

    Thank you!

    #719758

    Hey newpappa,

    Thank you for using Enfold.

    1.) You can disable the post navigation with the following css code.

    #top .avia-post-nav {
        display: none !important;
    }

    2.) Unfortunately, this is not possible because the post navigation will only fetch the adjacent posts, usually the posts created before or after them.

    Best regards,
    Ismael

    #719872

    This worked perfectly, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Navigation on Posts – Disable or Sort by Date’ is closed to new replies.