Title: doublehead73's Replies | WordPress.org

---

# doublehead73

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

 *   [Profile](https://wordpress.org/support/users/doublehead73/)
 *   [Topics Started](https://wordpress.org/support/users/doublehead73/topics/)
 *   [Replies Created](https://wordpress.org/support/users/doublehead73/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/doublehead73/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/doublehead73/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/doublehead73/engagements/)
 *   [Favorites](https://wordpress.org/support/users/doublehead73/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: [Hide category title from posts using CSS](https://wordpress.org/support/topic/hide-category-title-from-posts-using-css/)
 *  [doublehead73](https://wordpress.org/support/users/doublehead73/)
 * (@doublehead73)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-category-title-from-posts-using-css/#post-9090342)
 * This is being over-complicated.
    If you want all categories to not display a 
   page title just add this to your custom CSS:
 *     ```
       .category .page-title{
           display: none;
       }
       ```
   
 * _[Moderator note: code fixed. Please wrap code in the backtick character or [use the code button](https://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 * Boom. All done.
    -  This reply was modified 9 years, 2 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).
    -  This reply was modified 9 years, 2 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real-Time Find and Replace] Wildcards](https://wordpress.org/support/topic/wildcards-10/)
 *  Thread Starter [doublehead73](https://wordpress.org/support/users/doublehead73/)
 * (@doublehead73)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wildcards-10/#post-9020291)
 * Solved!
 * 1: /Leg Opening: \d[“-”]/
 * 2: $0 <br>Pictured on a 5’10” model
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real-Time Find and Replace] Wildcards](https://wordpress.org/support/topic/wildcards-10/)
 *  Thread Starter [doublehead73](https://wordpress.org/support/users/doublehead73/)
 * (@doublehead73)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wildcards-10/#post-9019749)
 * I actually got that far, it just doesn’t recognize the call to pass (instead 
   of replace) the searched text as it should. Perhaps there is another way to call
   it in. I did read about using /1 or something to call in the search results from
   the brackets.. but this was got the whole phrase in textedit.
 * Maybe Ill get a regex expert for an hour to coach me on it.
    Cheers! -Shaun
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real-Time Find and Replace] Wildcards](https://wordpress.org/support/topic/wildcards-10/)
 *  Thread Starter [doublehead73](https://wordpress.org/support/users/doublehead73/)
 * (@doublehead73)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wildcards-10/#post-9019090)
 * Totally helped. The find appears to get the range. But for some reason the replace
   query does not function at all.
    This functions fine on textpad without the slashes.
   I really appreciate the help, doing my best to read and learn more about regedit.
   Time to take a class maybe.
 * find:
    /Leg Opening: [0-9][0-9]./ Replace: /$& br>Pictured on a 5’10” model/
 * or I also tried (for replace)
    $& br>Pictured on a 5’10” model
 * Result is:
    /$& br>Pictured on a 5’10” model/#8243;
    -  This reply was modified 9 years, 3 months ago by [doublehead73](https://wordpress.org/support/users/doublehead73/).
    -  This reply was modified 9 years, 3 months ago by [doublehead73](https://wordpress.org/support/users/doublehead73/).
    -  This reply was modified 9 years, 3 months ago by [doublehead73](https://wordpress.org/support/users/doublehead73/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real-Time Find and Replace] Wildcards](https://wordpress.org/support/topic/wildcards-10/)
 *  Thread Starter [doublehead73](https://wordpress.org/support/users/doublehead73/)
 * (@doublehead73)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wildcards-10/#post-9017633)
 * Hmm strangely, anything I type give a blank page if regex is checked. Strange.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real-Time Find and Replace] Wildcards](https://wordpress.org/support/topic/wildcards-10/)
 *  Thread Starter [doublehead73](https://wordpress.org/support/users/doublehead73/)
 * (@doublehead73)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wildcards-10/#post-9017595)
 * Right! Actually right after I wrote this a programmer friend came over and gave
   me a lesson regex. We got this working perfectly on textpad with Regex enabled
   for replace.. but when i add the exact same code to the site, it makes all pages
   go blank:
 * Search: Leg Opening: [0-9][0-9].
    Replace: $& <br>Pictured on a 5’10” model
 * Any idea what I might be doing wrong, when it works in textpad?
    Thanks!

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