If Else Conditional Statements

If Else Mobile Conditional
  This is a very useful snippet to execute something either only on mobile or on desktop.  This can be placed in any PHP file.    <?php if (wp_is_mobil...
Mon, 31 Jan, 2022 at 5:30 PM
Sample If/Else Statement
 This is a very useful snippet to execute something based on a WordPress Conditional statement.   See all statements at https://codex.wordpress.org/Cond...
Mon, 5 Nov, 2018 at 3:13 PM