How do I correctly edit this line?
-
The following code is in my sidebar.php file and displays an additional couple of items in the side bar only on the home page. Problem is I used Filosofo to make a more static page my home page. And my blog, which used to be the home page, is now another page all together. Filosofo is working fine, but because I have a different front or home page, the side bar info that is supposed to be in the sidebar of my blog is displaying ont the new home page. I want the following to call the blog page, not the front page. I tried several things, but can not get it to work.
———————————-<?php /* If this is the frontpage */ if ( is_home() ) { ?>
<?php
if(get_links(-1,”, ”,”, false, ‘name’,false,false,-1, false, false)){
?>
- The topic ‘How do I correctly edit this line?’ is closed to new replies.