November 2010
1 post
1 tag
Using Google Custom Search in WordPress →
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’ );
May 2010
1 post
The Ultimate Guide To Wordpress Hacks And... →
January 2010
1 post
Le novità di WordPress 2.9 →
December 2009
1 post
Best WordPress Tutorials of 2009 →
September 2009
2 posts
How to Display a Copyright as a Range of Dates →
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%’;
August 2009
1 post
Definitive Guide to WordPress Page Navigation →
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.
Ultimate Ecommerce Starter Kits for Wordpress... →
June 2009
1 post
wp-config.php tricks →
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...
December 2008
3 posts
Wordpress Search as Custom Google Search Without... →
How to Set up Google Custom Search for Your... →
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...
November 2008
2 posts
Make Wordpress Load Much Faster →
10 Checks to the Perfect WordPress theme →
October 2008
3 posts
8 Ways to Maintain a Clean, Lean Ubuntu Machine →
130 Useful Linux Based LiveCD Versions →
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.
September 2008
3 posts
Come evitare titoli duplicati in Wordpress →
Unique meta description and meta keywords in your... →
100+ Killer Wordpress Resources →
August 2008
2 posts
Firefox Don’t Remember Yahoo Mail and Hotmail... →
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'
June 2008
1 post
Exchange Server 2003 - Configurazione Iniziale →
September 2007
3 posts
Wordpress Search Engine Optimization (SEO) Plugins →
SEO-sanitizing a WordPress theme in 5 minutes →
The Perfect Server - Fedora 7 →
[via Lo Skyblog]
June 2007
2 posts
Screencast: come modificare il proprio tema... →
Disabilitare UAC in Windows Vista →
May 2007
8 posts
List of Best and Worst practices for designing a... →
The Big Ol' Ubuntu Security Resource →
Blog Monetization →
Differenze fra Kaspersky Antivirus e AVS (Active... →
Audit Active Directory Objects in Windows Server... →
How to configure the audit policy →
Screencast: aggiornare WordPress →
Screencast: installare WordPress →
April 2007
1 post
Parole in rete →
Il mio blog ufficiale.