If homepage

I've searched the forums but didn't found where we're looking for.
Is there an code similar to the Wordpress code If homepage / frontpage for Dolphin 7.3.2?

if ( is_front_page() ) {	
	echo'<h2>Only Displays On The Front Page</h2>';
}
Quote · 14 Sep 2016

Try this

 

if (defined('BX_INDEX_PAGE')) {

    // this is homepage
}

so much to do....
Quote · 14 Sep 2016

Thanks!!! Worked..

Quote · 15 Sep 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.