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 😀 !
Moving the slider anywhere
Howdy, Here’s a quick recipe to change the slider position in Customizr (and Customizr-Pro), with only two lines of code! […]
Change the FB icon to Blue style
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 Grey Bar and Whitespace from Footer
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Creating a column layout in Customizr
The Customizr theme is built on Twitter Bootstrap, which means that you can use the awesome built-in grid system included […]
Featured pages : Remove the White Squares from Zoom (Solid Background)
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Adding a link in the WordPress tagline
Howdy developer! The following is a quick and easy way to add a link in your tagline in the Customizr […]
How to locate a front-end rendering function filter?
Customizr has been built to be easily customizable 😉 not only for designers but also for developers. There are two […]
Remove categories and tags buttons in the post metas block
If you need to remove date, authors and tags, categories buttons below the post titles, here are two useful code […]
Adding content before and after the logo with CSS only
Howdy Customizr designr! Here’s a quick tip to simply add content before and after your text logo with CSS only. […]
Embedding a Youtube video the right way in Customizr
Following a discussion on the WordPress Forum about how to embed videos in Customizr, here’s a quick snippet. In WordPress, […]