Sample If/Else Statement

Created by WP Fix It, Modified on Mon, 5 Nov, 2018 at 3:13 PM by WP Fix It

 This is a very useful snippet to execute something based on a WordPress Conditional statement.  


See all statements at https://codex.wordpress.org/Conditional_Tags 


This can be placed in any PHP file.

 

<?php if ( is_front_page()  ) { ?>
  DO SOMETHING HERE
<?php } else { ?>
DO SOMETHING ELSE
<?php } ?>
PHP

 

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article