Customizr code snippets

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. […]

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 […]