topstory
How to add rel=”nofollow” to links with preg_replace()
Adding rel="nofollow" to external link is a good SEO practice.
Social buttons: the fastest way for WordPress, without plugins
NOTE: the code in this post is written for WordPress but you can easily translate it in any language. You’re here…
Optimize WordPress, a long list of tips
In the above image you can see your WordPress before reading this post, and after the optimizations you will make…
Limit the number of categories for posts in WordPress
CHOOSE ONLY ONE CATEGORY WORDPRESS If you need to limit the number of categories used by the authors of your…
Remove archive pages in WordPress, how to
I think that in most blogs (that is not all) archive pages are redundant content and there’s no need to…
WordPress anyone can register, but no email confirmation
Many times it has happened to me that my WordPress installation properly send emails using wp_mail directly, specifing also the…
WordPress 4.1.1 is available! Please update now.
Sometimes you find messages like “WordPress 4.1.1 is available! Please update now.“, in italian it is: “È disponibile WordPress 4.1.1! Aggiorna…
Fix for WP SUPER CACHE home not refreshing
WP SUPER CACHE is one of the most used WordPress plugin for cache, but probably there is a small bug…
Add client logo to wordpress login
If you want to add your logo or the logo of your client above the wordpress login you have to…
Force WordPress to use Italian date
To get date with get_the_time in Italian you should specify italian (it_IT) in the WP_LANG constamt in your wp_config.php file.…