• mc82

    (@mc82)


    Hi all,

    I ran into a problem while trying to create my own template for site.

    I want to have 4 different link categoires (ie. blogs, forums, CSS Sites, design Sites), then I want to be able to show a list of recent link entries on the front page, but I only want to include the first three link categories

    Is this possible? is there a way I can exclude a specific category in a list?

    I tried looking for a plugin in google or just a workaround, but cant find one.

    any responce would be great.

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

    (@avenir)

    My only idea would be to use three <?php get_linksbyname('cat_name'); ?> tags, substituting the name of the category you want displayed in for cat_name.

    Codex on this tag:
    https://codex.www.ads-software.com/Template_Tags/get_linksbyname

    Thread Starter mc82

    (@mc82)

    The only problem with that is that it will give me three lists when I would prefer one. Thanks for the suggestion.

    Root

    (@root)

    Why will it give you 3 ?

    Thread Starter mc82

    (@mc82)

    well if i do as stated by Avenir, wont I have to do it once for each category i want to see? or can i put three category names in <?php get_linksbyname(‘cat_name’); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link Categories’ is closed to new replies.