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].
Hi.
I created a minimal wordpress theme just with style.css, index.php, header.php, footer.php, and functions.php.
The header of the site that I want to create is the same for all pages. It will have the logo and a amburguer menu. On the homepage it will have a “Hero Image Widget” with the logo and the amburguer menu above the “Hero Image Widget”. The other pages will not have the “Hero Image Widget”.
What should I do to make the site look like I mentioned above?
Hi Joaquimfernando,
I would create a dedicated widget area (via dynamic_sidebar()) for the homepage. Then I would switch it out on all other pages.