Title: multisite?
Last modified: August 20, 2016

---

# multisite?

 *  Resolved [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/)
 * Your plugin to show recent posts is one of the few that I found that have coherent
   instructions, let alone works at all. Thanks for it.
 * Are you making a version that will work with multisite? All I want to do is display
   posts in one category on one subdirectory-site on the home page of the parent
   site.
 * Thanks.
 * [http://wordpress.org/extend/plugins/single-latest-posts-lite/](http://wordpress.org/extend/plugins/single-latest-posts-lite/)
 * DOH! I just found Network Latest Posts! Installing it now, but I bet it matches
   the quality and functionality of this one. Thanks.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/multisite-28/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multisite-28/page/2/?output_format=md)

 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268153)
 * Hi,
 * Thanks for your comment, check my other plugin [Network Latest Posts](https://wordpress.org/support/topic/multisite-28/wordpress.org/extend/plugins/network-latest-posts/?output_format=md)
   which I built for WordPress multisites.
 * Best regards.
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268156)
 * Yeah, I just found it. It’s awesome. Thanks for your great plugins and amazingly-
   quick response time!
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268158)
 * Don’t mention it, I’m glad to help. Happy blogging!
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268163)
 * It does everything it should, but i have a question for you. Viewing a post with
   appropriate shortcode in it, all the appropriate posts are displayed as I’ve 
   configured them to display. But viewing that same post on the Home Page displays
   only the title, none of the contents (i.e., none of the posts). I’ve even tried
   inserting the “more” tag after the shortcode.
 * Can you think of a way for the *contents* of a post containing Network Latest
   Posts to appear on the home page?
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268168)
 * If you want to display full post content where you put the shortcode then you
   must set the display_content parameter, something like this:
 * `[nlposts title_only=false display_content=true]`
 * See example here: [Post Content](http://testlab.8elite.com/advanced-usage/post-content/).
   If a post contains multiple pages, then only the first one will be shown (WordPress
   offset issues).
 * Or if you want to display excerpts you have two options:
 * 1. Displaying excerpts taken from the Excerpt field:
 * `[nlposts title_only=false]`
 * 2. Excerpts generated from content (when the Excerpt field wasn’t provided):
 * `[nlposts title_only=false auto_excerpt=true]`
 * Examples here: [Displaying Excerpts](http://testlab.8elite.com/advanced-usage/displaying-excerpts/)
 * Best regards.
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268170)
 * I didn’t explain myself well. I’ve configured the shortcode to display excerpts
   of posts from a particular category on a subdirectory site, and when I view the
   post containing the shortcode, the posts from the subdirectory site appear perfectly,
   excerpts and all. That’s when I *view the post with the shortcode*.
 * But when the post with the shortcode is listed on the site’s home page, nothing
   is displayed except that post’s title. None of the excerpted posts from the subdirectory
   site are display at all, when the post containing the shortcode is displayed 
   on the site’s home page.
 * does that make sense?
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268172)
 * I see, one question, you’re using the shortcode on the homepage also?
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268193)
 * hmmm. i don’t know the answer. I am using the shortcode (see below) on a post.
   When I view tht post, the shortcode displays the appropriate blog posts from 
   the other site. When *that post* is listed on the home page with other current
   posts from this site, nothing is displayed.
 * How can i use the shortcode on the home page unless it’s within a post?
 * Here’s the shortcode I’m using: [nlposts title=test instance=test number_posts
   =5 time_frame=7 title_only=false blog_id=2 thumbnail=true category=share-with-
   bardo-project display_content=true excerpt_length=100 auto_excerpt=true sort_by_date
   =true full_meta=true]
 * You can see in [these screenshots](https://plus.google.com/photos/108710465114174468787/albums/5821437644741497937?authkey=CInx7vLzhbGh9Q)
   the post when I view it (2 screenshots: the top and the bottom of the post, showing
   2 blog posts from the other site) as well as when my home page looks like (you
   can see this post called “From the Farm” with nothing displaying below it).
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268195)
 * Well, usually NLP is used to replace the WordPress default post feed, so, one
   thing people usually do is to set a page with the shortcode then go to settings
   > reading and set a static page as homepage.
 * You could also use it as a function wrapped into a page template or in a custom
   theme. However, that doesn’t explain why you’re getting such result, if you check
   my testing blog shortcodes are correctly interpreted: [http://testlab.8elite.com/posts/](http://testlab.8elite.com/posts/)
   Posts is the page I set to display the blog’s post feed.
 * I have also an example of shortcode displaying posts with shortcodes here: [http://testlab.8elite.com/advanced-usage/post-content/](http://testlab.8elite.com/advanced-usage/post-content/)
   there is a post using a shortcode to display other posts which are using shortcodes
   as well.
 * I’m wondering what theme are you using? by the way, I can’t see your screenshot,
   it says I don’t have access to it :(.
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268197)
 * > Well, usually NLP is used to replace the WordPress default post feed, so, one
   > thing people usually do is to set a page with the shortcode then go to settings
   > > reading and set a static page as homepage.
 * Ah, that makes sense. This might work for me!
 * > You could also use it as a function wrapped into a page template or in a custom
   > theme.
 * Oh! Good thinking. Thanks for the idea.
 * > I’m wondering what theme are you using? by the way, I can’t see your screenshot,
   > it says I don’t have access to it :(.
 * I’m using the Gridiculous theme (1.0.6). No access to my pics? Weird, but I shared’
   em with you on G+, so you should be able to see ’em now.
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268198)
 * It’s ok now, I could access your screenshots. Well, do you know if that theme
   displays excerpts generated from content or you must provide the Excerpt content
   for it to work?
 * Maybe that theme is filtering the excerpts before displaying them, I’m going 
   to install Gridiculous on my test blog. If I find something interesting I’ll 
   let you know.
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268199)
 * I don’t know the cpabilities of this theme.
 * I made a page with the shortcode and set it as my static home page. It works,
   in that it displays the blog posts from the other site. This is great!
 * Now I have to figure out how to make it display blog posts in category “xxx” 
   on site 2 *and* blog posts in category “yyy” on site 1. I *think* the shortcode
   should include “blog_id=1,2 category=xxx,yyy” (without the quotes), but when 
   I do it and view the post, i get a blank page (i.e., I suspect a php error is
   preventing a page from being generated).
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268200)
 * Ok I’m testing that theme and it seems it’s working without issues, you can check
   my feed again: [http://testlab.8elite.com/posts/](http://testlab.8elite.com/posts/).
   The shortcode I’m using is:
 *     ```
       [nlposts title_only=false auto_excerpt=true]
       ```
   
 * But using more options shouldn’t affect the output though.
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268201)
 * The problem with your approach is it will look for categories xxx **and** yyy
   in blog IDs 1 **and** 2. I would suggest you to set two shortcodes like this:
 *     ```
       [nlposts blog_id=1 category=yyy instance=my-first-blog]
       [nlposts blog_id=2 category=xxx instance=my-second-blog]
       ```
   
 * It should make it easier for you to handle and get the expected results.
 *  Thread Starter [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * (@mcmikemn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/#post-3268204)
 * That worked. The posts from each site are grouped together (they are not chronological,
   mixing posts from site 1 and site 2 chronologically), but I can live with that.
 * I have a general coding question for you. I am not trying to disrespect your 
   plugin or your assistance – thanks so much! But why does no plugin exist that
   merely changes the home page from displaying blog posts from that site, to displaying
   blog posts from multiple sites. I would think it’s a simple matter of altering
   a query.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/multisite-28/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multisite-28/page/2/?output_format=md)

The topic ‘multisite?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/single-latest-posts-lite_04cb9d.svg)
 * [Single Latest Posts Lite](https://wordpress.org/plugins/single-latest-posts-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/single-latest-posts-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/single-latest-posts-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/single-latest-posts-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/single-latest-posts-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/single-latest-posts-lite/reviews/)

 * 18 replies
 * 2 participants
 * Last reply from: [mcmikemn](https://wordpress.org/support/users/mcmikemn/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/multisite-28/page/2/#post-3268208)
 * Status: resolved