November 2010
1 post
1 tag
Using Google Custom Search in WordPress →
Nov 4th
September 2010
1 post
Excerpts for Pages in WordPress 3.0 →
Drop this line in your active theme’s functions.php file: add_post_type_support( ‘page’, ‘excerpt’ );
Sep 5th
May 2010
1 post
The Ultimate Guide To Wordpress Hacks And... →
May 29th
January 2010
1 post
Le novità di WordPress 2.9 →
Jan 12th
December 2009
1 post
Best WordPress Tutorials of 2009 →
Dec 27th
September 2009
2 posts
How to Display a Copyright as a Range of Dates →
Sep 12th
Checking Your WordPress Security →
command-line SELECT u.ID, u.user_login FROM wp_users u, wp_usermeta um WHERE u.ID = um.user_id AND um.meta_key = ‘wp_capabilities’ AND um.meta_value LIKE ‘%administrator%’;
Sep 5th
August 2009
1 post
Definitive Guide to WordPress Page Navigation →
Aug 25th
July 2009
2 posts
Disable WordPress autosaving function →
To disable WordPress autosaving function, simply open your functions.php file and paste the following function: function disableAutoSave(){ wp_deregister_script('autosave'); } add_action( 'wp_print_scripts', 'disableAutoSave' ); That’s all. Once you saved the file, WordPress will never autosave a post. To enable autosaving again, simply delete this code.
Jul 31st
Ultimate Ecommerce Starter Kits for Wordpress... →
Jul 25th
June 2009
1 post
wp-config.php tricks →
Jun 29th
February 2009
1 post
Automatically Deal With Duplicate Content in... →
You can just place the following code into your functions.php file within your theme folder. function set_canonical() { if ( is_single() ) { global $wp_query; echo '<link rel="canonical" href="'.get_permalink($wp_query->post->ID).'"/>'; } } add_action('wp_head', 'set_canonical'); That’s it! Now if you go to any version of your post page, you will see the little link on the...
Feb 14th
December 2008
3 posts
Wordpress Search as Custom Google Search Without... →
Dec 23rd
How to Set up Google Custom Search for Your... →
Dec 23rd
How to: Embed Adsense anywhere on your posts →
First, you have to add the following code to your function.php file. Don’t forget to change the adsense code, unless you’d like to display my ads on your own site function showads() { return '<script type="text/javascript"><!-- google_ad_client = "pub-3637220125174754"; google_ad_slot = "4668915978"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script...
Dec 20th
November 2008
2 posts
Make Wordpress Load Much Faster →
Nov 5th
10 Checks to the Perfect WordPress theme →
Nov 5th
October 2008
3 posts
8 Ways to Maintain a Clean, Lean Ubuntu Machine →
Oct 18th
130 Useful Linux Based LiveCD Versions →
Oct 5th
Firefox - Layout.spellcheckDefault →
about:config layout.spellcheckDefault 0 Disable spellchecker. 1 Enable spellchecker for multi-line controls (e.g., <textarea>s). 2 Enable spellchecker for multi-line controls and single-line controls.
Oct 3rd
September 2008
3 posts
Come evitare titoli duplicati in Wordpress →
Sep 17th
Unique meta description and meta keywords in your... →
Sep 10th
100+ Killer Wordpress Resources →
Sep 5th
August 2008
2 posts
Firefox Don’t Remember Yahoo Mail and Hotmail... →
Aug 19th
Come disattivare la revisione dei post di... →
To turn off this feature, add this following code to wp-config.php: define('WP_POST_REVISIONS', false); You can also delete all post revisions by running this query in phpMyAdmin: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = 'revision'
Aug 16th
June 2008
1 post
Exchange Server 2003 - Configurazione Iniziale →
Jun 28th
September 2007
3 posts
Wordpress Search Engine Optimization (SEO) Plugins →
Sep 10th
SEO-sanitizing a WordPress theme in 5 minutes →
Sep 10th
The Perfect Server - Fedora 7 →
[via Lo Skyblog]
Sep 2nd
June 2007
2 posts
Screencast: come modificare il proprio tema... →
Jun 25th
Disabilitare UAC in Windows Vista →
Jun 5th
May 2007
8 posts
List of Best and Worst practices for designing a... →
May 25th
The Big Ol' Ubuntu Security Resource →
May 23rd
Blog Monetization →
May 23rd
Differenze fra Kaspersky Antivirus e AVS (Active... →
May 16th
Audit Active Directory Objects in Windows Server... →
May 8th
How to configure the audit policy →
May 8th
Screencast: aggiornare WordPress →
May 5th
Screencast: installare WordPress →
May 5th
April 2007
1 post
Parole in rete →
Il mio blog ufficiale.
Apr 5th