↧
Answer by Matthias Pfefferle for Two installs conflicting - Pages redirecting
You have to ignore the "otherside" in the htaccess file of your "root" blog.You can try to add something like that above the (root) WordPress' .htaccess code:# stuff to let through (ignore)RewriteCond...
View ArticleAnswer by Matthias Pfefferle for How can I add single catogory for custom...
Or you can use<?php register_taxonomy_for_object_type( 'category', 'Journals' ); ?>to map the categories to your custom post...
View Article