tom762
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Regex] Can’t search in custom post type?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
In reply to: [Uji Countdown] Recurring TimerThat would make this plugin the awesomest timer for WP by far. Anything new about this feature?
Forum: Fixing WordPress
In reply to: 3.8.1 Child Theme Loaded but not recognized.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.cssSomething must have happened at 3.8.1…
Anyone?Forum: Plugins
In reply to: [WP Fast Cache] Please add Bugs/Issues here!Excellent. Keep up good work. 😉
Forum: Plugins
In reply to: [WP Fast Cache] Please add Bugs/Issues here!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
In reply to: [WP Fast Cache] Please add Bugs/Issues here!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
In reply to: [WP Fast Cache] Please add Bugs/Issues here!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/)
WP: 3.5.1
plugin: 1.3