• Hello there,

    my site runs with 10 postings each page, then follows the “next or previous page”. Now I want to change the listings: Each type of site (index.php, category.php and so) should be different.

    The main page should list 10 postings, while category should list 25.

    How do I change the algorithm? I guess this is what need to be changed: <?php while (have_posts()) : the_post(); ?>

    Thanks in advance for you help.

  • The topic ‘Different listings for each type of site’ is closed to new replies.