• Hi,

    Is it possible to enable to the comment box on the car single post?
    I tried to add a code after car_demon_vehicle_detail_tabs($post_id) but seems not working. This is the code i added :

    <?php echo car_demon_vehicle_detail_tabs($post_id); ?>
    <?php comments_template('',true); ?>

    Any help will be appreciated. Thanks.

    http://ww.wp.xz.cn/extend/plugins/car-demon/

Viewing 1 replies (of 1 total)
  • Thread Starter rolyestemonio

    (@rolyestemonio)

    Actually i ressolved the problem by adding

    add_post_type_support('cars_for_sale','comments');

    but the problem is how to auto allow the comments on the post. It is very depressing if you go to all post and check the box “Allow comments” is there any way to do it automatically?

    Any help will be appreciated. Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Enable comment box on car post’ is closed to new replies.