Title: tom762's Replies | WordPress.org

---

# tom762

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Regex] Can’t search in custom post type?](https://wordpress.org/support/topic/cant-search-in-custom-post-type/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cant-search-in-custom-post-type/#post-12622818)
 * Hi, I’m a complete amateur around coding, but I’ve done this and it works as 
   it should:
 * in the file ../searches/post_content.php go to line 7:
 * `$sql = "SELECT ID, post_content, post_title FROM {$wpdb->posts} WHERE post_status!
   = 'inherit' AND post_type IN ('post','page') ORDER BY ID ".$orderby;`
 * add any custom post types after “(‘post’,’page’ …” as needed. I tried with Woocommerce
   Products and so far it works perfectly. My line 7 looks like this:
 * `$sql = "SELECT ID, post_content, post_title FROM {$wpdb->posts} WHERE post_status!
   = 'inherit' AND post_type IN ('post','page','product','product_tag','product_variation')
   ORDER BY ID ".$orderby;`
 * Anyone who knows about coding, please correct me if I’ve done something stupid…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Uji Countdown] Recurring Timer](https://wordpress.org/support/topic/recurring-timer/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/recurring-timer/#post-5493822)
 * That would make this plugin the awesomest timer for WP by far. Anything new about
   this feature?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3.8.1 Child Theme Loaded but not recognized.](https://wordpress.org/support/topic/381-child-theme-loaded-but-not-recognized/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/381-child-theme-loaded-but-not-recognized/#post-4558096)
 * I have exactly the same problem as sylviaivie.
 * I’ve installed many child themes before, but as of 3.8.1 below installed themes
   it states (translated from my language) something like: “Following themes are
   installed, but not completely. Themes must include styles file and a template.”
   Remember, the original english error is probably a bit different.
 * My child theme includes these files:
    functions.php screenshot.png style.css
 * Something must have happened at 3.8.1…
    Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fast Cache] Please add Bugs/Issues here!](https://wordpress.org/support/topic/please-add-bugsissues-here/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/please-add-bugsissues-here/#post-3788119)
 * Excellent. Keep up good work. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fast Cache] Please add Bugs/Issues here!](https://wordpress.org/support/topic/please-add-bugsissues-here/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/please-add-bugsissues-here/#post-3788117)
 * I just made a test so I deleted whole “5G Blacklist” part from htaccess and it
   seems to work. 🙂
 * However I’m quite happy with the “blacklist” so if you could pinpoint which part
   of it conflicts with entries WP Cache makes would be really important to me, 
   and possibly many others.
 * Your plugin really works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fast Cache] Please add Bugs/Issues here!](https://wordpress.org/support/topic/please-add-bugsissues-here/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/please-add-bugsissues-here/#post-3788115)
 * One more thing… When I add a page URL manually, an error shows up in the upper
   red tab “Could not add this url!”.
 * But page is still added to the list below. And it is cached. Then the problem
   from former post kicks in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fast Cache] Please add Bugs/Issues here!](https://wordpress.org/support/topic/please-add-bugsissues-here/)
 *  [tom762](https://wordpress.org/support/users/tom762/)
 * (@tom762)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/please-add-bugsissues-here/#post-3788114)
 * I have a weird problem with the plugin.
 * Plugin installed ok, enabled and working. Pages load really fast.
    That is, until
   I log out. When logged out of WP, the cached pages are unaccessible?! White blank
   page.
 * Am I missing something?
 * ps: I have “Perishable press 5G Blacklist 2013” .htaccess installed ([http://perishablepress.com/5g-blacklist-2013/](http://perishablepress.com/5g-blacklist-2013/))
 * WP: 3.5.1
    plugin: 1.3

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