Search

Showing 7 of 1,975 result(s)

/meerkat/advanced-filtering#content-custom-filter-groups

The filter syntax can get quite long if your chaining multiple filters, or be annoying to keep updated if you're using them in many places (and not using Statamic partials). To help with this, you can define a filter group like so: Then, in your...

/meerkat/configuring-the-blueprint#content-required-fields

Blueprints allow you to specify which form fields Meerkat should expect when it is handling comment submissions. You are free expand the fields in the blueprint, but the following fields are required in order to ensure Meerkat functions properly:...

/meerkat/managing-comments#content-replying-to-comments

…d to from the Control Panel by selecting the "Reply" option below the comment's content. An inline comment reply form will appear, allowing you to reply directly from the Control Panel. The currently authenticated user details will be used as the...

/meerkat/the-is-filters#content-the-isspam-filter

The is:spam filter allows you to filter comments based on whether or not it is considered spam. It accepts a boolean value, or the wildcard ( * ) value. The following example filters all comments that were flagged as spam:

/meerkat/the-is-filters#content-the-ispublished-filter

The is:published filter allows you to filter comments based on whether or not it was approved by a Statamic Control Panel user. It accepts a boolean value, or the wildcard ( * ) value. The following example filters all comments that were not...

/meerkat/the-like-filters

The like filters allow you to query comments using an SQL-like pattern.The like filter allows you to query a comment property and compare it with an SQL-like pattern. The following example queries checks the comment's content against the %panel%...

/site-essentials-for-statamic/v1/metadata-overview#content-pagination-links

If you are rendering a paginated list and would like to easily add pagination link tags, you can use the se_meta:paginate tag: 1 {{ collection : blog paginate = "5" as = "items" }} 2   3 {{# Add the current pagination links to metadata manager....