Title: stanibdevcom's Replies | WordPress.org

---

# stanibdevcom

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [global_nav vs. wp_list_pages](https://wordpress.org/support/topic/global_nav-vs-wp_list_pages/)
 *  [stanibdevcom](https://wordpress.org/support/users/stanibdevcom/)
 * (@stanibdevcom)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/global_nav-vs-wp_list_pages/#post-1213710)
 * Digging a little deeper, how does the sandbox_globalnav function produce a horizontal
   menu? It is a list and a list is vertical. I would like to produce a menu that
   is horizontal for my parent pages and vertical for my child pages. I don’t understand
   how to modify this function to achieve this effect. Any idea how to modify this
   function to do that? Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sandbox menu: How to exclude pages from wp_list_pages?](https://wordpress.org/support/topic/sandbox-menu-how-to-exclude-pages-from-wp_list_pages/)
 *  [stanibdevcom](https://wordpress.org/support/users/stanibdevcom/)
 * (@stanibdevcom)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/sandbox-menu-how-to-exclude-pages-from-wp_list_pages/#post-1188845)
 * Also see [Template Tags/wp list pages](http://codex.wordpress.org/wp_list_pages)
   from the Codex.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sandbox menu: How to exclude pages from wp_list_pages?](https://wordpress.org/support/topic/sandbox-menu-how-to-exclude-pages-from-wp_list_pages/)
 *  [stanibdevcom](https://wordpress.org/support/users/stanibdevcom/)
 * (@stanibdevcom)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/sandbox-menu-how-to-exclude-pages-from-wp_list_pages/#post-1188839)
 * What has worked for me is to use an “exclude” condition in the parameter list
   for the call to wp_list_pages for any pages you don’t want listed as follows:
 *     ```
       function sandbox_globalnav() {
       	if ( $menu = str_replace( array( "\r", "\n", "\t" ), '', wp_list_pages('exclude=76&title_li=&sort_column=menu_order&echo=0') ) )
       		$menu = '<ul>' . $menu . '</ul>';
       	$menu = '<div id="menu">' . $menu . "</div>\n";
       	echo apply_filters( 'globalnav_menu', $menu ); // Filter to override default globalnav: globalnav_menu
       }
       ```
   
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Simple Tags] WP 2.8.4 post tags work – page tags DO NOT](https://wordpress.org/support/topic/plugin-simple-tags-wp-284-post-tags-work-page-tags-do-not/)
 *  Thread Starter [stanibdevcom](https://wordpress.org/support/users/stanibdevcom/)
 * (@stanibdevcom)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-simple-tags-wp-284-post-tags-work-page-tags-do-not/#post-1229239)
 * When I add the same tags to both the post and page, the tags are displayed in
   the tag cloud and link to both the post and page. When I remove these tags from
   the posts (leaving the page tags in place), the tags are NOT displayed in the
   tag cloud. Seems like the page tags work only if there is a corresponding post
   with identical tags.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [NextGen Gallery Flash upload problem…](https://wordpress.org/support/topic/nextgen-gallery-flash-upload-problem/)
 *  [stanibdevcom](https://wordpress.org/support/users/stanibdevcom/)
 * (@stanibdevcom)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/nextgen-gallery-flash-upload-problem/#post-915483)
 * You may need to get the latest [version ](http://wordpress.org/extend/plugins/nextgen-gallery/download/).
   I was having the same problem and upgrading to version 1.0.1 allowed me to upload
   multiple images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Restricting access to a page / post based on roles](https://wordpress.org/support/topic/restricting-access-to-a-page-post-based-on-roles/)
 *  [stanibdevcom](https://wordpress.org/support/users/stanibdevcom/)
 * (@stanibdevcom)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/restricting-access-to-a-page-post-based-on-roles/#post-733082)
 * [Role Scoper](http://agapetry.net/news/introducing-role-scoper/#role-scoper-download)

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