Title: strugglefish's Replies | WordPress.org

---

# strugglefish

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/strugglefish/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/strugglefish/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [The Featured Posts (beta testing)](https://wordpress.org/support/topic/the-featured-posts-beta-testing/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/the-featured-posts-beta-testing/#post-267499)
 * Ok so maybe it isn’t broken, however I’m getting strange behavior from what appears
   to be caching.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [The Featured Posts (beta testing)](https://wordpress.org/support/topic/the-featured-posts-beta-testing/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/the-featured-posts-beta-testing/#post-267498)
 * This appears broken in 2.0.2
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Embed Flash with Kimili Flash Embed?](https://wordpress.org/support/topic/embed-flash-with-kimili-flash-embed/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/embed-flash-with-kimili-flash-embed/#post-249474)
 * This pluging appears to be broken, the embed code as mentioned above just prints
   out to the page you inserted it on. Any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to show child pages from a parent page automatically?](https://wordpress.org/support/topic/how-to-show-child-pages-from-a-parent-page-automatically/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-child-pages-from-a-parent-page-automatically/#post-284609)
 * Maybe this will help some of you too.
    I figured out how to how, see this thread
   for the solution: [http://wordpress.org/support/topic/32422](http://wordpress.org/support/topic/32422)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sidebar – Is there an is_child for pages?](https://wordpress.org/support/topic/sidebar-is-there-an-is_child-for-pages/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/sidebar-is-there-an-is_child-for-pages/#post-359987)
 * I have figured out how to do what I want: first install this plugin [http://wordpress.org/support/topic/32422](http://wordpress.org/support/topic/32422)
 * and
 * fold_page_list plugin
 * then in your template use something like:
 * if (tbr_is_descendant_of(3))
    { wswwpx_fold_page_list(“title_li=&depth=3&child_of
   =3&show_date=modified&sort_order=ASC&date_format=$date_format&sort_column=menu_order”,‘
   TRUE’); }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [is_child() functionality?](https://wordpress.org/support/topic/is_child-functionality/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/is_child-functionality/#post-197680)
 * AWesome! This would be an awesome addition to the core imo, thank you so much,
   now I wont’ have to pull the rest of my hair out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sidebar – Is there an is_child for pages?](https://wordpress.org/support/topic/sidebar-is-there-an-is_child-for-pages/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/sidebar-is-there-an-is_child-for-pages/#post-359964)
 * Thanks moshu>> I responded in the thread you specified: [http://wordpress.org/support/topic/49712?replies=11](http://wordpress.org/support/topic/49712?replies=11)
 * Kind of works the way I need, except the when a child page is clicked the menu
   changes.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to show child pages from a parent page automatically?](https://wordpress.org/support/topic/how-to-show-child-pages-from-a-parent-page-automatically/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/how-to-show-child-pages-from-a-parent-page-automatically/#post-284607)
 * I have the following hierachy, where Page# is a horizontal menu, and *sub_Page
   are all located in a vertical menu in the sidebar.php template file.
 * `
    > Page1 >> sub_Page1 >>> sub_sub_Page1 >> sub_Page2 >>> sub_sub_Page1 > Page2
 * The code above works fine until I click on any ‘sub_Page#’ the vertical menu 
   changes to:
 * `
    >>> sub_sub_Page
 * How do I keep the vertical menu under the ‘Page#’ to show all the time?
 * Here is my template code:
 * `
    if (is_page()) { $g_page_id = $wp_query->get_queried_object_id(); wp_list_pages("
   depth=4&title_li=&child_of=".$g_page_id."&sort_column=menu_order"); }
 * Any help would be appreciated!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sidebar – Is there an is_child for pages?](https://wordpress.org/support/topic/sidebar-is-there-an-is_child-for-pages/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/sidebar-is-there-an-is_child-for-pages/#post-359962)
 * I’m trying to figure out the same thing. Any luck?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customizing sidebar](https://wordpress.org/support/topic/customizing-sidebar/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/customizing-sidebar/#post-360612)
 * Are you trying to do this?
    ` if ( is_page('3') || is_page(12) || is_page(22)
   || is_page(11) || is_page(13)) { }
 * or are you trying to avoid that?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [wp_list_pages() idea](https://wordpress.org/support/topic/wp_list_pages-idea/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/wp_list_pages-idea/#post-315152)
 * Yes indeed. Awesome! Thank you kindly!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Child and Parent Pages](https://wordpress.org/support/topic/child-and-parent-pages/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/child-and-parent-pages/#post-359957)
 * Try this: [http://wordpress.org/support/topic/55775?replies=5](http://wordpress.org/support/topic/55775?replies=5)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Highlighting topmost parent](https://wordpress.org/support/topic/highlighting-topmost-parent/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/highlighting-topmost-parent/#post-286713)
 * Johan kindly replied referncing the following thread:
 * [http://wordpress.org/support/topic/55775?replies=5](http://wordpress.org/support/topic/55775?replies=5)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Highlighting topmost parent](https://wordpress.org/support/topic/highlighting-topmost-parent/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/highlighting-topmost-parent/#post-286712)
 * johanvanderwijk: Trying to implement the same thing you have, however i’m getting
   an error
 * `
    Fatal error: Call to undefined function: page_parents() in...
 * Can you let us all know how you’ve implemented this functionality?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Child and Parent Pages](https://wordpress.org/support/topic/child-and-parent-pages/)
 *  [strugglefish](https://wordpress.org/support/users/strugglefish/)
 * (@strugglefish)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/child-and-parent-pages/#post-359913)
 * Hi did you find out how to do this?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/strugglefish/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/strugglefish/replies/page/2/?output_format=md)