Search

Showing 7 of 2,041 result(s)

/meerkat/the-comment-thread

In the last section of this guide, Integrating Meerkat we learned about integrating the Meerkat comment form. In this section, we will look at building the comment thread on your actual website so other users can view submitted comments. We will...

/blog/2014/03/06/modifying-the-windows-hosts-file

This post will explain how to modify the hosts file on a Windows machine (this post will work for Windows Vista and newer). There are a few different reasons you may need to modify the hosts file, and the most common reason I have seen so far is...

/blog/2021/11/07/creating-a-statamic-compact-modifier#content-creating-our-modifier

In this section we will work on getting our custom modifier created, and start on it's implementation. To get started, we will use Statamic's please utility to help us scaffold the code. From the root of your project, issue the following command...

/meerkat/basic-filtering#content-an-introduction-to-filter-expressions

The basic filters cover the vast majority of filtering use-cases, but do not account for everything. Because of this, Meerkat's responses tag accepts a filter parameter. The filter parameter accepts a single filter expression as its only argument....

/blog/2021/12/12/creating-a-content-reaction-system-with-statamic-3-and-antlers#content-data-storage-creating-a-fieldset-and-updating-the-blog-blueprint

…to take advantage of the incredible flexibility that Statamic's blueprints and fieldsets provide. Our data storage format will be created using a fieldset, which will make it simpler to reuse the same set of fields across many blueprints and...

/blog/2023/12/10/that-escalated-quickly-all-the-new-things#content-site-essentials-for-statamic

Site Essentials for Statamic is a Statamic addon that aims to make it simpler to rapidly develop websites. Handfuls of Antlers tags and modifiers, : Site Essentials ships with many different types of Antlers tags and modifiers. Examples include...

/blog/2014/07/28/part-two-creating-a-custom-pagination-view-in-laravel#content-one-last-consideration

Now that our text box will send the hidden input values, what should we do about the actual pagination links? When a user clicks on one of those, it just sends the page number, and none of the search data. That's no good. Well, in our view where...