List Wordpress subpages


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <h3>Dental Marketing Programs</h3>
  2. <ul>
  3. <?php wp_list_pages('title_li=' . __('') . '&child_of=8&depth=1'); ?>
  4. </ul>

URL: www.h3ostudio.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.