Showing 7 of 587 result(s)
RainFrog is an add-on that I developed as a sort of "catch-all" add-on. It will produce meta tags for me automatically when I have not specified them for any given post: <meta itemprop="description" content="{{ rain_frog:keywords }}"> or a...
The RouteList is another add-on that is freely available to the Statamic community (you can read specific details about it at https://github.com/JohnathonKoster/statamic-route-list-command ). I am really comfortable developing applications with...
In this tutorial we will look at building a really simple Statamic addon. The addon we will build will let us determine if the incoming web request to our site has a specific query parameter; this will allow us to have greater control in the way...
In the root directory of your site, issue the following command to have Statamic generate the scaffolding we will need to build our custom tag: php please make:tags Request This will generate a new file in the following location within your site's...
Congratulations you've just implemented a really simple Statamic addon tag that can be used to learn about request input. It would be trivial to expand this addon tag to learn more about the incoming request; this might be something for another...
Hello, there! In this guide we are going to look at how to install the Linguistics for Adobe Brackets plugin, an offline as-you-type spell checking plugin. This guide was written for the latest version of Brackets (at the time of writing) -...
We can combine this with PHP's built in range function for a simple way to check if a string ends in any alphabetical character: