Twitter Fans Needed

We would like minimum of 50 twitter followers. They have to be real fans that must be interested in the area we are targeting (will provide the details to winning bid).

The fans must be based in either Australia, US and UK.

Please only bid if you have proven experience and can complete this project within 48hrs. We are looking for honest bids only.

600 Word Articles about Appliances, Windows, Tools and so on by lansrow

**Rate is $1.50 per 600 word article 500 articles = $750 total for this project We require an excellent content/article writer who can produce ten 600 word articles a day that is 6000 words total a day… (Budget: $750-1500, Jobs: Articles, Copywriting, Product Descriptions, Research, Reviews)


How to automatically create a custom field when a post is published

Paste the code below into your functions.php file. The only thing you have to do is to edit the cutsom field name on line 6.

add_action('publish_page', 'add_custom_field_automatically');
add_action('publish_post', 'add_custom_field_automatically');
function add_custom_field_automatically($post_ID) {
	global $wpdb;
	if(!wp_is_post_revision($post_ID)) {
		add_post_meta($post_ID, 'field-name', 'custom value', true);
	}
}

Thanks to wpCanyon for this cool tip!

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

How to automatically create a custom field when a post is published

What’s Your Favorite Work-Themed Movie?

One of the things I like to do in my spare time is catch up on movies. In an art-imitates-life fashion, there are oodles of office-themed movies in case you haven’t gotten your fix of life in the workplace.

The classic workplace comedy is, of course, Office Space – which has a huge cult following. But Nine to Five is one of my personal faves (anyone who’s ever had a toxic boss will laugh hysterically at the “kill your boss” fantasy sequence). Then there’s Working Girl, Wall Street, and Clockwatchers.

What are your favorite workplace movies? Anything else I should add to my NetFlix queue?