Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/comment/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ NOTE: **Note:** This parameter takes precedence over any entry specified dynamic

entry_status="Featured"

NOTE: **Note:** If this parameter is not specified, comments for entries with any status other than "closed" will be returned.

### `limit=`

limit="30"
Expand Down
6 changes: 6 additions & 0 deletions docs/comment/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ You can hard code the comment form tag to display a comment form for a specific

NOTE: **Note:** This parameter takes precedence over any entry specified dynamically in the URL, so when using this parameter you will want to make sure it is clear to the user which entry the displayed comment form belongs to.

### `entry_status=`

entry_status="Featured"

NOTE: **Note:** If this parameter is not specified, the form display will not be affected by an entry's status, unless the entry is set to "closed".

#### `form_class=`

form_class="news_comment_form"
Expand Down