• This may be a silly question, but I cant work out how to have all my taxonomies displayed in my taxonomy-taxonomy.php template.

    Page is question is http://stainlessdirect.ignitionmedia.info/product/nuts/ – I want to remove pagination.

    It is currently just got a loop in it which only shows the number of posts set in the admin for the blog. How do I change the following to have an array for posts_per_page if there is no argument on the template??

    <?php if (have_posts()) : ?>
          <?php while (have_posts()) : the_post(); ?>

    any help appreciated.

  • The topic ‘list all taxonomies on taxonomy template’ is closed to new replies.