Viewing 1 replies (of 1 total)
  • Thread Starter JboyJW

    (@jboyjw)

    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.