Display logo only on home page
-
Hi,
How can I display the logo only on the home page and not in the inner pages of my website?
I have searched through theme’s files and I have found here (/themes/vilva/inc/template-functions.php) that the logo is displayed by a php function called vilva_site_branding .
But I cannot find this vilva_site_branding function anywhere within my website (I used the search from my cpanel and also I have downloaded all my websites files and searched through all of them). This function seems to not exists…This is the relevant code from template-functions.php:
<div class=”header-mid”>
<div class=”container”>
<?php vilva_site_branding(); ?>
</div>
</div><!– .header-mid –>Please help!
- The topic ‘Display logo only on home page’ is closed to new replies.