Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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…

    That would make this plugin the awesomest timer for WP by far. Anything new about this feature?

    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?

    Excellent. Keep up good work. 😉

    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.

    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.

    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

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