[Plugin: MiniMU] Listing all posts in the parent domain
-
Let’s say that I had a web with two categories;
MainWeb .com
* Category 1
* Category 2The loop in my index.php is showing all posts of category 1 and 2.
I install Minimu and I split my mainweb in three webs. Category 1 is now my second domain and category 2 is my third domain;
MainWeb .com
2ndDomain .com ->(category 1)
3rdDomain .com ->(category 2)I keep the same theme for all domains and now the loop in my index.php shows all posts for category 1 whenever I browse 2ndDomain .com and all posts for category 2 whenever I browse 3rdDomain .com
Is there anyway I can still list all posts of category 1 and 2 in my MainWeb .com with the loop?
MainWeb .com
* category 1-> post links redirected to 2ndDomain .com
* category 2-> post links redirected to 3rdDomain .comI want to keep may main web acting as CMS of the rest of domains so I don’t lose any traffic.
- The topic ‘[Plugin: MiniMU] Listing all posts in the parent domain’ is closed to new replies.