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 😀 !
Expand the most recent (last) post of a category list
Howdy Customizr developer, The following is a quick snippet that will expand (meaning show the full content instead of the […]
Adding a block of content below the header
Howdy Customizr developer! A clean and simple solution to display a block of content right below the header is to […]
Remove Navbar Box
Customizr introduced built-in feature changes in v3.3. Go to Customize>Header>Design and layout. Uncheck the box Display menu in a box. […]
Moving single post metas to the bottom of the post
Updated March 2015: This snippet now works only with Customizr > 3.3.1 and Customizr-Pro > 1.0.12 This little snippet gives […]
Add a border underneath the Slider
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Reduce the height of the Slider
Customizr introduced built-in feature changes in v3.3. Go to Customize>Content>Front Page. Adjust the Set slider’s height in pixels setting. Also […]
Change Sidebar borders
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Move Menu below Navbar Box
This code does work in 3.3. But not one of my favourites! I prefer to remove the Navbar Box and […]
Change the font/size/color of the Slider Titles
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Adjust Navbar Box Settings
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]