How to detect if is subpage in wordpress?

I want to make a check if im on a subpage. On the homepage it is :

<?php if(is_front_page()): ?> <?php endif; ?>

Read More

But how to do it when it is another page?

Related posts

Leave a Reply

1 comment