Skip to content
Help Center
  • Pricing
  • ProductsExpand
    • Premium BundlesGet all the tools you need in one bundle
    • Kadence ThemeLightning-fast performance theme for modern websites
    • Kadence BlocksDrop in ready designs with advanced controls for pixel perfect websites
    • Kadence Shop KitCreate a more effective WooCommerce shopping experience
    • Kadence ConversionsBoost sales and build engaged audiences with popups and banners
    • Kadence InsightsEasily create A/B tests. Optimize your pages to drive higher conversions.
    • View All Products
  • AI Starter Templates
  • Blog
  • SupportExpand
    • Help CenterProduct Questions? Not sure how to do something? Start here
    • Support TicketsNeed help? We love to help our customers
    • About usCrafted with love in Missoula, Montana
    • Contact usPre Sale Questions? Need help purchasing?
Account Account
Get Kadence
Kadence Theme
  • Features
  • Pro
  • Starter Templates
  • HelpExpand
    • Documentation
    • Facebook Group
    • Submit a Ticket
    • Feature Requests
    • Roadmap
    • Changelog
Help Center
Kadence Theme

Kadence Theme

  • Create a Full Screen Landing Page

Getting Started

  • Theme Installation
  • Getting Started with a Classic Starter Template

Customize Settings

  • How to customize the Kadence Footer
  • Responsive Breakpoints in Kadence
  • How to Import, Export, and Reset Kadence Theme Customizer Settings Using Starter Templates Plugin
  • How to use the Kadence Theme Color Palette
  • Typography and setting font sizes for different devices
  • How to setup Page/Post settings
  • How to Add a Sidebar
  • Sticky Sidebars
  • How to style Buttons
  • How to add Scroll To Top

Header

  • How to Customize the Kadence Header
  • Customizing the Mobile Navigation Area
  • How to Use a Transparent Header
  • Customizing the Topbar
  • Navigation Colors (Transparent Header, Sticky Header)
  • Edit Dropdown Menu Styling
  • Working with the Sticky Header
  • Social Media Icons in the Header
  • Editing a Row in the Header

General WordPress

  • Set Site Favicon
  • How do I add Custom CSS
  • Adding Google Analytics
  • How to backup my site?
  • How to add a Custom Post Type
  • Fix: Page Not Updating
  • How to Find the Page or Post ID
  • How to prevent spam comments
  • How do I turn off comments?
  • How to Remove All Spam Comments

Troubleshooting

  • Troubleshooting the “Update Failed: Service Unavailable” error when updating Pro Kadence WP plugins
  • How to Enable the WordPress Error Logs
  • WordPress Error “Incompatible Archive”
  • Temporarily deactivating plugins
  • How to View Console Log Errors
  • Clearing Your Website Cache
  • How to preview the mobile version of your site on Desktop
  • Getting 500 error
  • Broken Styles after version 1.1.15

Advanced

  • Common Code Snippets for Kadence Users
  • How to translate using LocoTranslate
  • How to hook elements inside of post or page content
  • What Is a Child Theme, Should I install one, if so How?
  • How to add a custom filter or function with Code Snippets
  • Adding Custom Fonts to Kadence
  • How to make a custom 404 page
  • How to change a theme icon to something custom
  • Change any text on your site
  • Changing Various Heading HTML Tags
  • Adding Google Tag Manager with a child theme or code snippet plugin
  • Replace Author HTML (Multiple Author Support)
  • Theme hooks

Pro Addon

  • Kadence Maintenance Mode
  • WooCommerce Addons
  • How to Display Custom Post Types with Kadence Elements Templates and the Post/Grid Carousel
  • How to use conditional header
  • Theme hooks
  • Kadence Theme Pro Plugin
  • Header Addons
  • How to create a Mega (multicolumn menu)
  • How to add contact information
  • How to add a toggle open menu for desktop
  • How to use the Color Palette Switch (Dark Mode)
  • How to add a login and account Menu
  • Kadence Custom Fonts
  • How to add scripts in header/footer
  • How to open the side cart when a product is added to cart
  • How to use Element Hooks

Kadence Elements

  • What is Kadence Elements?
  • Installing Kadence Elements
  • The Four Types of Kadence Elements
  • Switching between different Kadence Elements Types
  • Showing/Hiding Kadence Elements Settings
  • How to Create a Kadence Elements Content Section
  • Creating a Template Element
  • What goes into an element?
  • How to Replace the Footer Using a Kadence Element
  • How to Use an Element to Replace the Archive Loop Item Content
  • How to Design a Post Grid/Carousel using a Kadence Element

Woocommerce

  • How to Add Image Switch on Hover for Product Archives
  • How to Add a Mini Cart to the Site Header
  • How to Change the WooCommerce Product Loop Title Tags
  • Home
  • Knowledge Base
  • Kadence Theme
  • Kadence Theme
  • Advanced

Theme hooks

You can use Theme Hooks to add content to your website. Below you find a list of popular and useful Kadence Hooks. This list doesn’t list all of the hooks across the theme, as it would be excessive. You can find hooks on your website by searching for do_action and do_filter codes through your Theme Files. You can find all of the Kadence Action Hooks and Filters in the /wp-content/themes/kadence/ directory of your WordPress website.

Table of Contents
  • Body
  • Header
  • Content Wrap
  • After Content Hero Title
  • Content and Sidebar
  • Single Inner Content
  • Comments
  • Archive Inner Content
  • Footer
  • 404 Page
  • Mobile Menu Off Canvas Area
  • Header Account Login Modal
  • Post Loop Hooks
  • Post Grid/Carousel Hooks

Body

kadence_before_wrapper
kadence_after_wrapper

Header

kadence_before_header
kadence_after_header
kadence_replace_header
kadence_site_branding
before_kadence_logo_output
kadence_primary_navigation
kadence_header
kadence_top_header
kadence_main_header
kadence_bottom_header
kadence_mobile_header

Content Wrap

kadence_before_content
kadence_after_content

After Content Hero Title

kadence_entry_hero
kadence_entry_archive_hero

Content and Sidebar

kadence_before_main_content
kadence_after_main_content
kadence_before_sidebar
kadence_after_sidebar

Single Inner Content

kadence_single_before_inner_content
kadence_single_before_entry_header
kadence_single_before_entry_title
kadence_single_after_entry_title
kadence_single_after_entry_header
kadence_single_before_entry_content
kadence_single_after_entry_content
kadence_single_after_inner_content

Comments

kadence_before_comments
kadence_before_comments_list
kadence_after_comments_list
kadence_after_comments

Archive Inner Content

kadence_before_archive_content
kadence_archive_before_entry_header
kadence_archive_after_entry_header

Footer

kadence_before_footer
kadence_after_footer
kadence_footer
kadence_top_footer
kadence_main_footer
kadence_bottom_footer

404 Page

kadence_404_before_inner_content
kadence_404_after_inner_content

Mobile Menu Off Canvas Area

kadence_before_mobile_navigation_popup
kadence_after_mobile_navigation_popup

Header Account Login Modal

kadence_before_account_login_popup
kadence_after_account_login_popup
kadence_before_account_login_inner_popup
kadence_after_account_login_inner_popup

Post Loop Hooks

kadence_loop_entry
kadence_loop_entry_thumbnail
kadence_loop_entry_content
kadence_before_loop_entry_meta
kadence_after_loop_entry_meta

Post Grid/Carousel Hooks

kadence_blocks_post_loop_start
kadence_blocks_post_loop_header
kadence_blocks_post_loop_header_meta
kadence_blocks_post_loop_content
kadence_blocks_post_loop_footer_start
kadence_blocks_post_loop_footer_end
kadence_blocks_post_loop_end
Replace Author HTML (Multiple Author Support)
  • Pricing
  • Products
    • Premium BundlesGet all the tools you need in one bundle
    • Kadence ThemeLightning-fast performance theme for modern websites
    • Kadence BlocksDrop in ready designs with advanced controls for pixel perfect websites
    • Kadence Shop KitCreate a more effective WooCommerce shopping experience
    • Kadence ConversionsBoost sales and build engaged audiences with popups and banners
    • Kadence InsightsEasily create A/B tests. Optimize your pages to drive higher conversions.
    • View All Products
  • AI Starter Templates
  • Blog
  • Support
    • Help CenterProduct Questions? Not sure how to do something? Start here
    • Support TicketsNeed help? We love to help our customers
    • About usCrafted with love in Missoula, Montana
    • Contact usPre Sale Questions? Need help purchasing?
Account Login
  • Features
  • Pro
  • Starter Templates
  • HelpExpand
    • Documentation
    • Facebook Group
    • Submit a Ticket
    • Feature Requests
    • Roadmap
    • Changelog