Home Link
-
Hello
I have a homepage link that links to my blog page,
What I want to do is to make it link, to my main static site.
I know that I can do this in header.php Template
but every time I modified I get nothing
This is the code that I have to modifie<?php if (is_front_page()) { echo "<li id=\"current\">"; ?> <a href="<?php echo get_option('home'); ?>"><?php _e("Home","varg")?></a> <?php } else{ ?> <li><a href="<?php echo get_option('home'); ?>"><?php _e("Home","varg")?></a> <?php
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Home Link’ is closed to new replies.