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.…
VK Social metrics, Top Stories plugin now with support for Vkontakte
VK SOCIAL METRICS VK.COM, also known as Vkontakte, is an important russian social network, which has over 270 million users.…
Make a cron job with IFTTT
Cron is a software utility, a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain…
How to import comments from WordPress to DISQUS
Disqus is a very nice tool to handle comments better and probably I will add it here soon, but I’ve…
How to remove custom fields from WordPress
Ok. You’ve added custom fields in wordpress, but how can you remove them? How to delete custom fields wordpress Two…
W3tc plugin feed problem
When your WordPress site has a great number of requests it could happen that your server can’t handle all the…
13 mysql tips that you don’t know
Here is a list of thirteen tips that can be usefull for your queries. If you know more tips send…
How to read facebook likes count from PHP
When you add facebook like button to your site, probably, you also want to save the number of likes of…
New Facebook Invite all friends hack
So, you want to invote all your friends but the old hack doesn’t work anymore? With the last facebook friends…
How to use Instagr.am photos on your site
UPDATE: 2013-12-04 I’ve made a method in the Mini Bots PHP Class that lets you retrieve images from instagram without…
How to change twitter status with php and curl without oAuth
Twitter api authentication Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls. So,…
PHP bot to get wikipedia definitions
Wikipedia, the collaborative and multilingual encyclopedia project, has a lot of usefull terms defined in its database, you can find…
Send push notification to iPhone with PHP and pushme.to
UPDATE: 2013/11/18 This code no longer works, but you can check a similar function here: Sending push notifications with php…
PHP to post on a Facebook page
Hi, I’ve modified the Mini Bot Class, I’ve fixed the Facebook status update and I’ve implemented the function to post…
How to write a text description into html input type password
Sometime designers put form labels and instrucions into html inputs. One of the common uses is for login boxes when…
PHP curl bot to update Facebook status
I’ve found this great mini bot from Alste blog, and I’ve decided to add it to the mini bot class.…
10 PHP usefull functions for MySQLi stuff (mysql improved)
I’ve modified the previous post to use mysqli instead of mysql. Was it necessary? I think it was good step…
10 PHP usefull functions for MySQL stuff
Here is my personal collection of 10 php function that I always include in my database function library. I think…
Posting to Facebook from website with Facebook Connect
This post is part of the Facebook Connect Tutorial and it will show how to add “post to wall” function…
Javascript Ruler for Google Maps v3 to measure distance on map
Javascript example for measuring distances on a Google Maps with a ruler.