Search:

Search: Search took 1.00 seconds.

  1. You can add/place it inside your child theme...

    You can add/place it inside your child theme functions.php
  2. Thanks, can see the problem now... It seems...

    Thanks, can see the problem now...

    It seems thats WP bug/incompatibility with utf8 permalinks in wp_unique_post_slug() function where substr() does not operate correctly with string...

    as a...
  3. You can look for the code below on the...

    You can look for the code below on the theme-emails.php;



    if(get_post_meta($postID, 'email', true))
    $mailto = get_post_meta($postID, 'email', true);
    else
    $mailto =...
  4. Did You marked some fields to appear in advanced...

    Did You marked some fields to appear in advanced search in "ClassiPress->Form Layouts->Edit form layout" for this category?
  5. Replies
    25
    Views
    1,811

    No the /* */ area is critical and I believe the...

    No the /* */ area is critical and I believe the "template" field needs to specify the exact directory location of the parent directory.
    Let us know how it goes.
Results 1 to 5 of 5