I found this thread after all my sections disappeared after updating today.
The suggestion of aitorres worked apart from the sections ending up in the wrong place 😎
then I had a look at: https://presscustomizr.com/customizr/hooks-api/
and decided to use ‘__after_header’ instead. Now my page is back to normal.
-
This reply was modified 8 years, 9 months ago by gomerser.
Hi polyname,
I had the same problem and currently fixed it by patching this customizr file:
./public_html/wp-content/themes/customizr/inc/parts/class-content-post_metas.php
I replaced the following line:
// $tag_list = $this -> tc_tag_list();
with this line:
$tag_list = get_the_tag_list( ”, __( ‘, ‘, ‘twentytwelve’ ) );