Hard coded pagelist (5.7.1) not working
Permalink
Hi all,
I have searched the forum to find a solution but could not find one. In my theme I am hard coding a pagelist.
I tried a few other versions with more options. The pagelist does not show up. I am also using hard coded autonav. This one is working now since 5.7.1.
Am I doing something wrong or is it an issue with concrete?
Kind regards,
Rik
I have searched the forum to find a solution but could not find one. In my theme I am hard coding a pagelist.
<?php $pl = BlockType::getByHandle('page_list'); $pl->controller->cParentID = 144; $pl->render('view'); ?>
I tried a few other versions with more options. The pagelist does not show up. I am also using hard coded autonav. This one is working now since 5.7.1.
Am I doing something wrong or is it an issue with concrete?
Kind regards,
Rik