-
RecoilDesign replied to the topic Custom post type comment tracking in the forum How-to & Troubleshooting 8 years, 8 months ago
The only way I was able to get this to work was by modifying my custom post type directly in the functions.php. Agnes, perhaps this will help you as well:
function create_post_type_videos() {
[Read more]
register_post_type( 'my_videos',
array(
'labels' => array(
'name' => __( 'Videos' ),
'add_new_item' => __( 'Add Video' ),
'edit_item' =>… -
RecoilDesign's profile was updated 8 years, 8 months ago
-
RecoilDesign replied to the topic Custom post type comment tracking in the forum How-to & Troubleshooting 8 years, 8 months ago
I’m in the same boat and would love to hear some feedback on this question. It’s exciting to see Custom Post Type Tracking included in 2.5 but the documentation is a little hard to understand.
If anyone could please explain how to enable comment tracking for custom post types (in layman’s terms), it would be a huge help.
@recoildesign
Active 7 years, 5 months ago