wordpress blogroll position

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skinnay
    Confirmed User
    • Apr 2004
    • 2274

    #1

    wordpress blogroll position

    does anyone know how to get wordpress to only display the blogroll on the index page only?

    Make Real Green with ORGANIC SEO | Blog post exchange | Non-index page trades | A-B C-D Trades [icq: 194-215-962] [mail: [email protected]]
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77396

    #2
    delete include in the archive file
    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

    Comment

    • kissmyarse
      Registered User
      • Feb 2008
      • 47

      #3
      I do this on my WP blog, here's the code;

      Code:
      <?php if ( is_home() ) { ?>
        <h2><?php _e('Blogroll'); ?></h2>
      <?php } ?>

      Comment

      • kissmyarse
        Registered User
        • Feb 2008
        • 47

        #4
        What I meant was;

        Code:
        <?php if ( is_home() ) { ?>
        <h2><?php _e('Blogroll'); ?></h2>
        <?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>
        <?php } ?>
        Just a tiny hangover this morning ;)

        Comment

        • ez12
          Confirmed User
          • Apr 2001
          • 2438

          #5
          Sweet info
          Main sites: Duclerck.com & Diderote.com My Hosting: AmeriNOC
          My Sponsors: NewNudeCash, Silvercash, Sapphic Cash, BCash4you
          Email: webmaster @ duclerck.com

          Comment

          • tstportal
            Registered User
            • Mar 2009
            • 2

            #6
            lot easier than that even, no "if" necessary, just insert this code into your template file:

            Code:
            <?php wp_list_bookmarks( $args ); ?>
            args can be like "&include=3" where 3 is the ID of your link category.

            Comment

            • novanuke
              Confirmed User
              • Jun 2007
              • 108

              #7
              Love WP, can do everything with it! Try my tube plugin, just release it last week.
              Unlimited Domain Hosting Only $9.95 a Month
              Score-XML Free WP Plugin
              Gamma-Tube Free WP plugin
              Best Must Have WP Plugins
              GetScoreCash
              Famedollars

              Comment

              Working...