Forums

Reading Options -- Posts Per Page (34 posts)

  1. laslo
    Member
    Posted 6 years ago #

    I uploaded http://rephrase.net/miscellany/05/perpage.phps
    to my plug-in directory, I activated... and then I'm lost. How do I use this plugin? It doesn't seem to show any new menu or submenu in the admin page. Any directions will be appreciated.

  2. srdusky
    Member
    Posted 6 years ago #

    Oh, you must set your options within a plug-in editor. Edit the php file itself. Change the following values to suit your needs:

    $posts_per['home'] = 4;
    $posts_per['day'] = 10;
    $posts_per['month'] = 10;
    $posts_per['search'] = 10;
    $posts_per['year'] = 999;
    $posts_per['author'] = 999;
    $posts_per['category'] = 999;

  3. moshu
    Member
    Posted 6 years ago #

    This one does the same and has a nice admin page:
    http://mattread.com/archives/2005/03/custom-query-string-plugin/
    (works with 2.0, too)

  4. ia
    Member
    Posted 5 years ago #

    is there a way i can show one page on the front but the succeeding pages (/page/2/, /3/, etc.) with multiple posts? i looked at the if-else site but it was a simple posts_per_page=1, which just shows the same latest posts on the next pages. the offset does not seem to work either. i have custom posts per page installed---does it do exactly the same job as custom query string?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.