09-12-2014, 07:54 AM
|
|
|
Confirmed User
Industry Role:
Join Date: Nov 2011
Location: montreal
Posts: 589
|
Quote:
Originally Posted by Denny
I use this code on some of my WP blogs:
PHP Code:
<?php if(is_home() && !is_paged()):?><a href="http://www.homepagelinkonly.com">homepage link only</a><?php endif;?>
|
It worked!! thank!!
|
|
|