Support » Plugin: Multiple content blocks » how to install it when the page is built dynamically

  • Hi!

    The homepage for my website (Nova theme) uses a template called ‘home.php’ that pulls in bits and pieces of content from various pages, post and/or portfolios.. in the backend, the home page settings are managed through the ‘theme settings’,

    So when I place the <?php the_block(‘blockname’); ?> in to ‘home.php’ how/where would I expect to see it in the backend, since it’s not simply using a wordpress ‘page’?

    Thanks!

    http://wordpress.org/plugins/multiple-content-blocks/

Viewing 1 replies (of 1 total)
  • Plugin Author Trendwerk

    (@trendwerk)

    That should work, if $post is still intact at the point the_block is called. Do you have other queries than the main query?

Viewing 1 replies (of 1 total)
  • The topic ‘how to install it when the page is built dynamically’ is closed to new replies.