• I have a dozen wordpress sites (in the works).
    I want to write everything on Site 1, and set the category = for example “Site2.com”, and then have that post automatically appear in Site 2.
    Is it possible?

    I looked at a few “multi-site” options several months ago. I don’t remember details, but none seemed to make this possible.

    Within Site 2 (for example), I guess all the categories would be the same, and = the site name, so I just would not display any category collections. I would use tags instead, set when posting on Site 1.

    I would then want my posts on Sites 2-12 to be automatically posted on Facebook (in full) and Twitter (in summary). I’m happy to ignore that aspect of my quest for now, but I thought I should mention it in case that changes the recommended solution for my principal question.

    • This topic was modified 3 years, 9 months ago by Jonathon N.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @imagiscapeca,
    To send your blog post directly to facebook or twitter I guess there are many plugin for this.

    For the multisite yes it’s possible. You need to create a network in your settings
    Add code in wp-config.php and add line in .htaccess, there are many tutoriels on this.

    A friend of mine made this plugin Multisite Management

    Maybe it could help you. If you need more feature on it, don’t hesitate to contact him

    Moderator bcworkz

    (@bcworkz)

    If you have a WP multisite installation, one site can get posts from another by calling switch_to_blog(), then making a normal posts query. If multiple WP installations, one site can get another’s posts through its REST API. Avoid doing anything that replicates the same data. It’s better to get the data from the original source as needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Write on site 1, set category = other sites, to appear on other sites. Not multi’ is closed to new replies.