How to add comments to a Custom Type Post

Well, on the functions.php of your theme find where the custom type post is created.

	'hierarchical' => false,
	'menu_position' => 5,
	'exclude_from_search' => true,
	'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'comments')

On supports array you need t add comments to it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.