I have a Wordpress multisite with different child sites for different geographical locations. At the root url, I want to show an index page with links to the child sites. 1. How do I automatically populate links to the child sites? 2. How do I automatically populate site descriptions for the child sites? 3. How do I create a Google map with markers representing the child sites, assuming the locations of the child sites are entered in the site descriptions?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
For create the links to your child sites use this
For question 2 and 3, i use the option framework plugin, and i grab the description and other setting with
If you create an option fot the address and grab it into your main site you can create the map The option framework plugin is at this URL http://wptheming.com/options-framework-plugin/ |
|||
|
|