Leave a comment Read more »

WordPress 3.0 “Thelonious”

Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten.…


Leave a comment Read more »

What’s new in WordPress 3.0

1. Support for multi-site In the past, the WordPress software only allows you to install one blog. For those who wanted to create a series of blogs, or start a blog network, the only option is to install WordPress MU. With WP 3.0, you can…


10 WordPress Dashboard Hacks Leave a comment Read more »

10 WordPress Dashboard Hacks

The dashboard is a very important part of a WordPress blog. In fact, it allows you to control your posts, your blog design, and many more things. When building a site for a client, it is especially important to be able to control WP’s dashboard.…


Top WordPress Hacks Of Early 2010 Leave a comment Read more »

Top WordPress Hacks Of Early 2010

Display an incrementing number on each post I always loved how A List Apart numbers its posts. The following hack will let you do the same with your own blog, using a custom field. Implementing this hack is quite simple. First, paste the following function into…


Push effect: Improving visual feedback for Digg style social voting tools with jQuery Leave a comment Read more »

Push effect: Improving visual feedback for Digg style social voting tools with jQuery

Original poszt Digging, voting, buzzing, retweeting, liking, bumping, shouting. These ubiquitous social tools have become the de facto mechanism to determine collective popularity. There’s little variation in terms of visual feedback when you engage these tools to increase an item’s popularity by one unit. Most…


Some functions for you Wordpress Leave a comment Read more »

Some functions for you WordPress

Credits go to Jeff Starr from digwp.com <?php // custom functions.php template @ digwp.com // add custom post content function add_post_content($content) { if(!is_feed() && !is_home()) { $content .= ‘<p>This article is copyright © ‘.date(‘Y’).’ ’.bloginfo(‘name’).’</p>’; } return $content; } add_filter(‘the_content’, ‘add_post_content’); // add custom feed content…


Specify Unique CSS File Per Post Leave a comment Read more »

Specify Unique CSS File Per Post

Credits to Chris Coyier on digwp.com The idea is to add a simple text input to the page editor, right underneath the content area, where you can manually specify the name of a CSS file. In the image below, you can see I’ve also added…


WordPress Plugin Development: Style Your Message Boxes Leave a comment Read more »

WordPress Plugin Development: Style Your Message Boxes

by Alex • WordPress Plugins Displaying a message to the user after he started an action belongs to a good usability. In the era of Web 2.0 applications, the user is expecting such optical signal after his actions. Also WordPress Plugin developer should give the…


Page 1 of 212

Linux is changing the world

Login



Optimized by SEO Ultimate