Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme […]
Target: Posts
Since Customizr 3.2, this feature has been built into the Customise Global Settings. See the Customizr Documentation. Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we […]
Did you ever wanted to distinguish your newest post in front of the other posts in the list ? This snippet will allow you to make your latest post look different (in any category) and to dinstinct itself from the rest. Where to copy/paste this code? The best way to customize […]
Note: This snippet is not needed anymore, just go through Appearance -> Customize -> Main content -> Post/Page Navigation and set up the navigation block visibility to suit your needs 😉 Hi, In case you need to get rid of the post navigation block of links at the bottom of […]
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme […]
The Customizr theme is built on Twitter Bootstrap, which means that you can use the awesome built-in grid system included in Bootstrap. About the grid system The Bootstrap grid system uses a 12 columns grid. There are two types of grid system in the Bootstrap : Default grid system where […]
If you need to remove date, authors and tags, categories buttons below the post titles, here are two useful code snippet Where to copy/paste this code? This php code requires you to use a Child Theme. Everything you need to know about creating a child theme with Customizr here. 1) […]
Following a discussion on the WordPress Forum about how to embed videos in Customizr, here’s a quick snippet. In WordPress, if you just copy and paste the url of a video in a post, it will be automatically ‘recognized’ and the video will be displayed. But what if you want […]
Howdy Customizr developer, The following is a quick snippet that will expand (meaning show the full content instead of the excerpt) the last published post of a category list. As usual, I will try to show you the safest way to code this with the use of a child theme […]
Updated March 2015: This snippet now works only with Customizr > 3.3.1 and Customizr-Pro > 1.0.12 This little snippet gives a simple solution to display the post metas at the bottom of a single post in the Customizr theme, (instead of right below the post title). This code has to […]
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme […]
Wordpress sets a default limit of 55 characters for Excerpts. You can override this limit by adding this code to your functions.php file in a child theme Where to copy/paste this code? We strongly recommend you create a child theme and add this to the Child Theme functions.php. Download a […]