Getting a text link to only appear on homepage
-
I am trying to make a simple text link appear only on the homepage. I have tried many variations of script but just can not get it to stick. I was wondering if anyone knew a solution or what I may be doing wrong. I am trying to hard wire it in the ads,php
The code is:
<?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
The Link <span style=”color: #000000;”></span>
<?php } ?>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Getting a text link to only appear on homepage’ is closed to new replies.