Print topic list by hardcode wont work in theme level
Permalink
Inside full.php I try this code (I create topic list attribute)
In the autonav this idea works fine. I dont get any errors or something like this only "empty" output (also check the Database table. Nothing happen)
<?php $topic_blog = BlockType::getByHandle('topic_list'); $topic_blog->controller->mode = 'P'; $topic_blog->controller->topicAttributeKeyHandle = 'Blog_topics'; $topic_blog->controller->title = 'My Test'; $topic_blog->render(); ?>
In the autonav this idea works fine. I dont get any errors or something like this only "empty" output (also check the Database table. Nothing happen)