Archive for the ‘Tips’ Category

Define a Minimum Word Per Post

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

Define a Minimum Word -The Vampire Diaries


Read the rest of this entry »

Custom Post Type Tutorial Collections

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

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

Enhanced Your WordPress Authentication

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

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 »

Added Custom Size on Your Post Thumbnails

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

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

Tutorial Multi-Site option in WordPress 3.0

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

WordPress 3 - Megan Fox Jonah Hex Premiere


Read the rest of this entry »

Choose Perfect WordPress Theme

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

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 »

Post Thumbnail on RSS Feed

June 13th, 2010 By WP Tricks Posted in Tips

Jeff Starr give nice tricks how To Added Post Tumbnail in our RSS Feed, and I will show you on today wordpress tips. This code only need tiny hack, we put some code in our functions.php and the code will be execute automatically using add_filter method.

Added Post Thumbnail on Feed - Megan Fox Jonah Hex

Added Post Thumbnail on Feed - Megan Fox Jonah Hex


Read the rest of this entry »

Page 1 of 612345...Last »