• Hello there,

    I have been looking for a possible solution for my link page or blogroll. At the moment I have all my links one page. This looks un organised — too many links on a page.
    So I m looking for a way to (automatically) generate a link page per link category. (This is also more search engine friendly)

    I found this code on the forum which displays one category. So I could make new pages via WP admin and make a template for every new page and every new page would have a different category. about 10 – 15 templates / categories..

    <li id=”linkcat-1″><h2>Category name</h2>

      <?php
      get_links(61, ‘

    • ‘, ‘
    • ‘, ‘n’, FALSE, ‘id’, FALSE, FALSE, -1, FALSE);
      ?>

    BUT i would like to know if there is an easier way with PHP to do this.

    Maurice

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Maximum 25 links on a page’ is closed to new replies.