• sincewelastspoke

    (@sincewelastspoke)


    Hi,

    I have 3 pages on my site where I’d like to add a link to the sidebar.

    It’s only for these 3, nowhere else.
    How would I do this, using the Post ID & include?

    Thank you for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Try using something like:

    <?php if( is_page(array(42,56,78)) ) :?>
    <a href="link_url">Link</a>
    <?php endif;?>

    in sidebar.php

    Thread Starter sincewelastspoke

    (@sincewelastspoke)

    Brilliant!!!

    Many thanks esmi, appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show a text link only on certain pages?’ is closed to new replies.