{{craftSnippets}}
Home Articles Plugins Starter theme Components on Github Gists About
  • Home
  • Tags

#twig component

2 years ago

Creating attributes table from entry fields in Craft CMS

When you group fields in matrix block, you can loop through them to automatically create a table containing their values.
#twig component
3 years ago

Creating map-based navigation for Craft CMS

Using an SVG map divided by regions, you can create navigation, where each region is a link to an entry.
#twig component
3 years ago

Building AJAX contact form with Craft CMS

Build AJAX-based contact form using Contact Form plugin for Craft CMS.
#twig component
3 years ago

Adding favicons to Craft CMS website

Learn how to create favicons from images uploaded through Craft CMS control panel or from static images using Twig components.
#twig component
3 years ago

Universal language switcher for Craft CMS

Language switcher is an essential part of every multilingual site. This template component will generate language switcher, along with country flags next to language links.
#twig component
3 years ago

Building dynamic, AJAX based pagination for Craft CMS

Learn how to create a dynamic, paginated list of entries that loads content using AJAX - without refreshing page.
#navigation #twig component
3 years ago

How to add Disqus comments to Craft CMS website

In this article, you will learn how to set up Disqus comments on your Craft CMS website - without the use of any plugins.
#twig component
3 years ago

Ellipsis pagination component for Craft CMS

This pagination Twig template component shows only page links close to the currently displayed page - rest of links are replaced with an ellipsis.
#twig component #navigation
3 years ago

Breadcrumb created from URL for Craft CMS

Breadcrumb component automatically created from URL. Each URL segment is represented by a single breadcrumb link.
#twig component #navigation
4 years ago

Search autocomplete component for Craft CMS

Basic search autocomplete component, appending search hints to input. It works out of the box and can be dropped into any Craft project.
#twig component #javascript
4 years ago

RSS feed - template component for Craft CMS

This Twig template component generates RSS feed and makes it discoverable by rendering proper link in the head section of website.
#twig component
4 years ago

Quick edit link - Twig component for Craft CMS

Quick edit link component creates page-specific link to control panel, letting you quickly edit entry or category.
#twig component #control panel
Copyright ©2023 Piotr Pogorzelski