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?
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
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?
ok. in which file i could write custom code to change categories? there are so many
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.
No answer. Assuming resolved.