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 😀 !
Add a custom Phone Number Font Awesome icon to the Social Icons
Following up the popularity of this Customizr snippet Adding a custom social profile link with icon in the header from […]
Enable Dashicons in WordPress Frontend
To use Dashicons (the default set used in the WP backend) we need to enable them also for the front-end […]
How to apply the Lightbox effect to the single post featured image in the Customizr(-Pro) theme
As you surely know you can display the featured image in single post contexts, with the option located at Appearance […]
How to display the Category/Tag description in a different place in the Customizr(-Pro) theme
By default Customizr(-Pro) displays the Category/Tag description after the title. You might want to display it in a different place. […]
How to exclude one (or more) skin(s) when using the “Randomize the skin” option
Note: This snippet applies to Customizr(free) v3.4.9 (and above) and Customizr-Pro v1.2.6 (and above) When using the “Randomize the skin” […]
How to display the Customizr(-Pro) vertical menu only in mobiles
Here’s a simple snippet in order to display the vertical menu only in mobiles, keeping the regular one in desktop […]
How to change the “Leave a comment” text in WordPress ?
This text can be altered with a WordPress filter hook comment_form_defaults In the following code, simply replace Custom leave a […]
Disable Customizr(-Pro) sticky header in mobiles
The sticky header is a cool feature we all love :). Though we might find it useful just in desktop […]
Change the word HOME in the breadcrumb trail
Updated February 24, 2016: Added the option to output either some text or a Font Awesome icon. In case you […]
Change 3-bar menu to Inline on responsive viewports
There is a lot of debate on the value of the 3-bar Hamburger Menu on the web. A fairly common […]