Title: sdrib's Replies | WordPress.org

---

# sdrib

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Timezone does not appear on WordPress 2.8](https://wordpress.org/support/topic/timezone-does-not-appear-on-wordpress-28/)
 *  [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/timezone-does-not-appear-on-wordpress-28/#post-1101772)
 * me too, same problem, timezone is gone
    is there anywhere where we can patch 
   this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multi-Word Tags?](https://wordpress.org/support/topic/multi-word-tags-1/)
 *  [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/multi-word-tags-1/#post-1089858)
 * oh it works with get_the_title i overlooked that before
 *     ```
       <?php $title = str_replace ("?", "", get_the_title());?>
       <?php echo $title; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multi-Word Tags?](https://wordpress.org/support/topic/multi-word-tags-1/)
 *  [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/multi-word-tags-1/#post-1089857)
 * Hi!
 * I am kinda experiencing a similar problem here.
 * I am using “the_tile()” to define the names of images
 * so if my title is “tileA” my images name will be “imageA.jpg”
 * now the problem is that some of my titles contain question marks
    which won’t
   work in image names, so i want to strip those out of there for that reason.
 * I used str_replace
 *     ```
       <?php $title = the_title(); $title = str_replace ("?", "", $title);?>
       ```
   
 * and
 *     ```
       <?php echo $title; ?>
       ```
   
 * later on to recall but i get no results the titles come back out the same way
   is they got in
 * what m i doing wrong?
 * thanks a lot 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to add a .current_page_parent to any link with a function?](https://wordpress.org/support/topic/how-to-add-a-current_page_parent-to-any-link-with-a-function/)
 *  Thread Starter [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [17 years ago](https://wordpress.org/support/topic/how-to-add-a-current_page_parent-to-any-link-with-a-function/#post-1054123)
 * Sorry to bump this topic. But if anyone is ever interested in how to achieve 
   the same thing for ‘sub sub pages’ etc of a parent page check out this function
 * [click](http://www.web-templates.nu/2008/09/07/get-depth-like-is_child-is_grandchild/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to add a .current_page_parent to any link with a function?](https://wordpress.org/support/topic/how-to-add-a-current_page_parent-to-any-link-with-a-function/)
 *  Thread Starter [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [17 years ago](https://wordpress.org/support/topic/how-to-add-a-current_page_parent-to-any-link-with-a-function/#post-1054114)
 * This works perfect!! Thank you a lot!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to add a .current_page_parent to any link with a function?](https://wordpress.org/support/topic/how-to-add-a-current_page_parent-to-any-link-with-a-function/)
 *  Thread Starter [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [17 years ago](https://wordpress.org/support/topic/how-to-add-a-current_page_parent-to-any-link-with-a-function/#post-1053964)
 * Thanks a lot, this is giving me very positive results m going to try to work 
   it out further.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [FlashPress, a full flash wordpress site](https://wordpress.org/support/topic/flashpress-a-full-flash-wordpress-site/)
 *  [sdrib](https://wordpress.org/support/users/sdrib/)
 * (@sdrib)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flashpress-a-full-flash-wordpress-site/#post-979611)
 * Hey,
 * i like your project very much.
    I love the idea of using flash as GUI for wordpress.
 * If you care i have a few suggestions :), just pm me.

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