- Dec 18, 2010
- 18,811
- 198
- 106
Why isn't this working?
I am trying to get the blog roll to appear on the home page, but amazon banner appear everywhere else.
When I put the bookmark code in where it goes, the code crashes.
error is
Parse error: syntax error, unexpected T_STRING in /path removed/wp-content/themes/librio/sidebar.php on line 51
Code:
<?php if (is_front_page()) { 'code goes here';
} else {
'code goes here';
}
?>
When I put the bookmark code in where it goes, the code crashes.
Code:
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
error is
Parse error: syntax error, unexpected T_STRING in /path removed/wp-content/themes/librio/sidebar.php on line 51
Last edited: