You'll need to do something similar to this. Put in your sidebar (or other location). <?php if (is_home()) { // show home page only link echo "your link here"; } Code (markup):