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 😀 !
Featured pages on home : remove titles, buttons and text
You might want to display only selected parts of the featured pages block. on your Customizr front page. As of now […]
Adding a Facebook like button in the header
Howdy developer! I have been asked a few days ago in the forum how to add a Facebook like button […]
Avoid wrapping of Menu items
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Move the featured pages block anywhere on front page
Howdy, Here’s a simple recipe to change the featured pages block position in Customizr, we two lines of code! Like for […]
Adding a Google Font to Customizr
Hi, Today I am going to show you how to simply use a Google Font in Customizr without any plugin, […]
Removing the post navigation block of links
Note: This snippet is not needed anymore, just go through Appearance -> Customize -> Main content -> Post/Page Navigation and […]
Change the Color of the Comments Count Bubble next to the Post Title
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Remove the Tagline on Mobile
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Change the color of the Featured Pages Buttons
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Change Footer Background, Border, Font/Color/Size, Alignment
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]