Title: pressup's Replies | WordPress.org

---

# pressup

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [memory_limit problem, host won’t help](https://wordpress.org/support/topic/memory_limit-problem-host-wont-help/)
 *  [pressup](https://wordpress.org/support/users/pressup/)
 * (@pressup)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/memory_limit-problem-host-wont-help/#post-701551)
 * You should put
 * ini_set(“memory_limit”,”16M”);
 * into the top of whatever file reported that problem. If it’s plugin.php, then
   add it there. If it is cache.php, then add it there. Adding it just to index.
   php won’t do. Add it to the specific file reporting the error problem.
 * But, if you upgrade to WordPress 2.5, your problem may go away, as I have found.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [add_filter(‘the_tags’ … does not work, please help!](https://wordpress.org/support/topic/add_filterthe_tags-does-not-work-please-help/)
 *  Thread Starter [pressup](https://wordpress.org/support/users/pressup/)
 * (@pressup)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/add_filterthe_tags-does-not-work-please-help/#post-723883)
 * Somehow I get the feeling that it is undocumented but add_filter does not work
   with the_tags. It’s just strange that nothing in my function executes — I am 
   sure due to WP not allowing the call.
 * I suppose I’ll just have to modify the DB directly.
 * Jason
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [‘the_title’ – How to filter only in Post and Not in Sidebar?](https://wordpress.org/support/topic/the_title-how-to-filter-only-in-post-and-not-in-sidebar/)
 *  Thread Starter [pressup](https://wordpress.org/support/users/pressup/)
 * (@pressup)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/the_title-how-to-filter-only-in-post-and-not-in-sidebar/#post-719898)
 * O.K. I’ve figured it out. There’re only a handful of pages I need to do that 
   for. So, what I did was to add in a token <!–newtitle–> to the title of those
   pages. Then I filter ‘the_title’ only when the <!–newtitle–> exists.

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