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 😀 !
Post list thumbnails reordering in small viewports
3.1.* 3.2.* Nov 2014 update: Tested with Wordpress 4.0 and Customizr 3.2.5 . Still works if you choose to display […]
Html entities and shortcodes in Featured Pages
Updated : Now compatible with Featured Pages Unlimited and Customizr-Pro Customizr by default doesn’t allow you to have HTML entities or […]
Exclude images (attachments) from search results
So you’ve set up a really neat search on your Customizr website with the this snippet. It works fine. But […]
Some Customizr layout examples
In this snippet, we’ll show you some concrete examples of page layouts that use Customizr’s underlying Bootstrap 2.3.2 scaffolding
Adding an HTML5 search form in your WordPress menu
There are several solutions on the WordPress Customizr forum for adding search forms. Here’s a way to add a minimal […]
Make the Footer ‘Sticky‘
Notice:: Since Customizr 3.4.6 and Customizr-Pro 1.2.0 a new option has been added to make the footer sticky. Navigate through […]
Disabling the Customizr’s breadcrumb on some pages
Hi, You might need to disable the built-in Customizr breadcrumb in some contexts of your website. You can easily unhook […]
Change the Background Color/Text Color of the 3-Bar Menu dropdown
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Disabling the comment bubbles in Customizr
UPDATE 22 April 2015: Added filter priority value greater than 10 to ensure compatibility with new Customizr and Customizr-Pro versions. […]
Customizr v3.1.9 : fix for WooCommerce issue
Hi, If you are using WooCommerce, you might have an issue after updating Customizr theme with v3.1.9 : products page […]