Snippets

Dan Bochichio WordPress IF Homepage

Created by Former user

File wp-if-homepage.php Added

  • Ignore whitespace
  • Hide word diff
+<?php if (is_front_page()){ ?>
+    <p>Home Page</p>
+  <?php else { ?>
+     <p>Not Home Page</p>
+  <?php } ?>
+?>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.