How to check page is front or not in wordpress


Hi,

Question: How to create check the page is front or not


Here is the condition for page is front or not


if(is_front_page()){

}
else
{

}

Example

<?php if(is_front_page()){ ?>
<title><?php print get_bloginfo( 'name' ); ?></title>
<?php } else { ?>
<title><?php print get_the_title(); ?></title>
<?php } ?>

Related Post


Latest Post


Recent Posts Widget

Make sure to never miss a thing...

Get the latest news from the creative industry along with other creative goodies, conveniently delivered to social media.