Neat wordpress trick

Extract all the emails from the comments in a wordpress blog. I haven’t tried this yet but saw it on a webmaster forum. <? $db_host = “localhost”; $db_user = “username”; $db_password = “password”; $db_name = “database”; $connect=mysql_connect($db_host,$db_user,$db_password) or die(mysql_error()); $db=mysql_select_db($db_name, $connect) or die(mysql_error()); $result=mysql_query(“select comment_author_email from wp_comments”); while($row=@mysql_fetch_assoc($result)) { $email=$row[comment_author_email]; echo $email; } ?>


Places to get WordPress themes

Here’s a nice starting list to browse WordPress themes. Some of these sites are updated daily. http://www.themebot.com http://www.themesbase.com http://www.wpskins.org http://www.wpsnap.com http://www.wpthemesfree.com http://www.webmaster-talk.com http://www.csschat.com http://www.freelayouts.com http://board.themevibes.com/wordpress-themes/ http://forums.digitalpoint.com http://freewpthemes.info http://themes.blogflux.com http://www.bloggingthemes.com http://www.freewordpressthemes.com http://www.fresheezy.com http://www.themes.rock-kitty.net http://www.themes.iwebnet.org http://www.wptheme.net http://www.templatenavigator.com http://www.themespack.com http://www.webdevforums.com/ http://www.webdesignerforum.co.uk/ http://wordpress.mu/ http://www.templatesforums.com/ http://www.themes-wp.com http://www.thatsprofound.com http://wptemplates.org/ http://www.wordpresstheme.in


Nice wordpress theme

I like wordpress themes which include Ad support since they indicate an awareness of monetizing a blog. Here are two which do just that. Theme name : Hall Of Excitement Features: – Unique Design – xHTML / CSS Valid – Easy installation – Ready to use – Clean code – Compatible with WordPress Version 2.2.1, [...]


Must have wordpress plugins

Well, I see a lot of people asking about the best wordpress plugins. I went through a few forums and made a decent list for people to use. The links all work at the time of posting. Enjoy. all in one seo pack feedwordpress akismet Frame Buster adserve search and replace add meta Google sitemap [...]