Hi John, thank you for your answer, and sorry about my english.
I have add the code but there is no changes.
Can you help me?
ibersontel.com/faq
– This is the faq url
– I use the graphene theme
– I add your code
require( GRAPHENE_ROOTDIR . ‘/includes/theme-setup.php’ ); // Theme setup
/** activar comentarios en faq
*/
add_action( ‘init’, ‘arconix_post_type_supports’ );
function arconix_post_type_supports() {
post_type_supports( ‘faq’, ‘comments’ );
– I have written a new question, there is no comments check
– I have edit an exist question, there is no comments check
– I have edit options theme about comments and setup comments options in wp… and nothing
Thanks!