![]() |
wordpress blogroll position
does anyone know how to get wordpress to only display the blogroll on the index page only?
:upsidedow |
delete include in the archive file
|
I do this on my WP blog, here's the code;
Code:
<?php if ( is_home() ) { ?> |
What I meant was;
Code:
<?php if ( is_home() ) { ?> |
Sweet info :)
|
lot easier than that even, no "if" necessary, just insert this code into your template file:
Code:
<?php wp_list_bookmarks( $args ); ?> |
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