https://www.emilyroche.com/
Hi,
I was able to create an alternate background for my client’s home page using this php:
<?php if($_GET[“page_id”] != 0 && $_GET[“page_id”] != 2 && $_GET[“page_id”] != 33){echo “<div id=\”wrap-out\”><div id=\”wrap\”>”;} else {echo “<div id=\”wrap-out-alt\”><div id=\”wrap\” style=\”min-height: 1081px;\”>”;} ?>
Trouble is, my client also didn’t want the blog excerpts on her home page, so I created a special “blogs” page (https://www.emilyroche.com/?page_id=77). Now when you’re on that page and you click on MORE under an excerpt, you get a new page (https://www.emilyroche.com/?p=59) with the alternate background (which is bad).
I’m guessing its because the software wants the blog displayed on the home page but I’ve circumvented that.
Any way around this?
Thanks,
Max