• Hello
    When I tested in post, it is attached to comment well.

    But I use comment for categoy page not page.
    By using “Enhanced Category Pages” plugin, I can use comment like page comment.
    Actually there is no difference….maybe..
    I call comment with “comments_template();”-> original wordpress comment style.

    But in this category page, I can’t call call rating widget.
    Plz check it.

    https://www.ads-software.com/plugins/rating-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Leo Fajardo

    (@leorw)

    Hi @freedumbo, are there any error messages or warnings? Could you please post the code that calls RatingWidget so that we can check it?

    Thread Starter freedumbo

    (@freedumbo)

    I call the enhanced cateogy page with below code.
    Ah,,,In modal screen it doesn’t show rating widget alos.
    Would you check it plz?

    <?php
    global $enhanced_category;
    //get enhanced category post and set it up as global current post
    $enhanced_category->setup_ec_data();
    ?>
    <!– enhanced category content –>
    <?php the_post_thumbnail(“medium”); ?>
    <?php get_template_part( ‘content’, ‘page’ ); ?>
    <!– custom fields –>
    <?php
    get_post_custom();
    ?>
    <?php
    // If comments are open or we have at least one comment, load up the comment template (here)
    if ( comments_open() || get_comments_number() ) :
    comments_template();
    endif;
    ?>

    Plugin Author Leo Fajardo

    (@leorw)

    Ok. Could you please provide a link to the relevant page and screenshot?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post comment is ok but category comment not working.’ is closed to new replies.