• I have a theme that uses a block template part. It feeds content to several of our network sites. Is there a way where I can make a change to it on our main site, then broadcast that change elsewhere?

    I’ve added the wp_template_part custom post type to the plugin settings. However, I don’t see the Broadcast UI when editing the template part.

    It’s not a vital feature, but I was wondering if it’s possible. Thanks!

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

    (@edward_plainview)

    I’m not super familiar with the wp_template_part post type, but I’m guessing that it is referenced in the post somehow. So the job for broadcast is to detect the ID of the wp_template_part, broadcast the associated post, and then modify ID on the child blog to fix the equivalent template part ID.

    But let’s start with dumping the post: admin > broadcast > maintenance tab > view post info

    You can paste it here or email it to me: [email protected]

    Thread Starter Eric Karkovack

    (@karks88)

    Thanks for your help! This is part of the Site Editor, meant to be used with your theme. You define the template part in your theme, then you can edit it in the Site Editor.

    I’ll send you a copy of the post info.

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

The topic ‘Broadcast a Block Template Part?’ is closed to new replies.