ZenphotoCMS Forum
Which page? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Which page? (/thread-11614.html)



Which page? - fmontes - 04-02-2014

Hey guys,

Is there any way to check in which page I am?

For example if I am in a Zenpage, an album, an image... etc?

Thanks.




Which page? - fretzl - 04-02-2014

if ( $_zp_gallery_page == 'pages.php' ) {…} if ( $_zp_gallery_page == 'news.php' ) {…} if ( $_zp_gallery_page == 'album.php' ) {…} if ( $_zp_gallery_page == 'image.php' ) {…}
etc...




Which page? - fmontes - 04-02-2014

Nice thanks!




Which page? - acrylian - 04-02-2014

There is more to check the context for news like is_NewsArticle() as the news.php page display both the loop, categories and single articles. There are also more of these for Zenpage items.