• Hi,
    The plugin is like a custom post type (CPT)
    but:
    1) I can’t see revision of post;
    2) why I can’t view normal comment for product/post?

    Thank’s

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

    (@ndre)

    Hi @marikades,

    The revisions are disabled by default for products. If you want you can enable them with the following code:

    <?php add_post_type_support( 'al_product', 'revisions' ) ?>

    For reviews/comments you can use the reviews free extension from catalog extensions menu.

    Thread Starter marikades

    (@marikades)

    <?php add_post_type_support( ‘al_product’, ‘revisions’ ) ?>

    Where? Where I will insert this code?
    Thank’s

    Plugin Author ndre

    (@ndre)

    You can add it to your child theme functions.php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Revision and comment’ is closed to new replies.