Forums
Forums / Fixing WordPress / Cannot see blog roll
(@220volt)
18 years, 5 months ago
Does anyone know why blogroll will not show on my home page? http://www.rageage.com I am not coder so i need all help I can get.
Thanks in advance
Here is the relevant code from the sidebar.php
<?php if ( is_home() ) { ?>
<h2><?php _e(‘Blogroll’); ?></h2>
<?php get_links(-1, ‘
‘, ”, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>
<?php } ?>
Never mind. I just did not have any links. As soon as I added one it start showing up. Feel free to smack me.
The topic ‘Cannot see blog roll’ is closed to new replies.