• Is there a way to hide certain linkcategories from the sidebar, but still be able to show them in a special links.php page.

    In the links admin I can only choose visible or non visible, but I want a link to be invisible on the sidebar, and visible in the links.php.

    Thanks for helping!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sure. Edit your sidebar.php and use template tags and/or parameters to achieve what you want.
    http://codex.wordpress.org/Template_Tags#Links_Manager_tags

    Thread Starter boneless

    (@boneless)

    Thanks, i figured out how to change the sidebar. I put the following text where I want the links to appear:
    <?php get_linksbyname(‘Quizarchief’, ‘
    ‘, FALSE,
    ‘name’, TRUE); ?>

    But now it don’t shows the name of the link-category and when I manually add text to the sidebar it just won’t show up nicely, no matter what I change. So how do I get the links to show up including the name of the link-category?

    Thread Starter boneless

    (@boneless)

    anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide link on sidebar, but not on linkpage’ is closed to new replies.