Title: mlnosp's Replies | WordPress.org

---

# mlnosp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to still get the menu displayed in child pages](https://wordpress.org/support/topic/how-to-still-get-the-menu-displayed-in-child-pages/)
 *  Thread Starter [mlnosp](https://wordpress.org/support/users/mlnosp/)
 * (@mlnosp)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/how-to-still-get-the-menu-displayed-in-child-pages/#post-938482)
 * Thank you MadsK for the great idea of using post_parent. Thank to you I could
   solve my problem like this without requiring any extra template pages:
 *     ```
       if( $post->post_parent )
       		$page_id = $post->post_parent;
       	else
       		$page_id = $post->ID;
       	wp_list_pages("child_of=$page_id&title_li=");
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use tags with pages as well as posts](https://wordpress.org/support/topic/use-tags-with-pages-as-well-as-posts/)
 *  Thread Starter [mlnosp](https://wordpress.org/support/users/mlnosp/)
 * (@mlnosp)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/use-tags-with-pages-as-well-as-posts/#post-937639)
 * Wow cool thing, this is exactly what I am looking for, thank you very much!

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