/ Published in: PHP

URL: http://paulstamatiou.com/customizing-k2-part-3
Expand |
Embed | Plain Text
<?php /* If this is the Contact page */ if (is_page('Contact')) { ?> <p>My name is blah and I run Blah, Inc., a subsidiary of Blah Corp...</p> <?php } ?>
You need to login to post a comment.