Title: Multisite blog loop
Last modified: July 5, 2024

---

# Multisite blog loop

 *  [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/)
 * I am looking for to modify the loop of posts to display all blog posts in my 
   multi sites installation.
 * I can’t find the hook that allows you to pass a list of posts when the page is
   is_home()
 * switch to blog is ok, but post_id always 1
    -  This topic was modified 1 year, 10 months ago by [norico](https://wordpress.org/support/users/norico/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17873724)
 * Hi [@norico](https://wordpress.org/support/users/norico/),
 * Please check this [page](https://developers.wpastra.com/) and see if you find
   anything useful for you.
 * Kind regards,
    Herman 😊
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17874971)
 * I have already check this site. 
   There is no information on the management of
   multisites.
 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17878339)
 * Hi [@norico](https://wordpress.org/support/users/norico/),
 * OK, coud you please let us know what you are trying to achieve? Is there any 
   specific steps to replicate this?
 * Kind regards,
    Herman 😊
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17878383)
 * ok
 * I’ll give you a simple example.
 * I have a multisite with 3 subsite.
 * Each subsite displays its blog with the standard loop.
 * I want on the homepage of the site to display (as on the blog pages) the articles
   of each subsite, naturally with a sorting as on the blogs.
 * The problem is that I change the query loop by default, so I have $query->have
   post()
 * I hope I have been clear.
 * Thanks
 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17887409)
 * Hi [@norico](https://wordpress.org/support/users/norico/),
 * You might want to try using the `Post Grid` Block of our [Spectra](https://wordpress.org/plugins/ultimate-addons-for-gutenberg/)
   plugin.
 * I hope it will help.
 * Kind regards,
    Herman 😊
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17889537)
 * post grid don’t work. 
   I ended up taking back the problematic templates.These
   use the get_the_ id() function, and it always goes up id=1. I try to make sure
   to replace in the templates get the id with $post->id where post is passed as
   an argument of the call to the template.
 * To be continued…

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Multisite blog loop’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astra/4.13.3/screenshot.jpg)
 * Astra
 * [Support Threads](https://wordpress.org/support/theme/astra/)
 * [Active Topics](https://wordpress.org/support/theme/astra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astra/reviews/)

## Tags

 * [Blog](https://wordpress.org/support/topic-tag/blog/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 6 replies
 * 2 participants
 * Last reply from: [norico](https://wordpress.org/support/users/norico/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17889537)
 * Status: not resolved