You are here:  » Homepage Banner?


Homepage Banner?

Submitted by Rocky on Tue, 2015-06-09 15:08 in

Hi David,

Is there a way to insert a large, full-width banner image that sits on top of the search bar, just for the homepage?

Thanks!
Rocky

Submitted by support on Tue, 2015-06-09 15:17

Hello Rocky,

Sure - you can add HTML content to html/searchform.php to be displayed only on the homepage by testing $_SERVER["PHP_SELF"] for "index.php", for example:

<?php if (strpos($_SERVER["PHP_SELF"],"index.php")!==FALSE): ?>
  <!-- homepage only HTML here -->
<?php endif; ?>

Hope this helps!

Cheers,
David.
--
PriceTapestry.com