Kadence Resources
The Kadence Resources hub provides a curated collection of technical guides and best practices aimed at optimizing the performance and reliability of your WordPress site. These resources go beyond the basic use of blocks and themes, focusing on the underlying infrastructure and performance metrics that define a successful online presence. By aligning your backend environments with these expert blueprints, you can eliminate site latency, bolster database reliability, and ensure your layouts scale cleanly as your traffic grows.
Navigating this technical archive helps you address the hidden system factors that impact your daily production workflows. You can discover exactly how to adjust server properties to eliminate common runtime constraints, fine-tune script memory footprints, and safely manage third-party optimization setups. Utilizing these foundational materials ensures you maintain a rapid, lightweight website that behaves predictably across both standard desktop screens and demanding mobile viewports.
Kadence Resources articles
Check out the performance-focused documentation below to audit your hosting parameters, resolve asset bottlenecks, and upgrade your site speeds.
Adding Google Analytics
Read more: Adding Google AnalyticsGoogle Analytics is a free web analytics service provided by Google that helps website owners and marketers track and analyze website traffic and user behavior. This guide will outline a few different methods for adding Google Analytics to your site. Set Up Google Analytics Create an Analytics Account If you don’t already have a Google…
Adding Google Tag Manager with a child theme or code snippet plugin
Read more: Adding Google Tag Manager with a child theme or code snippet pluginThere are a number of ways to add Google Tag Manager code to your WordPress website. If you are using Kadence Pro, you can easily add your Google Tag Manager code snippets to your WordPress site using the WordPress Customizer. We’ve got a blog post overview of how to do that available. It’s just one…
Change Any Text on Your Site
Read more: Change Any Text on Your SiteIf you need to change a piece of theme or plugin-defined text on your site, a simple plugin to use is “Say What?”. The plugin doesn’t require any changing of code and is easy to set up. Also, it’s good to point out this plugin won’t add any large performance issues because it’s using the core…
Clearing Your Website Cache
Read more: Clearing Your Website CacheOne of the first things to check when troubleshooting website issues is whether caching is the culprit. If you’re using optimization plugins or any plugins that handle script/style caching, you’ll often need to clear the cache. This applies to both your website’s cache and, sometimes, the visitor’s browser cache. Caching works by storing a version…
Enabling ICO File Uploads in WordPress
Read more: Enabling ICO File Uploads in WordPressBy default, WordPress restricts the upload of certain file types, including .ico files, for security reasons. If you’re unable to upload an .ico file to your site, you can enable support for it using one of the methods outlined below. Using a Plugin: Modifying wp-config.php: Adding ICO Support in functions.php (using Code Snippets): After completing…
Fix Starter Template Import Problems When Using Hostinger with Kadence
Read more: Fix Starter Template Import Problems When Using Hostinger with KadenceIf you’re having trouble importing Kadence Starter Templates on your WordPress website hosted with Hostinger, the issue may be caused by Hostinger’s CDN settings interfering with the import process. Hostinger’s CDN feature improves your overall website security. However, some of the Security Levels can prevent the importation of Kadence Starter Templates. Follow this guide to…
Fixing Incorrect Share Images on Social Media (Open Graph Setup)
Read more: Fixing Incorrect Share Images on Social Media (Open Graph Setup)Why is my logo showing instead of the featured image when sharing blog posts? When you share a post on social media or messaging apps, the preview image is determined by Open Graph (OG) data. This is metadata added to your pages that tells platforms what title, description, and image to use. By default, this…
Fixing Mixed Content Errors in WordPress
Read more: Fixing Mixed Content Errors in WordPressA mixed content error occurs when a secure page (loaded over HTTPS) tries to load insecure resources (over HTTP). For example, your page might load securely, but: Modern browsers block these requests or show warnings like “Not fully secure”. This can result in content not loading properly, broken styles, and broken functionalities across your website.…