You can use CommentBox for comments. You have to set COMMENTBOX_PROJECT
to your CommentBox project ID.
That’s it. Elegant will take care of the rest.
You can see a working example of CommentBox comments in this article.
Show CommentBox comments by default
Just set COMMENTBOX_PROJECT
variable.
Hide CommentBox comments by default
Unset COMMENTBOX_PROJECT
variable.
This is the default setting.
Hide CommentBox comments by default. Show on Selected
- Set
COMMENTBOX_PROJECT
- Set
COMMENTBOX_FILTER
toTrue
This will hide CommentBox form on all pages.
Now to show CommentBox form on selected posts, in article metadata set
commentbox_filter: off
Show CommentBox comments by default. Hide on Selected
- Set
COMMENTBOX_PROJECT
- Remove
COMMENTBOX_FILTER
or set it toFalse
which is its default value
This will hide CommentBox form on all pages.
Now to hide CommentBox form on selected posts, in article metadata set
commentbox_filter: on
Comments
So what do you think? Did I miss something? Is any part unclear? Leave your comments below.