Plugin mostly working in 3.7.0
-
Figured I’d post to let others know I got this to work in 3.7 after some tinkering around.
I removed ‘days’ and ‘taxonomy’ from the shortcode and got it working somewhat. So instead of something like:
[netsposts include_blog='1,2,5' days='30' taxonomy='news' titles_only=false show_author=true thumbnail=true size='90,90' image_class='alignleft' auto_excerpt=true excerpt_length=500 show_author=true paginate=true list=5]I used:
[netsposts include_blog='1,2,5' titles_only=false show_author=true thumbnail=true size=90,90 image_class=' alignleft' auto_excerpt=true excerpt_length=500 show_author=true paginate=true list=5]It isn’t ideal but I haven’t found another plugin with similar functionality. Also, as a note, make sure your sites are set as ‘public’ in the Network Admin->Sites->YourSiteName->Attributes settings. The query in the plugin code only pulls in posts from a site with public=1 (turned on) in the database.
This was actually the main cause of my issues. My sites were not set to public by default.
Hope this helps
The topic ‘Plugin mostly working in 3.7.0’ is closed to new replies.