Can't create content block in footer
-
I installed this plug in last week and it was all working fine. I had a content block in header.php and a contnet block in footer.php
I’ve come to the site to continue development and now the content block in the footer has disappeared. I’ve searched the support but nothing seems to work such as disable HTTP etc.
What is weird is that the header block still exists but the footer block is missing in both front and backends.
I’ve tried creating the exact same code as the header block (but replacing the name) in both the page.php and footer.php but nothing. However, if i create a new block in the header which is cut and pasted from the foot.php, it shows in admin. It appears i can only add blocks in header.php
I don’t know if this has to do something with any updates to other plugins or WordPress getting updated to version 3.9
This works in header.php but not in page.php or footer.php
<div class="intro"> <div class="row"> <div class="span6"> <?php the_block( 'doh' ); ?> </div> </div> </div>
https://www.ads-software.com/plugins/multiple-content-blocks/
- The topic ‘Can't create content block in footer’ is closed to new replies.