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 😀 !
Change the Divider Bar
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Override / filter Excerpt 55 chars length default
Wordpress sets a default limit of 55 characters for Excerpts. You can override this limit by adding this code to […]
Center Header Block Items (3.1/3.2)
If you need to center Header Block Items, 3.2.* release created more options for doing this in the Customize>Header panel […]
Reduce gap between Slider and Zoom Image
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Move the Social Icons and Tagline
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Add “MENU” text to 3-bar Menu button
Where to copy/paste this code? NoteSince Customizr 3.3.1 (Customizr-Pro 1.0.12), because of new wp themes guidelines, you cannot use single […]
Remove the Featured Pages Zoom effect
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Make the Header ‘Sticky’
Customizr introduced built-in feature changes in v3.2. Go to Customize>Header>Design and layout. Adjust the STICKY HEADER SETTINGS. 3.1/3.2 code Where […]
Remove Header Block Items
Customizr introduced built-in feature changes in v3.3. See this Snippet for 3.3 approach to changing Header Block items Where to […]
Change Post/Page Icon & Title
Where to copy/paste this code? NoteSince Customizr 3.3.1 (Customizr-Pro 1.0.12), because of new wp themes guidelines, you cannot use single […]