Title: walterego's Replies | WordPress.org

---

# walterego

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Maximum function nesting level of ‘100’ reached](https://wordpress.org/support/topic/maximum-function-nesting-level-of-100-reached/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/maximum-function-nesting-level-of-100-reached/#post-908318)
 * *bump*
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Maximum function nesting level of ‘100’ reached](https://wordpress.org/support/topic/maximum-function-nesting-level-of-100-reached/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/maximum-function-nesting-level-of-100-reached/#post-908115)
 * Here’s some additional information:
 * My install was 2.6.2 so I figured I’d try updating to 2.6.3. I also uninstalled
   the xdebug extension that I was running. This didn’t fix it, it just changes 
   the output. This made saving a page trigger a Fatal error:
 * > Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/wp/wp-
   > includes/plugin.php on line 274
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [posts_nav_link points to the wrong location when using static frontpage](https://wordpress.org/support/topic/posts_nav_link-points-to-the-wrong-location-when-using-static-frontpage/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/posts_nav_link-points-to-the-wrong-location-when-using-static-frontpage/#post-736703)
 * Anybody?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How does wordpress treat tags on insertion?](https://wordpress.org/support/topic/how-does-wordpress-treat-tags-on-insertion/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/how-does-wordpress-treat-tags-on-insertion/#post-714190)
 * Hmm,
 * perhaps that’s why I didn’t get any replies 😀
 * I’m writing a social tagging plugin for WordPress (allows readers to submit their
   tags for posts). For this I need new tables in the db to store the user submitted
   tags in. I already have this working, but the tags aren’t stored correctly (can’t
   use WordPress’ native function to store tags because it needs to go to a different
   table).
 * WordPress stores foto’s as foto’s (dutch plural of photo), whereas my plugin 
   stores it as foto\’s. Is there any way to prevent this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How does wordpress treat tags on insertion?](https://wordpress.org/support/topic/how-does-wordpress-treat-tags-on-insertion/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/how-does-wordpress-treat-tags-on-insertion/#post-714185)
 * *bump*
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Filtering a post’s tags](https://wordpress.org/support/topic/filtering-a-posts-tags/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/filtering-a-posts-tags/#post-692676)
 * Well, this is probably a good plugin to look into at first. I didn´t asked the
   question right in the first place. I don´t want to add anything to the array 
   of tags (assuming it’s an array), i want to add certain classes to it. Thanks
   for the suggestion!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [help with adding ID to wp_list_pages()](https://wordpress.org/support/topic/help-with-adding-id-to-wp_list_pages/)
 *  [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/help-with-adding-id-to-wp_list_pages/#post-692588)
 * Well, it’s really quite simple. Every item in a list that’s generated by wp_list_pages
   looks has a couple of css classes applied. an item looks like this:
    `<li class
   ="page_item page_item-11"><a href="http://domain.tld/page-name/"></li>`
 * page_item-11 means that the page’s ID is 11. The page you are currently viewing
   looks like this in the list:
    `<li class="page_item page_item-11 current_page_item"
   ><a href="http://domain.tld/page-name/"></li>`
 * This way you can highlight the page in the pages list when it’s being viewed.
   To imake things easier for you change id=”current” to class=”current_page_item”.
   You can then create style rules for the different classes in you theme’s stylesheet.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [help with adding ID to wp_list_pages()](https://wordpress.org/support/topic/help-with-adding-id-to-wp_list_pages/)
 *  [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/help-with-adding-id-to-wp_list_pages/#post-692576)
 * WordPress insert a current-page-item automatically on the page that’s being viewed.
 * Edit: so it would be better to give the homepage a current_page_item class as
   well (instead of current)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to log-in to my WP admin, Re-Direct locking up my site](https://wordpress.org/support/topic/unable-to-log-in-to-my-wp-admin-re-direct-locking-up-my-site/)
 *  [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/unable-to-log-in-to-my-wp-admin-re-direct-locking-up-my-site/#post-692574)
 * You could probably fix it by going into your wordpress database (using phpMyAdmin
   for instance). Go to the table wp_options and in the right portion of the screen
   look for the tab that says ‘SQL’. Click it.
 * There should be a textbox on the page now, with something like ‘run SQL queries
   on database […]’ where […] is the name of the database you use for WordPress.
   Copy this into the textbox:
 * UPDATE wp_options SET option_value = ‘[blog adress]’ WHERE option_name = ‘home’;
 * Replace [blog_adress] with the URL of your blog ([http://yum.tv/wordpress](http://yum.tv/wordpress)
   right?). Now click start.
 * This works for me on my local setup and should work for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Filtering a post’s tags](https://wordpress.org/support/topic/filtering-a-posts-tags/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/filtering-a-posts-tags/#post-692572)
 * Anybody have any idea how to add anything to what’s returned by the_tags or get_the_tags?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Fatal Error on first login](https://wordpress.org/support/topic/fatal-error-on-first-login/)
 *  [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-on-first-login/#post-607931)
 * It appears to have something to do with the plugin I’m writing. Don’t know what’s
   causing this yet, but I’ll figure that out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to remove tag slug](https://wordpress.org/support/topic/how-to-remove-tag-slug/)
 *  [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-tag-slug/#post-692432)
 * I don’t think it is. It would mean that you couldn’t have a post with a slug 
   of fish anymore.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Fatal Error on first login](https://wordpress.org/support/topic/fatal-error-on-first-login/)
 *  [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-on-first-login/#post-607930)
 * I’m having this same issue with 2.3.3 on a local install. Actually I have two
   local installs, one has no trouble, the other one does. I already deleted and
   re-‘uploaded’ the file that defines wp_reset_vars, wp/admin/includes/misc.php
   and it doesn’t help.
 * The strange thing is that the problem started out of the blue. I was working 
   on a plugin, made a change to it and went back to my web browser to go into the
   admin and all of a sudden I get this error. I only have this error when trying
   to go to any admin page.
 * Any thoughts on what might be causing this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Filtering a post’s tags](https://wordpress.org/support/topic/filtering-a-posts-tags/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/filtering-a-posts-tags/#post-692387)
 * Hmm, it seems [a filter for get_the_tags does exist](http://thor.oucio.us/xref/wordpress/nav.html?wp-includes/category-template.php.source.html#l440),
   I just don’t have a clue of how to work with it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can somebody please tell me how to use the bloginfo filter?](https://wordpress.org/support/topic/can-somebody-please-tell-me-how-to-use-the-bloginfo-filter/)
 *  Thread Starter [walterego](https://wordpress.org/support/users/walterego/)
 * (@walterego)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/can-somebody-please-tell-me-how-to-use-the-bloginfo-filter/#post-689792)
 * Great! Thanks!

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

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