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 specific page or post content in another post or page
Following this discussion in the Customizr theme support forum, here’s a simple piece of code that will allow you to […]
Adding sections to any pages or posts in Customizr
Following a user request on the Customizr support forum, I have worked on a simple solution to display your existing […]
Removing the allowed HTML tags and attributes note after the comment form in WordPress
Those last days I have had a recurrring request on how to remove the text describing the HTML tags allowed in comments […]
Customizing the post layout (content, thumbnail) in post lists
Following the excellent javascript snippet from Rocco describing how to change the order of the content and the thumbnail, I’ll describe […]
Add a Polylang dropdown with a navbar widget
Learn how to add a navbar widget, so that you can put a Polylang Language Switcher dropdown in it
Add Scrollspy to the Navbar
If you need to add Scrollspy to the Navbar: Where to copy/paste this code? We strongly recommend you create a […]
Custom comment bubbles in the Customizr WordPress theme
Customizr comes with a default comment bubble using a font icon and displaying the number of comments next to each […]
Adding a Facebook Like Box in place of a featured page in the Customizr theme
Let’s say you need to feature your Facebook fans on your home page, and display it like one of your […]
Enter text above posts on a static blog page
If you’ve set up the Customizr theme so that you have you blog posts on a separate page, here’s how […]
Using Polylang with Customizr WordPress theme
This guide shows you how to set up a multilingual site with Polylang/Customizr. The code included also works with Featured […]