Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How would I do this? I like the look of having my company name on homepage, but it is redundant on the other pages and I like the look of having that company title in the menu for other pages.
Would be nice as a premium member to have the option of choosing masthead layout for each individual page instead of a blanket setting across the whole website. Just a thought :)
Thanks!
Hi Seth
Thanks for your support and feedback. This is unfortunately not currently possible with Vantage as it stands. If you have a moment perhaps send this over to the development team a thttps://siteorigin.com/suggest-feature/.
If you’re interested in having something like this developed for your site right now we’d recommend the development services of http://codeable.io/.
Sorry I don’t have more here.
Hmm so there is no way to get into the CSS or one of the PHP templates and only show the masthead on the home page? I’ve been coding for a little while, but I am new to WP so I’m not sure which files I’d mess around with.. Any suggestions there? Thanks!
We do our best to assist with small modifications. This is a bit bigger than we can climb into at the moment.
You’d start with a child theme: http://codex.wordpress.org/Child_Themes. I’d imagine you’d then need to put header.php into your child theme and modify line 30 and change to a conditional. If is the home page then load the regular masthead else load the logo in menu masthead. Here are the WordPress conditional tags: http://codex.wordpress.org/Conditional_Tags.