View Single Post
Old 2006-04-07, 11:22 PM   #8
chief
Are you sure you're an accredited and honored pornographer?
 
Join Date: Jul 2005
Posts: 64
OK I figured it out. You need to reverse the order of this code from:

<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>

to

<?php get_links_list(); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>


Thanks to every one for their responses. Have a great weekend.
__________________
Submit your free site
Submit your blogs to our new Adult Blog Directory
chief is offline   Reply With Quote