is page template
Check if page is using a template.
if ( is_page_template( 'about.php' ) ) {
print "This page is using About template";
}
copy
Check if page is using a template.
if ( is_page_template( 'about.php' ) ) {
print "This page is using About template";
}
copy