• Resolved pavlosipress

    (@pavlosipress)


    Hello,

    I am using a multisite and i broadcast posts from child sites to my main site. Is it possible to broadcast my post in a specific category on my main site?

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    I think you’ll have to rephrase. You want to broadcast a post from a specific category? What’s stopping you from just selecting the post and broadcasting it?

    Thread Starter pavlosipress

    (@pavlosipress)

    I want to broadcast a post to my main site (blog) but on a different category from the existings.

    Example: i post an article on blog Football with Categories “Mens”, “Under 18”
    I want to broadcast it on my main site(blog) under “football” category and not “Mens”, “Under 18”.

    Is this clear?

    Thanks

    Plugin Author edward_plainview

    (@edward_plainview)

    Ah, yes. Well, there is always the option of using some custom PHP code to change the categories, but if you don’t the time to figure out the code, perhaps the Per Blog Taxonomies add-on could be of help?

    Thread Starter pavlosipress

    (@pavlosipress)

    ok. in which file i could write custom code to change categories? there are so many

    Plugin Author edward_plainview

    (@edward_plainview)

    You’d have to write your own plugin and hook into the broadcasting actions which are littered throughout the src/traits/broadcasting.php file.

    I’d suggest hooking into before_restore_current_blog to set the post taxonomy terms.

    Plugin Author edward_plainview

    (@edward_plainview)

    No answer. Assuming resolved.

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

The topic ‘Select broadcast post category’ is closed to new replies.