How to link to category list in a different directory
-
In order to create a totally password protected section of my website, I created a blog within a blog. However in the “inner blog”, the members only section, I want to have the sidebar of the “wrapper blog”.
I created a database for the outside blog – db1 – and another database for the inside blog – db2.
I am using <?php wp_list_cats(‘list=1’); ?> to list the categories. How do I pull the list from the outside database (db1)?
I want to be able to switch from blog to blog seamlessly.
Thanks for your suggestions!
Kathy
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to link to category list in a different directory’ is closed to new replies.