September 10th, 2010 By WP Tricks Posted in Tips
WordPress built with many hooks and action that we can put it and make it easy to hack original WordPress code without broken overall functions. On this sample we will show you how to define a minimum word count per post on your WordPress.

Define a Minimum Word -The Vampire Diaries
Read the rest of this entry »
Tags: add_action, Define, Minimum, Recipes, Words
No Comments
August 27th, 2010 By WP Tricks Posted in Tips
We will show you many Custom Post Type Tutorial Collections from many website, we hope this list will make it more easier for you to understanding new feature on WordPress 3.0

WordPress Custom Post Type -Adriana Lima Victorias Secret Toronto
If you read each of this tutorial, you’ll understand that WordPress 3.0 more easier to create robust CMS with this tricks. We hope this Custom Post Type Tutorials useful for you project
Photos Egotastic
Tags: Custom Post Type, WordPress 3
2 Comments
August 21st, 2010 By WP Tricks Posted in Tips
How To Enhancer Your WordPress authentication and added better handled and criteria. John Kolbert, one of WordPress developer create some tutorial how to do it. On this tutorial John Kolbert try to added same parameter and made own criteria…

WordPress Authentication - Miranda Kerr Black Leather
John using add_filter method to create it. He tweak original function of wp_authenticate. On this example John add new parameter that will denied username bob.
Read the rest of this entry »
Tags: add_filter, authentication, wp_authenticate
1 Comment
August 3rd, 2010 By WP Tricks Posted in Tips
Chadcoleman created wonderful tutorials, how to added Custom Size Post Thumbnail. All we need to do only put some functions and use it whatever and whenever you want.

Custom Size Thumbnail - Avril Lavigne
Added this code on your functions.php
if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 50, 50, true ); // Normal post thumbnails
add_image_size( 'my-custom-size', 405, 180, true );
}
That it’s, you have new custom size for you thumbnail and you can call it with Post Thumbnail Tricks
Tags: Custom Size, Post Thumbnail
2 Comments
June 20th, 2010 By WP Tricks Posted in Tips
We now move into WordPress Next Level, the new version WordPress 3.0, there are so many new featured on this version, the most phenomenal featured is enabled or integrated WordPress MU into WordPress 3.0. Before we use Multi-Site on WordPress 3.0, we need to enabled it. How To Enable WordPress MU on WordPress 3.0 is really simple, open you wp-config.php and added this parameter
define('WP_ALLOW_MULTISITE', true);

WordPress 3 - Megan Fox Jonah Hex Premiere
Read the rest of this entry »
Tags: Enabled Config, Multi Blog, WordPress 3, WordPress Multi-Site, wp-config
6 Comments
June 15th, 2010 By WP Tricks Posted in Tips
There are a lot of Premium WordPress Themes available on the net, our simple question is. Does we really need it? Or we can use Free Themes that also available on the net. To Answer the simple question is, what’s do you really want? What do you really need it with the themes? Is it free version already have it?

Choose Premium Theme - Marisa Miller on Spike
For me, Free High Quality themes is enough, but for some reason such as e Commerce theme, Extra Premium Magazine Theme, Custom News Paper Theme or more sophisticated Theme. Premium theme can be a good alternate. Such as NewsleySingle Licensed or Developer Licensed, new themes from WPZOOM., this is another high quality theme. If you need more colorful, you can tried Yamidoo, Zanko, Evertis, Monograph from the same developer.
Read the rest of this entry »
Tags: Choose, Premium, Themes, Tips
2 Comments