Viewing 4 replies - 1 through 4 (of 4 total)
  • You could just call each part of the link list by name.
    You’ll need to edit index.php to do this, but it does give greater flexibility.
    <?php wp_get_linksbyname(‘category’); ?>
    http://wiki.wordpress.org/wp_get_linksbyname
    You can also style each part separately too:
    http://www.mfr.f2s.com/1css/

    Well yes and no. Category separation and styling can be done using css only.

    Thread Starter maybeithink2much

    (@maybeithink2much)

    Root,
    Are you answering my question with yes, and podz’s comment with no?
    I’m unclear.

    Re: <?php wp_get_linksbyname(‘category’); ?>

    I just applied this, and I didn’t have to alter index.php

    I used the page links.php and made several copies, one for each category.

    So I can open a page of links in each category. This is useful because I have a news magazine, and wanted a list of sources — American papers, international papers, magazines, etc. Now instead of using text pages for that, I can use the links manager.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Altering links.php?’ is closed to new replies.