Thread
:
PHP in Wordpress Pages section?
View Single Post
08-24-2010, 07:26 PM
scouser
marketer.
Industry Role:
Join Date: Aug 2006
Location: bcn
Posts: 2,280
you could also just do
<?
if (is_page('page-slug')) {
// code
}
?>
in your template
scouser
View Public Profile
Visit scouser's homepage!
Find More Posts by scouser