Title: Dynamic Loop Posts
Last modified: May 14, 2020

---

# Dynamic Loop Posts

 *  [hudsonhollanda](https://wordpress.org/support/users/hudsonhollanda/)
 * (@hudsonhollanda)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/dynamic-loop-posts/)
 * Hello, I need to show the posts according to a category of the page, so I wanted
   to know how to take a dynamic category and put it inside the plugin’s [loop] 
   tag.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdynamic-loop-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [codemonkeynorth](https://wordpress.org/support/users/codemonkeynorth/)
 * (@codemonkeynorth)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/dynamic-loop-posts/#post-12941386)
 * refer to the examples at:
    [https://www.cashme.com.br/wp-admin/options-general.php?page=ccs_reference&tab=pass](https://www.cashme.com.br/wp-admin/options-general.php?page=ccs_reference&tab=pass)
 * one of these should help?
 *     ```
       [pass taxonomy_loop=category]
         Category: {TERM_NAME}
         [loop type=product category={TERM}]
           Product: [field title]
           Price: [field price]
         [/loop]
       [/pass]
       ```
   
 *     ```
       [pass global=query fields=orderby,category]
         [loop type=post orderby='{ORDERBY}' category='{CATEGORY}']
           ...
         [/loop]
       [/pass]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Dynamic Loop Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [loop](https://wordpress.org/support/topic-tag/loop/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 1 reply
 * 2 participants
 * Last reply from: [codemonkeynorth](https://wordpress.org/support/users/codemonkeynorth/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/dynamic-loop-posts/#post-12941386)
 * Status: not resolved