Building CPT single template with Gutenberg and Pods in Kadence

Building CPT single template with Gutenberg and Pods in Kadence

This tutorial shows how the layout of Custom Post Types can be built using Gutenberg in a Kadence hooked element whilst showing not only the post details like the featured image but also custom fields using Pods. We shall use Pods and custom shortcodes for showing post content and post meta in a Kadence element…

Page Titles in Kadence

Page Titles in Kadence

Kadence makes it easy to have the titles appear overlayed on top of a background image (or color or gradient) for all the Pages. Here is how we can set this up. In the Customizer > Page Layout enable Show Page Title? Ensure that Page Title Layout is set to ABOVE CONTENT. This will enable…

How to show a widget area using a Hooked Element in Kadence

How to show a widget area using a Hooked Element in Kadence

This tutorial provides the steps to register a custom [widget_area] shortcode so it can be used anywhere shortcodes are accepted in WordPress including in Kadence Elements. This can be used, for example, to show the widgets placed in Sidebar 2 widget area (sidebar) below the site header. Using the shortcode: Simply calling the shortcode without…

Custom Fonts in WordPress

Custom Fonts in WordPress

This tutorial provides the steps to set up and use custom fonts in WordPress. Step 1 Upload your font file (typically in .ttf or .otf format) at Font Squirrel to generate the webfont. Step 2 Extract the generated zip file and upload the .woff and .woff2 files to your child theme directory’s fonts directory. If…