Viewing 3 replies - 1 through 3 (of 3 total)
  • <?php echo do_shortcode(‘[pagelist_ext strip_tags=”0″]’);?>

    <?php echo do_shortcode(‘[pagelist_ext number=”5″ strip_tags=”0″]’);?>

    Plugin Author webvitaly

    (@webvitaly)

    <?php echo do_shortcode('[pagelist_ext number="5" strip_tags="0"]');?>
    This code should work directly in any php file of the theme.

    Pay attention: [pagelist_ext] shows subpages to the current page, so if you want to show list of the same pages – you should specify [pagelist_ext child_of=”777″] – where “777” is the id of needed page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: [pagelist]] Display from code’ is closed to new replies.