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.