How can I have the results for the [site-directory] shortcode sorted alphabetically by title?
]]>Anyone could tell me how to change the directory list checkboxes into dropdown select box.
I believe this is the hook inserted in the signup page.
[code]
public static function signup_blogform () {
print '<div id="multisite-directory-signup-categories">';
esc_html_e('Site Categories', 'multisite-directory');
print '
';
print '</div><!-- #multisite-directory-signup-categories -->';
}
[/code]
This plugin does not seem to provide any way to manually change a site’s category or add it to a category manually after creating an new site or category?
]]>Hi,
The filter [site-directory display=”list” query_args='{“category”: “templates”}’ ] or [site-directory display=”list” query_args='{“cat”: “templates”}’ ] simply does not work, the shortcode show’s all subsites always.
Do I need to configure something else than create a category and assign subsites to it ?
]]>I’m using Theme X, and created a child theme. As suggested, I added two new files in:
/var/www/html/wp-content/themes/x-child
The files are:
archive-network_directory.php
and
taxonomy-subsite_category.php
When I go to a category page ( subsite_category/portland-or/ ), it’s not using either of my new templates.
How can I override these templates?
]]>Hi – can you provide some examples of what options are available for the shortcode? thanks
]]>Hi!
Love the plugin, thanks for the good work.
I have a multi-site where the main site is https and the sub-sites are non secure http. When I use the shortcode [site-directory] to input the map, the all links provided are secure, even though all WordPress settings for my sub-sites are correctly pointing to the non secure link.
I guessed this may have something to do with the get_site_permalink or get_site_url in includes/functions.php so changed it to get_home_url, but no change.
Are you able to help me?
Thanks for reading
James
I believe you need to return not print the shortcode.
please change
includes/class-multisite-directory-shortcode.php:273
private function display () {
return $this->html;
}
and line 340 in doShortcode() method
return $shortcode->display();
This way shortcode outputs where you place it in page content not always at the top of page!
]]>Hello
Fatal error: Call to undefined function wp_get_sites() in /home/xxx/public_html/jrn/wp-content/plugins/multisite-directory/multisite-directory.php on line 182
Is it a bug or am I doing something wrong?
]]>Sorry for the separate thread, but it might help others with this question: Is there a shortcode for showing a list of only posts in a specific category? The Lists Categories Posts plugin has parameters for this, I’m not sure if it would work in conjunction with this plugin, or if it’s even necessary.
]]>Is there a way to add a link to the site to the directory page template? I’m still learning PHP, but I’d really like that to be a part of the directory structure, without having to manually add links for all the sites on our network.
]]>I’m missing a step. Or I’ve made a mistake.
On the WP site page to build menus, in each site there is a heading and a place for the list of sites. The main site everything available. On the subsites there are no sites listed to add to the menu.
]]>Hi,
Before installing the plugin, I had tried to delete a site. I found the site and decided to keep it. I added myself as a user or something, so the site shows up in my network list of sites.
The site does not appear in the plug-in’s list of network sites. It appears in the MultiSite network list.
toni-esl.com
You will see a widget for the Directory. Under “Social” there is nothing – that’s where the missing site would be. toni-esl.com/eslbuddy is the missing site.
I am not knowledgeable or very experienced with code. I can do what I’m instructed, nothing more.
Thank you
]]>I have 212 sites but there’s only 101 in the directory. I don’t know why, maybe it’s because I’ve used plugins to batch create the sites?
Anyway, is it possible to force Multisite Directory to create the missing posts in the directory?
I guess I could try to disable the plugin and remove everything related to it from the database, but then I would loose all work I’ve put into creating categories and adding them to the sites.
]]>I likey don’t know what I am doing.
After I activated the plugin, I went to the Super Admin network Categories that the plugin created. I created categories. I tried “remove map” each time I was creating the categories, but nothing happened – the map was still there each time.
I tried the short code on a page. I got a big map. I deleted the page.
I deleted the categories and tried the short code again. A big map again.
What am I doing incorrectly?
Thank you
]]>Hi
Thanks for making the plug-in it’s very helpful.
In my dashboard I don’t really need the geotagging/map stuff, it will just confuse the old ladies and gents that are on my site network…
is there a line or few lines somewhere in the plug in that if I comment out it will hide/disable that functionality, I know it seems a shame since you took the time to add it, but I’m never going to need it for this site.
Many thanks for any help
James
]]>When I inserted the Shortcode on a page I get this error and a blank map.
Warning: array_map(): Argument #2 should be an array in /home/levadesim/public_html/lstc/wp-content/plugins/multisite-directory/includes/class-multisite-directory-shortcode.php on line 71
I don’t want geotagging just a searchable and browsable list of the multisite blogs!
Thank you for your help!
]]>