WordPress 2.9 built in new features, like Online Image editor and Post Thumbnail, On this post I will give some information about post that coverage Post Thumbnail, So, if you need to know about Post Thumbnail and add your theme support this featured you should Read on this post
- About WordPress Post Thumbnail
- Everything you need to know about WordPress 2.9’s post image feature
- Display post image with backward compatibility
- Using The New Post Thumbnail Feature In WordPress 2.9
- Post Thumbnails in RSS Feeds
- And Many More
Happy Explore new featured in WordPress 2.9 and have nice holiday
I also written some tutorial how to fix TimThumb readfile problem



Display Clean Pingbacks and Trackbacks
May 21st, 2010 By WP Tricks Posted in TricksHave you ever know, WordPress Comment separated between Pingbacks/Trackbacks and Standard comment. With extra function we can separate this type of comment easily. Example we will display more clean and readable Pingbacks and Trackbacks.
Clean Pingbacks / Trackback - Kim Smith on Maxim
We’ll need to create functions and call this functions in our
wp_list_commentsfunctions. Let’s get started. Open yourfunctions.phpand write down this functions// create clean pingbacks and trackbacks function GetCleanPings($comment, $args, $depth) { $GLOBALS['comment'] = $comment; echo '<li>'.comment_author_link().'</li>'; }Read the rest of this entry »
Amazing Touch
Tags: clean, Comment, Functions, pingbacks, trackback, wp_list_comments
1 Comment