Title: insert dynamic content
Last modified: August 21, 2016

---

# insert dynamic content

 *  Resolved [master of web](https://wordpress.org/support/users/master-of-web/)
 * (@master-of-web)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/insert-dynamic-content/)
 * Hi
    is it possible to ad dynamic content into a list? i want to use just one 
   list in different pages but with a different text on every page.
 * example:
    i create a list content like
 *     ```
       <h3>[post_title]</h3>
       [post_dynamic_content][post_content]
       ```
   
 * if i than want to insert the shortcode into a page, it would look like:
 *     ```
       [post_list name="my_list" dynamic_content="GREAT"]
       ```
   
 * that way the output would look like
 *     ```
       <h3>post1</h3>
       GREAT post1 1 1 1 1
       <h3>post2</h3>
       GREAT post 2 2 2
       an so on
       ```
   
 * [https://wordpress.org/plugins/advanced-post-list/](https://wordpress.org/plugins/advanced-post-list/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [EkoJR](https://wordpress.org/support/users/ekojr/)
 * (@ekojr)
 * [12 years ago](https://wordpress.org/support/topic/insert-dynamic-content/#post-4764788)
 * Yea, it is possible, but it currently would require knowledge to create a php
   function to modify the CSS of the post list.
 * This is an idea i can consider, but i can’t make any promises. I plan on query
   and style to be separate in the future, which may allow for more dynamic content.

Viewing 1 replies (of 1 total)

The topic ‘insert dynamic content’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [EkoJR](https://wordpress.org/support/users/ekojr/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/insert-dynamic-content/#post-4764788)
 * Status: resolved