The Customizr WordPress theme is entirely built on an extensible WordPress filter and action hooks API, which makes customizations safe and easy, without ever needing to modify the core structure. To some extents, the theme’s code acts like a collection of plugins that can be enabled, disabled or extended.
The following snippets can really help beginners and advanced developers to extend the Customizr core code and create any kind of websites. You’ll find snippets in the following web coding languages : CSS, HTML, Javascript, PHP.
If you are not familiar with the WordPress hooks API, I really recommend that you start with this quick and easy guide : WordPress Actions, Filters, and Hooks : A guide for non-developers.
Happy customizing 😀 !
Display full-width pages
A common request on the Support Forum is for information on how to change the page width to full-width. Customizr […]
Moving Header Block items (3.3)
If you need to move Header Block Items, 3.3.* release created more options for doing this in the Customize>Header panel. […]
How to disable or enable comments in pages in a WordPress theme
WordPress offers the possibility to have comments in pages. But in most cases, comments shall rather be used on posts […]
Make the Customizr home slider season based
Compatible with Customizr-Pro Hi, wouldn’t be cool displaying a different slider on the front page, depending on the season? That’s […]
Make a Customizr slider display recent posts
Updated Sep 2015: This snippet now works only with Customizr 3.4.* and Customizr-Pro 1.2.* Updated June 2015: This snippet now […]
Make Featured Pages titles linkable
If you want your featured pages titles be a link to the featured pages, this snippet is what you need. […]
Adjust 3.2+ Sticky Header
The new Sticky Header in 3.2 may need some adjustments. Where to copy/paste this code? The simplest way is to […]
Customizing the comments in the Customizr theme
There are several ways to override the default comments view of the Customizr WordPress theme. 1) Overriding the comments.php template […]
Customizr v3.2.2 left sidebar bug fix
Before the v3.2.3 release, here’s a quick fix for the left sidebar bug and the sidebar menu issue. Paste the following […]
Embedding a YouTube or Vimeo video in your slider
Updated August 2015: Added an option to automatically loop youtube videos (default true) and code updated to work with Customizr-Pro […]