I'd like to have 3 Wordpress installations on the same domain, using the same header though. How can I achieve this?
- mydomain (WP content website)
- mydomain/shop (Woocommerce website)
- mydomain/member (Membership website)
The header should be the same on all URL as I'd like the user to have the filling to stay on one single site. The header will thus include a link to the cart (Woocommerce website), a link to the member area (Membership website) and a search box (WP content website).
How can I achieve this?
I'd like to have 3 Wordpress installations on the same domain, using the same header though. How can I achieve this?
- mydomain (WP content website)
- mydomain/shop (Woocommerce website)
- mydomain/member (Membership website)
The header should be the same on all URL as I'd like the user to have the filling to stay on one single site. The header will thus include a link to the cart (Woocommerce website), a link to the member area (Membership website) and a search box (WP content website).
How can I achieve this?
Share Improve this question asked Oct 4, 2019 at 9:35 AntoineAntoine 11 Answer
Reset to default 0Here are a few stategies you might try depending on your situation.
You could create a theme with a custom header and apply that theme to all three sites.
If you needed each site to have its own theme, you could also create a minimal parent theme with basically just the header and make three other themes that inherit from that parent.
If your themes are already set, you could do the same thing with a plugin. You'd have the plugin create the header and style it. Most likely, it would have to either be absolutely/fixed positioned, or you'd include a little JavaScript to position the element wherever you want it on the page.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745106475a4611587.html
评论列表(0条)