Thread: wordpress help
View Single Post
Old 06-05-2008, 02:28 AM  
TommyM
Confirmed User
 
Industry Role:
Join Date: May 2001
Location: Denmark
Posts: 1,147
wordpress help

Hey
I have a theme on my blog, where the blogroll only is on the frontpage, but I want it to show up on all pages, i believe it is this code that insert the links and stuff and tells it only to be on the frontpage, how can I change it so it will appear on all pages


'<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>'
TommyM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote