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 😀 !
Three techniques to alter the query in WordPress
Howdy WP developer! In this snippet, I will describe three different techniques to alter the WordPress default query with an […]
Adding css classes to the WordPress menu items
In WordPress, you can easily style your menu by adding css classes to each items and make use of it. […]
Show random posts on front page
By default, the latest posts list on the front page gets displayed in reverse chronological order and that is what […]
Change title of time-based archives
If you want to change the titles of daily,monthly or yearly archives, add this to your child theme’s functions.php and […]
Move Post Meta before Title
If you want to have the post metas of your single posts displayed before the title and not after the […]
Changing the “Search” string in WordPress search forms
Note about translations : before you start coding anything, note that the “Search” string in the search forms is […]
Replace … with “Read More” link or button
In the alternate thumbnails layout, the default display shows the excerpt with a […] at the end. The thumbnail and […]
Replace tagline with buttons
If you want the tagline to be replaced with a button similar to the demo site, all you have to […]
Change font size of specific words in Slider title
The slider of the Customizr theme is used to attract attention to certain important posts. What if you want to […]
Change the Menu label
The Hamburger Menu or the 3-bar Menu of the Customizr theme has the default label ‘Menu’ next to it. To […]