Jump to content

sgchris

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by sgchris

  1. You can check in index.php file what script/file is running now. in your case you should check whether it's "category.php". Once you know that the page is category (is_category()), you may check what category it is and check manually thru the database if it's child or parent category global $wpdb; $res = $wpdb->get_results('....'); // write a query which checks if the category is child or parent
  2. it looks like you did not set "fulltextsearch_keyword" field as a "FULLTEXT" index. in phpMyAdmin it's in structure tab of the table at the bottom of the page
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.