Title: [Plugin: Multiple content blocks] Header support for WP 4.2
Last modified: August 20, 2016

---

# [Plugin: Multiple content blocks] Header support for WP 4.2

 *  Resolved [JboyJW](https://wordpress.org/support/users/jboyjw/)
 * (@jboyjw)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-multiple-content-blocks-header-support-for-wp-42/)
 * Any idea when support for WP4 will be added? Adding the block to the header doesn’t
   seem to work any more… 🙁
 * [http://wordpress.org/extend/plugins/multiple-content-blocks/](http://wordpress.org/extend/plugins/multiple-content-blocks/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [JboyJW](https://wordpress.org/support/users/jboyjw/)
 * (@jboyjw)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-multiple-content-blocks-header-support-for-wp-42/#post-3032033)
 * Decided that I couldn’t wait. I’m pretty sure that this header issue has been
   a problem for a while, depending on what your template looks like. The read_tag
   function used to read the contents of the headers, footers, and sidebars was 
   not parsing correctly.
 * My issue was fixed by adding the following to line 159:
    `$theTag = substr($theTag,
   0,strpos($theTag,';'));`
 * It just removes all code following the get_header/footer/sidebar call to help
   in parsing.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Multiple content blocks] Header support for WP 4.2’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multiple-content-blocks.svg)
 * [Multiple content blocks](https://wordpress.org/plugins/multiple-content-blocks/)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-content-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-content-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-content-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-content-blocks/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [JboyJW](https://wordpress.org/support/users/jboyjw/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-multiple-content-blocks-header-support-for-wp-42/#post-3032033)
 * Status: resolved