Forums

Create Multi Site with common index/first page? (13 posts)

  1. inspacelounge
    Member
    Posted 1 year ago #

    Hi, I am in the process of creating a WP network with a separate blog for each users, but I would still like there to be simple way view the content from all blogs in one place.

    I.e. if the base blog is domain.com/blog and the different users are
    domain.com/blog/user1
    domain.com/blog/user2
    etc..

    I would like all the content from each of these user to automatically be displayed on the base blog, domain.com/blog.
    Is it possible to do this with any current method/plugin?
    What is the easiest way to do it?
    Should/can I simply add RSS feeds from each user to the /blog/ blog?

    The next step would then be to be able to sort/filter content based on user or tags.
    How could this be done?

    I tried finding the solution on my own by googling and checking out plugins but so far have not been able to.
    Thanks in advance!

  2. Michael Bishop
    Forum Concierge
    Posted 1 year ago #

    Try http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/

    Within the template of the base blog you can then use custom queries by tag to filter the content.

  3. Andrea_r
    team pirate
    Posted 1 year ago #

    http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/

    This'll do it. yes, it says tags but it will aggregate all the posts. Then you can do whatever you want with tags as if it were a single blog.

  4. inspacelounge
    Member
    Posted 1 year ago #

    Thanks. Will this work even though the plugin seems to be for WordPress MU and I'm using WordPress 3.0?

  5. inspacelounge
    Member
    Posted 1 year ago #

    don't mind me, just tried it out and it seems to be working on 3.0 :)
    thanks a lot.

  6. raiderray
    Member
    Posted 1 year ago #

    I've just installed 3.0 and this plugin and can't seem to get the posts to show on my main site.

    Can you share how you got it to work?

  7. Andrea_r
    team pirate
    Posted 1 year ago #

    It won't go back and pull old posts.

    Did you enabled it under Super Admin -> Options and tell it to use the main blog?

    Go post something on one of the sub blogs.

  8. inspacelounge
    Member
    Posted 1 year ago #

    The Sitewide plugins seems to work, BUT, it will only pull posts from my main blog and post them to the /tags/ blog.
    It will not pull posts from the sub blogs at all. (Yes, tried this with making new posts)

    Is the plugin broken? Is there a setting that I've missed somewhere?

  9. Andrea_r
    team pirate
    Posted 1 year ago #

    Are the other blogs marked as private in the Privacy settings? The plugin only pulls public blogs.

    AFAIK, it is not broken. I tested it again with 3.0 sometime last week.

    If you want it to post to your main blog instead of the tags, then check the settings that says "post to main blog".

  10. inspacelounge
    Member
    Posted 1 year ago #

    Nope, just checked and none of the blogs are marked as private.

  11. inspacelounge
    Member
    Posted 1 year ago #

    Okay, found it! I didn't understand that I had to activate the plugin on all the blogs I wanted to syndicate. It was only activated on the main blog, hence only pulling posts from that one.
    Works fine now I think! Thanks for all the help.

  12. Andrea_r
    team pirate
    Posted 1 year ago #

    The instructions say to place it in the mu-plugins folder, not the regular plugins folder. It is definitely meant to be run all the time on all blogs.

    Network activation will pretty much do the same.

  13. kaotik
    Member
    Posted 1 year ago #

    Just to update this post, yes it does pull posts from all the blog sites you have in place. Just go to Global Tags settings and select Populate Posts or tick the box "All blogs" and click update. It will go back and pull data from pasts posts and land them on the "tags" site. Then going forward it will automatically populate your posts to be searched.

    If you want to enable a site-wide search across all your multisites, add a search box to each template you use with your individual sites (or single template you share among sites) and in the action call field add your full site address /tags (or whatever you name your Sitewide Tags area).

    Example:

    <form method="get" action="http://www.yoursite.com/tags/">
    *formdata*
    </form>

    It should pull all results into the tags page from any site you're running.

    *Make sure all the sites you want searchable are ticked "public".

Topic Closed

This topic has been closed to new replies.

About this Topic