Redirect Parent

This add-on for Broadcast redirects visitors of parent posts directly to the first available child post.

Therefore, the following requirements must be met:

  • The visitor must be viewing a single post
  • The post must be a broadcasted post with at least one child post.

The first linked child post is the redirection target.

Notes

For developers, if you wish to control which posts are redirected, use this filter which is called before the redirection takes place:

apply_filters( 'broadcast_redirect_parent', true, $parent_blog_id, $parent_post_id, $child_blog_id, $child_post_id );

This is similar to the Redirect All Children add-on, except the other way. Using both the add-ons at the same time will create an endless loop.

Where to buy

This add-on is a part of the following packs:

Leave a Reply

Your email address will not be published. Required fields are marked *