Title: dynamic page in wordpress
Last modified: August 19, 2016

---

# dynamic page in wordpress

 *  [gponsu](https://wordpress.org/support/users/gponsu/)
 * (@gponsu)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/dynamic-page-in-wordpress/)
 * [In English]
 * Hello everybody,
 * How do I create a dynamic page in wordpress? I want to create a page that shows
   only the entries in a given category. By adding a new entry, in addition to automatically
   add the entry to the main page, I also wish to add this post to another page 
   if the entry belongs to a category.
 * How can I do? Thank you very much!!
    ————————————————————————
 * [En Español]
 * Hola a todos,
 * ¿Como puedo crear una pagina dinámica en wordpress? Quiero crear una pagina que
   solo muestre los post de una determinada categoría. Cuando añada un nuevo post,
   además de insertarse automáticamente en la pagina principal, me gustaría que 
   se insertara también en esta pagina si pertenece a una categoría determinada.
 * ¿Como puedo hacer esto? Muchas gracias!
    ———————————————————————–

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

 *  [kwbridge](https://wordpress.org/support/users/kwbridge/)
 * (@kwbridge)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/dynamic-page-in-wordpress/#post-994510)
 * Hi,
 * You can make a new template and then use that template for the category page 
   rather than the default one.
 * [http://codex.wordpress.org/Pages](http://codex.wordpress.org/Pages)
 * Once you make a template you can use the same code on it that you use on your
   index page but you will also want to add a query before the loop. The query could
   pull posts from just the category recipe.
 * You can use something like
 * <?php query_posts(‘category_name=wordpress&showposts=5’); ?>
 * right before this
    <?php while (have_posts()) : the_post(); ?>
 * name=name of category, showposts=number of posts that you want to display.
 *  Thread Starter [gponsu](https://wordpress.org/support/users/gponsu/)
 * (@gponsu)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/dynamic-page-in-wordpress/#post-994737)
 * Kwbridge thank you very much.

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

The topic ‘dynamic page in wordpress’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [gponsu](https://wordpress.org/support/users/gponsu/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/dynamic-page-in-wordpress/#post-994737)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
