Forums

Post Order (3 posts)

  1. emeril12
    Member
    Posted 2 years ago #

    I installed the plugin that orders posts in whatever way you want, but whenever I add the specified code:

    query_posts("orderby=menu_order&order=ASC");

    to the index.php file, it causes every single page of my site to show only one post (a welcome post I made in my main category).

    Any help? My site is http://inthisskin.net/epilogue. The main page (with the "Welcome!" post) is what every other page looks like when I add the above code.

  2. tullrich
    Member
    Posted 2 years ago #

    i had a similar problem where the paged results were not showing; i was getting the same 10 results with every click of NEXT>> or <<PREVIOUS. i believe the code is too rigid to allow the paged results to display.

    i made the following change and it worked;
    instead of
    query_posts("&orderby=menu_order&order=ASC");
    try
    query_posts($query_string . '&orderby=menu_order&order=ASC');

    if you want to change the number of posts showing per page, do this from your dashboard (Options-->Reading) instead of pushing it through here with somethin like '&showposts=10'

  3. AndreSC
    Member
    Posted 1 year ago #

    the aStickyPostOrderER plugin is another option, it gives you a interface in the admin area where you can manually arrange 'sticky' posts per category or tag

Topic Closed

This topic has been closed to new replies.

About this Topic