Viewing 16 replies (of 16 total)
  • Hello all!

    To remove the category title from WP Awesome FAQ Plugin

    Find this line of code in index.php inside the WP Awesome FAQ Plugin.
    Then comment this line:

    echo implode(' ', $t); $t = array();

    so, the result:

    //echo implode(' ', $t); $t = array();

    Hope this help, greetings.

Viewing 16 replies (of 16 total)
  • The topic ‘Code Categories’ is closed to new replies.