is page
Check if the given page is a WordPress page type.
if ( is_page() ) {
print "This is a page";
}
copy
Check if the given page is a WordPress page type.
if ( is_page() ) {
print "This is a page";
}
copy