Forums

[resolved] Add A Sidebar Link On One Page Of The Site Only (3 posts)

  1. TheNokiaReview
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    <?php if( is_page('Applications') ) {?> <a href="http://thenokiareview.com/">The Nokia Review</a> <?php }?>

    And next time, please post your code snippets inside backticks or use the [code] button.

  3. TheNokiaReview
    Member
    Posted 2 years ago #

    Thank you so much, it worked perfectly. I'm really sorry about not putting the code in backticks. I will remember that for future.

    But thank you so much.

Topic Closed

This topic has been closed to new replies.

About this Topic