Just add following code where you need.
if ( is_page_template('template_file_name.php') ) {
// Returns true when 'template_file_name.php' is being used.
} else {
// Returns false when 'template_file_name.php' is not being used.
}
?>
if ( is_page_template('template_file_name.php') ) {
// Returns true when 'template_file_name.php' is being used.
} else {
// Returns false when 'template_file_name.php' is not being used.
}
?>
0 comments:
Post a Comment