
Show random posts on front page
By default, the latest posts list on the front page gets displayed in reverse chronological order and that […]
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 😀 !
By default, the latest posts list on the front page gets displayed in reverse chronological order and that […]
If you want to change the titles of daily,monthly or yearly archives, add this to your child theme’s […]
If you want to have the post metas of your single posts displayed before the title and not […]
Note about translations : before you start coding anything, note that the “Search” string in the search […]
In the alternate thumbnails layout, the default display shows the excerpt with a […] at the end. The […]
If you want the tagline to be replaced with a button similar to the demo site, all you […]
The slider of the Customizr theme is used to attract attention to certain important posts. What if you […]
The Hamburger Menu or the 3-bar Menu of the Customizr theme has the default label ‘Menu’ next to […]
Following up the popularity of this Customizr snippet Adding a custom social profile link with icon in the […]
To use Dashicons (the default set used in the WP backend) we need to enable them also for […]
As you surely know you can display the featured image in single post contexts, with the option located […]
By default Customizr(-Pro) displays the Category/Tag description after the title. You might want to display it in a […]
Note: This snippet applies to Customizr(free) v3.4.9 (and above) and Customizr-Pro v1.2.6 (and above) When using the “Randomize […]
Here’s a simple snippet in order to display the vertical menu only in mobiles, keeping the regular one […]
This text can be altered with a WordPress filter hook comment_form_defaults In the following code, simply replace Custom […]
The sticky header is a cool feature we all love :). Though we might find it useful just […]