I've been searching for this code but I've got no luck. Anybody know for this WP code that displays a link only in the 'about' page? Ideas/suggestions are always appreciated. Thanks
This should do the trick: <?php if (is_page(about)) { Your Link Here } ?> Check out Conditional Tags in the Wordpress Codex for further info