PHP Code help…simple if statement
-
HOw can i get the following code to work:
<?php if(is_home()) { echo "<div id="home-layout1"> <div id="home-layout2"> <div id="home-layout3">" } else { echo "<div id="home-layout1"> <div id="home-layout2"> <div id="home-layout3">" } ?>
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Code help…simple if statement’ is closed to new replies.