GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   wordpress blogroll position (https://gfy.com/showthread.php?t=946056)

skinnay 12-31-2009 09:33 AM

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

:upsidedow

brassmonkey 12-31-2009 10:10 AM

delete include in the archive file

kissmyarse 01-01-2010 06:23 AM

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

Code:

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


kissmyarse 01-01-2010 06:38 AM

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 ;)

ez12 01-01-2010 10:19 AM

Sweet info :)

tstportal 01-02-2010 12:01 PM

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.

novanuke 01-13-2010 05:59 PM

Love WP, can do everything with it! Try my tube plugin, just release it last week.


All times are GMT -7. The time now is 04:51 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123