Answers for "wordpress if is not page template"

PHP
0

wordpress if is not page template

if (!is_page_template('template-custom.php') && !is_page_template('template-custom2.php')) {
    <!-- show some content when you AREN NOT in template-custom.php NOR template-custom2.php -->
}
Posted by: Guest on October-05-2021

Code answers related to "wordpress if is not page template"

Browse Popular Code Answers by Language