How to enable recent comments to display on attachment post

To enable recent comments widget to show comments from your gallery attachment images. Put this code into your function.php [code] function wpse80087_widget_comments_args( $args ) { $args = array( ‘number’ => 5, ‘post_type’ => ‘attachment’, ‘status’ => ‘approve’, ‘post_status’ => ‘inherit’…

Read More

How to embed v.blog.sohu.com video

To embed v.blog.sohu.com video to your blog. All you need is to replace these numbers 4373277. As for the rest of the code remain same. Copy and paste into your HTML (for wordpress) [php]<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="455" height="344" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param…

Read More

FREE WordPress Themes

It’s my own compilation of FREE WordPress Themes. Easier for us to locate wp themes if we need one. WordPress.org/extend/themes/ Smashing Magazine 100 Excellent Free WordPress Themes Freewpthemes.net Iwordpressthemes.com Topwpthemes.com themza.com/wordpress/ Wpthemedesigner.com/free-wordpress-themes/ Codescheme.net/2008/04/09/wordpress-free-theme-impact/ www.templatesbrowser.com/wordpress-themes/ Freewordpressthemes4u.com Freethemelayouts.com Freethemesfor.wordpress.com free-themes.org leadcamp.com/content/free-wordpress-themes/ Themewp.com…

Read More