Title: m2rt's Replies | WordPress.org

---

# m2rt

  [  ](https://wordpress.org/support/users/m2rt/)

 *   [Profile](https://wordpress.org/support/users/m2rt/)
 *   [Topics Started](https://wordpress.org/support/users/m2rt/topics/)
 *   [Replies Created](https://wordpress.org/support/users/m2rt/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/m2rt/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/m2rt/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/m2rt/engagements/)
 *   [Favorites](https://wordpress.org/support/users/m2rt/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is there really not a way to make post pages?](https://wordpress.org/support/topic/is-there-really-not-a-way-to-make-post-pages/)
 *  Thread Starter [m2rt](https://wordpress.org/support/users/m2rt/)
 * (@m2rt)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/is-there-really-not-a-way-to-make-post-pages/#post-937171)
 * Well…
 * I made a menu with <?php wp_list_pages(‘depth=1&title_li=’); ?>
 * it can be seen at [http://rq.virovene.org](http://rq.virovene.org) or [http://virovene.org](http://virovene.org)
 * It fetches the names of the pages to a menu.
 * But as there is no way to create “pages where one can post” then I thought that
   if I could get the categories listed there like the page names. Then I could 
   get “pages” of posts.
 * In reality they are just categories. But look like pages.
 * I just need a function that is similar to <?php wp_list_pages(‘depth=1&title_li
   =’); ?> but lists categories.
 * OR a way to be able to post to every page.

Viewing 1 replies (of 1 total)