Member
Member
fmontes   04-02-2014, 06:41
#1

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.

Administrator
Administrator
fretzl   04-02-2014, 07:09
#2

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...

Member
Member
fmontes   04-02-2014, 07:23
#3

Nice thanks!

Administrator
Administrator
acrylian   04-02-2014, 10:29
#4

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.