Showing 10 of 1,090 results.

HTTP Equivalent | General Metadata

The httpEquiv method queues a <meta http-equiv="..." content="..."> tag. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 Metadata :: general ( ) -> httpEquiv ( ' refresh ' , ' 30 ' ) ;

Canonical Link | General Metadata

The canonical method queues a <link rel="canonical" href="..."> meta tag. By default it binds to the $meta_canonical variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned...

First Link | General Metadata

The first method queues a <link rel="first" href="..."> tag. By default it binds to the $meta_link_first variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata...

Last Link | General Metadata

The last method queues a <link rel="last" href="..."> tag. By default it binds to the $meta_link_last variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata ::...

Previous Link | General Metadata

The prev method queues a <link rel="prev" href="..."> tag. By default it binds to the $meta_link_prev variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata ::...

Next Link | General Metadata

The next method queues a <link rel="next" href="..."> tag. By default it binds to the $meta_link_next variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata ::...

Self Link | General Metadata

The self method queues a <link rel="self" href="..."> tag. By default it binds to the $current_full_url variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata...

Development (Trial) Access | Licensing

Meerkat is free to use locally during official beta and testing periods. Meerkat may also be used locally during the development process of your site without a license key.

Creating a Stacked Content Layout with Statamic 3 and Antlers

…ction : articles limit = " 2 " offset = " 1 " }} 8 {{# The second and third articles. #}} 9 < p > {{ title }} </ p > 10 {{ / collection : articles }} However, depending on the site and circumstances, this may be less than desireable since we are...

Filter Search