This is going to be complicated : Pathways in Multisite
-
This will take a minute to explain.
I hired someone to install multisite for me. As a result, I barely understand this install and I’ve built a lot of basic WP sites. As it stands, we have a single domain with two subdomains. These work fine. Then we get to the blog…
I don’t understand why the blog was setup like it is. In the top directory with the wp-admin, wp-content and wp-include folders, there is a folder called blog. Within that folder, there are the wp-admin, wp-content and wp-include folders for the blog. The problem comes when I try to share certain folders and database items.
I am trying to make the blog look like the rest of the website. In addition, I want to share all the hyperlinks and functionality included in the main site. To that end, I want to use the header.php file from the main site.
In the header.php file, there is this code:
<?php $side_links_options= get_option(‘side_links_options’); ?>
This pulls in some mouseover events and hyperlinks. It works fine in the main site, but in the blog those links actually point to the blog and not the pages they are supposed to.
Why is this and how do I rectify it? I am willing to have two header files, one for the main site and one for the blog, but I want to use this get_option so that when I update the side links they’re uplinked for both sites without having to do it twice each time a change is made – which occurs on a regular basis.
Thanks.
- The topic ‘This is going to be complicated : Pathways in Multisite’ is closed to new replies.