Is there any function that I can call to see what main page in the theme is being loaded: news.php, page.php, etc?
like if(isloaded(page.php)) etc, that sort of deal.
$_zp_gallery_page will have the script name that is loaded.
$_zp_gallery_page
Thank you.
You can use zenpage's own is_Pages(), is_News() or is_NewsArticle(), too.
is_Pages()
is_News()
is_NewsArticle()