Title: adding to a template
Last modified: August 30, 2016

---

# adding to a template

 *  Resolved [kcallana](https://wordpress.org/support/users/kcallana/)
 * (@kcallana)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-to-a-template/)
 * i want to add this to a template, please advise how i can do this. i tried just
   adding the coding but its not working. ex page: [https://www.longtermsol.com/careers/job-opportunities-2/field-assessors/](https://www.longtermsol.com/careers/job-opportunities-2/field-assessors/)
 * and the code i added to the template is [pagelist_ext child_of=”1302″ show_date
   =”created” limit_content=”200″]
 * [https://wordpress.org/plugins/page-list/](https://wordpress.org/plugins/page-list/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-to-a-template/#post-6473855)
 * Try to use [do_shortcode()](https://developer.wordpress.org/reference/functions/do_shortcode/)
   and this php code:
 * `echo do_shortcode( '[pagelist_ext child_of="1302" show_date="created" limit_content
   ="200"]' );`
 *  Thread Starter [kcallana](https://wordpress.org/support/users/kcallana/)
 * (@kcallana)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-to-a-template/#post-6473890)
 * perfect! thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘adding to a template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/page-list_ffffff.svg)
 * [Page-list](https://wordpress.org/plugins/page-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-list/)
 * [Active Topics](https://wordpress.org/support/plugin/page-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-list/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kcallana](https://wordpress.org/support/users/kcallana/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/adding-to-a-template/#post-6473890)
 * Status: resolved