First post in the forums, hope someone can help.
I want a code that will allow me to place a text link in the sidebar but only make it viewable on a single page. I currently have this code to place the link in the sidebar, and it will only appear on the homepage and not on any other page or post.
<;?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
<a href="http://thenokiareview.com/">The Nokia Review</a>
<?php } ?>
I would like a similar code to allow me to place the link on the following page only, not on the homepage and/or any other page or post:
http://thenokiareview.com/applications/
Hope this makes sense and hope someone can help.
Thank you
Ibrahim Jogee
The Nokia Review