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 😀 !
Adding a fourth footer widget area
I showed you how to add a widget area after the header a few weeks ago. But what if you […]
Changing the social link’s titles displayed on mouse hover
Here’s a quick snippet to change the title attribute of the social links that’s displayed when the mouse moves over the link’s icon. […]
Add qTranslate flags with a navbar widget
Learn how to add a widget for qTranslate and style your flags.
Have different texts on the Featured Pages Buttons
If you need to have different texts on the Featured Pages Buttons, here are two snippets to do it the […]
Changing the default image sizes in Customizr
In Customizr, there are three image sizes by default defined in class-fire-init.php. Each of them has a specific filter allowing […]
Displaying the post metas on home page
If your home page displays your last WordPress posts, you may have noticed that the posts on home don”t show […]
Creating a animated svg based on your site title
This snippet replaces your site title (or your logo if have uploaded one) an animated SVG images based on your […]
Adding a secondary button to the slider in pure javascript
This snippets will allow you to add another button in any slide like in the picture below. This […]
Setting custom titles for the featured pages
There are cases when you need to set a custom titles for the featured pages displayed on front page. By […]
Featured images squared instead of rounded in Customizr
Just add the following code in the Custom CSS or the stylesheet of your child theme and you are done. […]