<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Staenz Web Solutions</title>
	<atom:link href="http://www.staenzwebsolutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.staenzwebsolutions.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 Mar 2011 22:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Control Direct Access of Files and Folders with .htaccess</title>
		<link>http://www.staenzwebsolutions.com/control-direct-access-files-folders-htaccess/615/</link>
		<comments>http://www.staenzwebsolutions.com/control-direct-access-files-folders-htaccess/615/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 20:35:00 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=615</guid>
		<description><![CDATA[I am hosting a website on server and I don’t want others to directly open the folders and even view or download the PHP files, hosted images list, important documents in listing format. Are you also looking for something to restrict the direct access to folders, files and sub-directory on server from visitors? You can achieve so by making simple addition in .htaccess file or if .htaccess is not there, you can upload a .htaccess with simple text.

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/' rel='bookmark' title='Permanent Link: How to Reset phpMyAdmin MySQL Settings to Default in WampServer'>How to Reset phpMyAdmin MySQL Settings to Default in WampServer</a></li>
<li><a href='http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/' rel='bookmark' title='Permanent Link: How to Reset phpMyAdmin MySQL Settings to Default in WampServer'>How to Reset phpMyAdmin MySQL Settings to Default in WampServer</a></li>
<li><a href='http://www.staenzwebsolutions.com/benefits-domain-name/166/' rel='bookmark' title='Permanent Link: Benefits Of Having Own Domain'>Benefits Of Having Own Domain</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am hosting a website on server and I don’t want others to directly open the folders and even view or download the PHP files, hosted images list, important documents in listing format. Are you also looking for something to restrict the direct access to folders, files and sub-directory on server from visitors? You can achieve so by making simple addition in .htaccess file or if .htaccess is not there, you can upload a .htaccess with simple text.</p>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2011/03/htaccess-control-folder.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="htaccess-control-folder" src="http://www.staenzwebsolutions.com/wp-content/uploads/2011/03/htaccess-control-folder_thumb.png" border="0" alt="htaccess-control-folder" width="470" height="253" /></a></p>
<h3>Deny Direct Access to All</h3>
<p>To deny permission to everyone but your own website pages, you need to write below piece of line in the .htaccess file.</p>
<pre>deny from all</pre>
<p>This will throw a permission denial message to the visitors who try to open any folder and files on your hosting server directly.</p>
<h3>Deny Direct Access to an IP address</h3>
<p>You can customize this piece of text to block particular IP addresses as well. To do so, change the above piece of text to,</p>
<pre>allow from all</pre>
<pre>deny from 88.765.11.112</pre>
<p>In above case, I am blocking IP address 88.765.11.112 from accessing any files and folders. Others are allowed to do so.</p>
<h3>Permission Denied 403 for Restricted Folders</h3>
<p>In case even your website’s pages are not able to access required folder and files, then you may try below piece of code. Remember to have few HTML files like 400.html, 401.html, 403.html, 404.html, 500.html etc. to throw perfect message i.e. 403 Permission denied.</p>
<p>Here is the piece of code,</p>
<pre>Options +FollowSymLinks SymLinksIfOwnerMatch</pre>
<p>Just move this into the .htaccess in the root folder of the site. That’s it.</p>
<p>Of course there are lot many other ways to block or restrict access to files and folders on the <a href="http://www.staenzwebsolutions.com/web-hosting/">hosting server</a>, but .htaccess is the simplest and effective way to do so.</p>
<h3>How to Create .htaccess File</h3>
<p>Open a notepad from Start menu in Windows PC. Write the above piece of text in that notepad and then save the file as .htaccess. Yes, you need to remove the .txt extension of the site to make that .htaccess. That’s it. You can upload the file to your hosting server’s root folder.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/' rel='bookmark' title='Permanent Link: How to Reset phpMyAdmin MySQL Settings to Default in WampServer'>How to Reset phpMyAdmin MySQL Settings to Default in WampServer</a></li>
<li><a href='http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/' rel='bookmark' title='Permanent Link: How to Reset phpMyAdmin MySQL Settings to Default in WampServer'>How to Reset phpMyAdmin MySQL Settings to Default in WampServer</a></li>
<li><a href='http://www.staenzwebsolutions.com/benefits-domain-name/166/' rel='bookmark' title='Permanent Link: Benefits Of Having Own Domain'>Benefits Of Having Own Domain</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/control-direct-access-files-folders-htaccess/615/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset phpMyAdmin MySQL Settings to Default in WampServer</title>
		<link>http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/</link>
		<comments>http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:44:00 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[wampserver]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=569</guid>
		<description><![CDATA[Deleted root user by accident or messed up with privileges and access for main user? You must need to reset the MySQL on phpMyAdmin to have the default values. If you are using WampServer for testing server side coding and to build your web application, you can easily reset the MySQL to initial or basic settings in just a minute. Once reset completes, you can use your “root” user with all privileges and access.

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Deleted root user by accident or messed up with privileges and access for main user? You must need to reset the <a href="http://www.phpmyadmin.net/" target="_blank">MySQL on phpMyAdmin</a> to have the default values. If you are using <a href="http://www.wampserver.com/en/" target="_blank">WampServer</a> on Windows for testing server side coding and to build your web application, you can easily reset the MySQL to initial or basic settings in just a minute. Once reset completes, you can use your “root” user with all privileges and access. Few days ago, one of my PHP code just changed the access level of the root user and I was not able to access couple of my databases as they were attached to “root” only. Then I tried to reset the MySQL on WampServer to have my initial settings and users.</p>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2011/03/reset-mysql-wampserver.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="reset-mysql-wampserver" src="http://www.staenzwebsolutions.com/wp-content/uploads/2011/03/reset-mysql-wampserver_thumb.png" border="0" alt="reset-mysql-wampserver" width="449" height="246" /></a></p>
<p>Alright folks, here is how I reset the MySQL on WampServer.</p>
<p>Download <strong>ResetMysql</strong> application from <a href="http://downloads.jlbn.net/" target="_blank">this page</a>. Then follow the below steps,</p>
<p>- Exit from the WampServer by clicking on “Exit” option in the system tray icon of WS.</p>
<p>- Go to <strong>C:\wamp\bin\mysql\mysql5.x.xx\data\mysql</strong> and copy three files mentioned below:</p>
<p>user.frm<br />
user.myd<br />
user.myi</p>
<p>- Now replace these 3 files with the files in the unzipped folder “ResetMysql” that you just downloaded</p>
<p>- In C:\wamp\apps\phpmyadminx.xx.x, find config.inc.php file and delete the password (if any) for root user. Root user password should be blank like this,</p>
<p>$cfg['Servers'][$i]['password'] =’’;</p>
<p>- In the same file, you need to find the below code and cross check whether ‘config’ is in single quote</p>
<p>$cfg['Servers'][$i]['auth_type'] = &#8216;config&#8217;;</p>
<p>- Now restart the WampServer, and access phpMyAdmin.</p>
<p>You will see all the databases created in the phpMyAdmin. Now you can also see the “Root” user with all the access privileges.</p>
<p>In case you are not able to see all the privileges to “root”, close the browser and start that again. Or you can try opening phpMyAdmin on different browser as well. This issue is related with some cookies if you already browsed (with problem of MySQL) the phpMyAdmin on same browser.</p>
<p>This is how you can reset MySQL and have your deleted user, access level etc. back on track for WampServer.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/reset-phpmyadmin-mysql-wampserver/569/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sovereign &#8211; Clean, Professional Premium WordPress Theme</title>
		<link>http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/</link>
		<comments>http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 20:55:19 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[wptheme]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=519</guid>
		<description><![CDATA[Sovereign is a clean, professional looking premium WordPress theme that has many useful features that would help you make your website or blog set up with great design, easy navigation and powerful admin options. You can convert your WordPress installation into a powerful CMS using this theme. As it has many inbuilt features, you would [...]

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
<li><a href='http://www.staenzwebsolutions.com/28-free-buddypress-1-2-compatible-themes/341/' rel='bookmark' title='Permanent Link: 28 Free Buddypress Themes Compatible With Buddypress 1.2 and Above'>28 Free Buddypress Themes Compatible With Buddypress 1.2 and Above</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sovereign is a clean, professional looking <a href="http://www.clickonf5.org/wordpress/sabuy-portfolio-photography-theme/11267">premium WordPress theme</a> that has many useful features that would help you make your website or blog set up with great design, easy navigation and powerful admin options. You can convert your WordPress installation into a powerful CMS using this theme. As it has many inbuilt features, you would not need to look for available plugins to achieve a particular requirement, most of them are already covered.</p>
<p>It has more than 20 styles or skins with flexible layout , more than 70 shortcodes support and 100+ theme options.</p>
<p><a href="http://www.staenzwebsolutions.com/view/sovereign-wptheme/" target="_blank" class="large orange cf5button" rel="external nofollow">Details &amp; Demo</a></p>
<p><img class="alignnone size-full wp-image-525" title="sovereign-professional-wptheme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2011/02/sovereign-professional-wptheme.jpg" alt="" width="640" height="369" /></p>
<h3>Portfolio Page Example</h3>
<p><img class="alignnone size-full wp-image-524" title="sovereign-portfolio" src="http://www.staenzwebsolutions.com/wp-content/uploads/2011/02/sovereign-portfolio.jpg" alt="" width="640" height="399" /></p>
<h3>Blog Layout</h3>
<p><img class="alignnone size-full wp-image-526" title="sovereign-wptheme-blog" src="http://www.staenzwebsolutions.com/wp-content/uploads/2011/02/sovereign-wptheme-blog.jpg" alt="" width="640" height="543" /></p>
<p><a href="http://www.staenzwebsolutions.com/view/sovereign-wptheme/" target="_blank" class="large orange cf5button" rel="external nofollow">Details &amp; Demo</a></p>
<h3>Other Features:-</h3>
<p>1) Automatic Installation</p>
<p>2) 5+1 Homepage Sliders</p>
<p>3) 6 Custom Post Types</p>
<p>4) Unlimited Portfolios</p>
<p>5) Built In Shortcode Editor</p>
<p>6) Multisite Support</p>
<p>7) Post Share Bar</p>
<p>8)Google Api &amp; cufon</p>
<p>9) Unlimited Sidebars</p>
<p>10) WP Native Thumb Resize</p>
<p>11) Menu Manager</p>
<p>12) Tour page and Pricing tab (if you sell something)</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
<li><a href='http://www.staenzwebsolutions.com/28-free-buddypress-1-2-compatible-themes/341/' rel='bookmark' title='Permanent Link: 28 Free Buddypress Themes Compatible With Buddypress 1.2 and Above'>28 Free Buddypress Themes Compatible With Buddypress 1.2 and Above</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</title>
		<link>http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/</link>
		<comments>http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 21:11:17 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=477</guid>
		<description><![CDATA[Do you get no thumbnail image or very unrelated image like twitter icon or RSS icon as a thumbnail image while sharing your article on Facebook? As well, this would happen with your readers who share the smae article on their wall. Here is the solution for this problem.

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Do you get no <a href="http://www.clickonf5.org/tutorial/how-insert-custom-image-thumbnail-facebook-link-sharing/5536">thumbnail image</a> or very unrelated image like twitter icon or RSS icon as a thumbnail image while sharing your article on <a href="http://www.clickonf5.org/seo/how-add-blog-feed-facebook/3769">Facebook</a>? As well, this would happen with your readers who share the smae article on their wall.</p>
<p>While sharing any post to Facebook wall, <a href="http://www.clickonf5.org/tag/facebook">Facebook</a> spans your page’s html source code to find all the &lt;img&gt; tags and offers you the choice to choose one of them as the thumbnail image for the post, that best suits the title and the content of the post, to make the entry more engaging for your friends.</p>
<p>So if there is no image in the html source or if the images are not related to the post content (like twitter/facebook/RSS icons), then that is the problem for you while sharing. You definitely choose ‘No thumbnail’ option while sharing. Here is a very simple solution for the issue, I have included a solution for WordPress users as well as a very decent solution for Non-WordPress users.</p>
<h3>For WordPress Users</h3>
<p>Most of us now-a-days use a small thumbnail image on the front page which is pulled using the WordPress post featured image or thumbnail image for the post (<a href="http://www.clickonf5.org/tag/wordpress-2-9">WordPress 2.9 feature</a>), though this image is not displayed in the actual post. We can use this image as the thumbnail image while sharing the article on Facebook. If there is no ‘Featured Image’ attached to the post, then we can specify a default image, which will be included while we choose the thumbnail for the post while sharing on Facebook, as the default image can be our blog or site’s brand logo, definitely better than having no choice other than the twitter or RSS icon.</p>
<p>For achieving this, in your active theme’s functions.php (On your WP Dashboard go to –&gt;Appearance –&gt; Editor –&gt; On the right side you would find ‘Theme Functions’ –&gt; Click open to edit it), place the below code before the closing php tag (?&gt;):-</p>
<pre class="brush: php;">&lt;br /&gt;
function insert_image_src_rel_in_head() {&lt;br /&gt;
	global $post;&lt;br /&gt;
	if ( !is_singular()) //if it is not a post or a page&lt;br /&gt;
		return;&lt;br /&gt;
	if(!has_post_thumbnail( $post-&amp;gt;ID )) { //the post does not have featured image, use a default image&lt;br /&gt;
		$default_image=&amp;quot;http://example.com/image.jpg&amp;quot;; //replace this with a default image on your server or an image in your media library&lt;br /&gt;
		echo '&amp;lt;meta property=&amp;quot;og:image&amp;quot; content=&amp;quot;' . $default_image . '&amp;quot;/&amp;gt;';&lt;br /&gt;
	}&lt;br /&gt;
	else{&lt;br /&gt;
		$thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&amp;gt;ID ), 'medium' );&lt;br /&gt;
		echo '&amp;lt;meta property=&amp;quot;og:image&amp;quot; content=&amp;quot;' . esc_attr( $thumbnail_src[0] ) . '&amp;quot;/&amp;gt;';&lt;br /&gt;
	}&lt;br /&gt;
	echo &amp;quot;\n&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
add_action( 'wp_head', 'insert_image_src_rel_in_head', 5 );&lt;/p&gt;
&lt;p&gt;</pre>
<p><strong><span style="text-decoration: underline;">Note:</span></strong> Remember to replace the url for default image (<a title="http://example.com/image.jpg" href="http://example.com/image.jpg">http://example.com/image.jpg</a>) by the actual default image specific for your site. This can be the image you have uploaded to your server or to the Media Library.</p>
<h4>What this code will do:-</h4>
<p>It will add a new meta tag to your post/page header representing the thumbnail image which could be used while sharing</p>
<p>1) This code will give you an option of the post featured image (if it exists) as a thumbnail image while sharing</p>
<p>2) If no featured image is found, you have a default image to choose from as a thumbnail while sharing the entry on Facebook</p>
<p>If there are other images attached to the post, they would also be shown while you choose the thumbnail at the time of sharing.</p>
<h4>WordPress Plugin</h4>
<p>For those who do not want or are not very sure about changing the Theme Functions (functions.php) file, there is a very simple plugin on the WordPress Plugin Directory named  <a href="http://wordpress.org/extend/plugins/add-image-src-meta-tag/" target="_blank">Add image_src Meta Tag</a> which does the same thing. Just it does not have the “default image” setting feature. You can install and use this plugin as well, <strong>but this plugin did not work on Chrome and Firefox for me</strong>.</p>
<h3>For Non-WordPress Users</h3>
<p>You can definitely set the default image representing your site’s logo by putting the below code in your web pages head section (after &lt;head&gt; and before the head section close i.e. &lt;/head&gt;)</p>
<pre class="brush: xml;">&lt;br /&gt;
&amp;lt;meta property=&amp;quot;og:image&amp;quot; content=&amp;quot;http://example.com/image.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
</pre>
<p><strong><span style="text-decoration: underline;">Note:</span></strong> Remember to replace the url for default image (<a title="http://example.com/image.jpg" href="http://example.com/image.jpg">http://example.com/image.jpg</a>) by the actual default image specific for your site. This should be the image you have uploaded to your server.</p>
<p><strong><span style="color: #ff0000;">BEWARE: </span></strong>On my blogs, the .png images set as the default image and featured image did not work for the thumbnail extraction. So I suggest you to adhere to .jpg images for definite success!!</p>
<p>Thus, by using the default image, at least you get some good option specific to your site’s niche or logo to use as a thumbnail image while sharing, if there is no image related to the content on the page which is to be shared.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</title>
		<link>http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/</link>
		<comments>http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 01:14:16 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=442</guid>
		<description><![CDATA[You can customize your WordPress blog or site homepage and inner archives by showing a cute little thumbnail image on the left or right and then putting the post excerpt beside. Most of the themes have this feature. But we don’t have an inbuilt feature to have those thumbnails in our blog RSS feeds. So, [...]

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can customize your <a href="http://www.staenzwebsolutions.com/">WordPress blog</a> or site homepage and inner archives by showing a cute little thumbnail image on the left or right and then putting the post excerpt beside. Most of the themes have this feature. But we don’t have an inbuilt feature to have those thumbnails in our blog RSS feeds. So, I would like to show you how you can add a thumbnail to your site RSS feed using a very lightweight and extremely well coded plugin by Justin Tadlock and putting a small code in your active theme’s function.php (this small code is written and fully tested by me, you can check our <a href="http://staenzwebsolutions.com/feed/">RSS feed</a> <img src='http://www.staenzwebsolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/07/thumbnail_in_rss.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="thumbnail_in_rss" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/07/thumbnail_in_rss_thumb.jpg" border="0" alt="thumbnail_in_rss" width="639" height="498" /></a></p>
<p>There is no need that you set a post thumbnail or a featured image (WordPress 3.0 nomenclature) for each and every post to get it in the RSS for that article. The plugin will scan the post and pull a thumbnail as follows:-</p>
<ol>
<li>Looks for an image by custom field (default custom field is “thumbnail”).</li>
<li>If no image is added by custom field, check for a post image (WordPresss 2.9+ feature).</li>
<li>If no image is found, it grabs an image attached to your post.</li>
<li>If no image is attached, it can extract an image from your post content.</li>
<li>If no image is found at this point, it will default to an image you set.</li>
</ol>
<p>As well you can specify any custom size for the image fetched.</p>
<h3>Two steps to get it working</h3>
<p><strong>Step 1</strong>: Download the WordPress Plugin “Get the Image” from <a href="http://wordpress.org/extend/plugins/get-the-image/">WordPress Plugin Directory</a> and activate it. It is a very powerful <a href="http://www.clickonf5.org/smooth-slider">wordpress plugin</a>, which do not load any CSS or javascript in your page header. It is just a new template tag which enhances the WordPress thumbnail image fetching.</p>
<p><strong>Step 2</strong>: Include this small piece of code in your theme’s functions.php file. You can edit this file thru your WordPress Theme Editor. Go to Dashboard—&gt;Appearance—&gt;Editor and select “Theme Functions” from the right hand Templates list. Include the below code before the closing php tag (?&gt;), if this tag is not present at the end, just put the code at the end.</p>
<pre class="brush: php;">

function display_post_thumbnail_in_rss($rss_content) {
    global $post;
    if ( function_exists( 'get_the_image' ) ) {
        $rss_content= '&lt;div style=&quot;float : left;margin-right:10px;&quot;&gt;'.get_the_image(array( 'default_image' =&gt; '', ‘image_scan’ =&gt; true,  'width' =&gt; '150', 'echo' =&gt; false ) ). '&lt;/div&gt;'.$rss_content;
    }
    return $rss_content;
}
add_filter('the_content_feed', 'display_post_thumbnail_in_rss');

add_filter('the_excerpt_rss', 'display_post_thumbnail_in_rss');
</pre>
<p>In the above code, you can put the url of a standard/default image which will be shown in the RSS, if there is no custom field or thumbnail or image found attached to the post. As you can see in the code, you can specify the width of the image. If you do not specify the height, it will take the height as proportional to width (this is good, I must say!), but  yes, you can definitely specify the height separately. Also, you can specify any CSS to the image, yeah, that would be an inline CSS.</p>
<p>After finishing the above two steps, just refresh your blog’s RSS feed by publishing a test post or a regular post. And you can see the thumbnail images floating to the left side of the content in the reader, may be you can check in Google reader or whatever reader of your choice. Doesn’t that look awesome, tell me??</p>
<p>This is useful when you show excerpts in your blog’s RSS feed rather than complete content. But still those of you who keep complete content in RSS, can as well use this feature to display a very small image at the start of the article in RSS, so that the feed looks attractive and engaging.</p>
<p>In my blog’s feed screenshot, attached above, I am using Google Chrome browser with <a href="http://www.clickonf5.org/google/extension-make-rss-feed-readable-google-chrome/8103" target="_blank">RSS Subscription Google Chrome Extension</a> to read the RSS.</p>
<p>If you got it working, do share it with all our readers thru the comments section below.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>28 Free Buddypress Themes Compatible With Buddypress 1.2 and Above</title>
		<link>http://www.staenzwebsolutions.com/28-free-buddypress-1-2-compatible-themes/341/</link>
		<comments>http://www.staenzwebsolutions.com/28-free-buddypress-1-2-compatible-themes/341/#comments</comments>
		<pubDate>Mon, 10 May 2010 05:18:00 +0000</pubDate>
		<dc:creator>exporter</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[popular]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=341</guid>
		<description><![CDATA[In this article I have compiled almost all free buddypress themes that are compatible to buddypress 1.2 and above till date. After the death of "Free Ning Network", buddypress is definitely a very good option to create a functional and cool social network on your own Wordpress site. So you would definitely like to check these free themes to spice up the look of your buddypress network site.

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now-a-days social networking is on its own boom, almost all of us need a flying community,always active all around our site. The websites today have become the best means to share, build network and make a different impression.</p>
<p>The growing popularity of <a href="http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/">WordPress</a> as a blog as well as a CMS platform is now well known. And to add a social networking features to a WordPress site, Buddypress is a amazing platform (a plugin for implementation). Buddypress 1.2 and above can be integrated with <a href="http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/">WordPress MU</a> as well as normal WordPress. As well, Ning, a social networking platform, has shut down all its free networks, so it is a great opportunity for the web community to try Buddypress. Buddypress is growing like a wave and a lot many new developers are chipping in contributing to buddypress plugin development adding features to buddypress as well as designing and coding themes, giving a perfect look to your buddypress site.</p>
<p>I am listing below some of the amazing free buddypress themes that are available and which are said to be working on the latest release of Buddypress i.e. Buddypress 1.2 and above. If you are a theme developer and developed some cool theme/s on buddypress, please submit it to us thru our <a href="http://www.staenzwebsolutions.com/contact/" target="_blank">contact form</a>.</p>
<h3>Free Buddypress Themes</h3>
<h4>1. Detox Buddypress Theme</h4>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="detox_free_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/detox_free_buddypress_theme3.jpg" border="0" alt="detox_free_buddypress_theme" width="520" height="492" /></p>
<p><a class="buttonbox" rel="nofollow" href="http://wp2.3oneseven.com/index.php?wptheme=Detox" target="_blank">Demo</a> <a class="buttonbox" href="http://3oneseven.com/13/detox-wp-theme/" target="_blank">Download</a></p>
<h4 class="cleft">2. Speed Buddypress Theme</h4>
<p class="cleft"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="speed_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/speed_buddypress_theme1.jpg" border="0" alt="speed_buddypress_theme" width="520" height="910" /></p>
<p class="cleft"><a class="buttonbox" rel="nofollow" href="http://3oneseven.com/18/speed-wordpress-theme/" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://3oneseven.com/18/speed-wordpress-theme/" target="_blank">Download</a></p>
<p class="cleft">
<h4 class="cleft">3. Soltitude Buddypress Theme</h4>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="soltitude_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/soltitude_buddypress_theme1.jpg" border="0" alt="soltitude_buddypress_theme" width="520" height="810" /></p>
<p><a class="buttonbox" rel="nofollow" href="http://wp2.3oneseven.com/index.php?wptheme=Solitude" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://3oneseven.com/06/solitude-wpmu-buddypress-theme/" target="_blank">Download</a></p>
<h4 class="cleft">4. Bruce Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bruce_buddypress_theme1.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="bruce_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bruce_buddypress_theme_thumb1.jpg" border="0" alt="bruce_buddypress_theme" width="520" height="761" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wp2.3oneseven.com/index.php?wptheme=Bruce" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://3oneseven.com/08/bruce/" target="_blank">Download</a></p>
<h4 class="cleft">5. Ines Buddypress Theme</h4>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="ines_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/ines_buddypress_theme_thumb.jpg" border="0" alt="ines_buddypress_theme" width="520" height="492" /></p>
<p><a class="buttonbox" rel="nofollow" href="http://wp2.3oneseven.com/index.php?wptheme=Ines" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://3oneseven.com/02/ines/" target="_blank">Download</a></p>
<h4 class="cleft">6. New Yorker Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/new_yorker_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="new_yorker_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/new_yorker_buddypress_theme_thumb.jpg" border="0" alt="new_yorker_buddypress_theme" width="520" height="492" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wp.3oneseven.com/index.php?wptheme=NewYorker" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://3oneseven.com/15/new-yorker-wp-theme/" target="_blank">Download</a></p>
<h4 class="cleft">7. Spyker Buddypress Theme <a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/spyker_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="spyker_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/spyker_buddypress_theme_thumb.jpg" border="0" alt="spyker_buddypress_theme" width="520" height="498" /></a></h4>
<p><a class="buttonbox" rel="nofollow" href="http://wp2.3oneseven.com/index.php?wptheme=Spyker" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://3oneseven.com/15/spyker/" target="_blank">Download</a></p>
<h4 class="cleft">8. Blogcaster Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/blogcaster_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="blogcaster_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/blogcaster_buddypress_theme_thumb.jpg" border="0" alt="blogcaster_buddypress_theme" width="520" height="360" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://blogcastor.com/blogcastor-buddypress-theme/" target="_blank">Download</a></p>
<h4 class="cleft">9. Malleable Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/malleable_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="malleable_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/malleable_buddypress_theme_thumb.jpg" border="0" alt="malleable_buddypress_theme" width="520" height="360" /></a></p>
<p>Malleable is a child theme for the <a href="http://themehybrid.com/themes/hybrid">Hybrid theme framework</a>.</p>
<p><a class="buttonbox" rel="nofollow" href="http://xfactor-blogs.com/downloads/" target="_blank">Download</a></p>
<h4 class="cleft">10. Bleeding Buddypress Theme (Lightly buddy)</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bleeding_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="bleeding_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bleeding_buddypress_theme_thumb.jpg" border="0" alt="bleeding_buddypress_theme" width="520" height="282" /></a></p>
<p>(This development on this theme for buddypress 1.2 looks to be in progress at the time this article is being written, so before downloading, please check the changelog.)</p>
<p><a class="buttonbox" href="http://blog.mydream.com.hk/project" target="_blank">Download</a></p>
<h4 class="cleft">11. Jet Green Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/jetgreen_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="jetgreen_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/jetgreen_buddypress_theme_thumb.jpg" border="0" alt="jetgreen_buddypress_theme" width="520" height="360" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://cosydale.com/shablon-dochernyaya-tema-dlya-bp-1-2-jet-green-theme.html" target="_blank">Download</a></p>
<h4 class="cleft">12. BP Nicey Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bpniceybuddypresstheme1.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="bp-nicey-buddypress-theme1" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bpniceybuddypresstheme1_thumb.jpg" border="0" alt="bp-nicey-buddypress-theme1" width="255" height="300" /></a> <img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="bp-nicey-buddypress-theme2" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bpniceybuddypresstheme2_thumb.jpg" border="0" alt="bp-nicey-buddypress-theme2" width="257" height="300" /></p>
<p><a class="buttonbox" href="http://buddydev.com/buddypress/bp-nicey-a-simple-and-clean-child-theme-for-buddypress/" target="_blank">Download</a></p>
<h4 class="cleft">13. Cosmic Buddy Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/cosmic_buddy_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="cosmic_buddy_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/cosmic_buddy_buddypress_theme_thumb.jpg" border="0" alt="cosmic_buddy_buddypress_theme" width="520" height="492" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://bpthemes.buddydev.com/comicbuddy/" target="_blank">Demo</a> <a class="buttonbox" rel="nofollow" href="http://buddydev.com/buddypress/cosmic-buddy-theme-for-buddypress-1-2-available-now/" target="_blank">Download</a></p>
<h4 class="cleft">14. Buddymatic Buddypress Theme Framework</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/buddymatic_theme_framework.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="buddymatic_theme_framework" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/buddymatic_theme_framework_thumb.jpg" border="0" alt="buddymatic_theme_framework" width="520" height="292" /></a> Buddymatic is a buddypress theme framework based on <a href="http://wordpress.org/extend/themes/thematic" target="_blank">Thematic Framework</a>. There are a few child themes coded on this framework till date. Get more details below:</p>
<p><a class="buttonbox" rel="nofollow" href="http://freebpthemes.com/themes/buddymatic/" target="_blank">Details</a></p>
<h4 class="cleft">15. Randy Candy Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/randy_candy_buddypress_theme1.jpg"><img style="display: inline; border-width: 0px;" title="randy_candy_buddypress_theme1" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/randy_candy_buddypress_theme1_thumb.jpg" border="0" alt="randy_candy_buddypress_theme1" width="404" height="199" /></a> <a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/randy_candy_buddypress_theme2.jpg"><img style="display: inline; border-width: 0px;" title="randy_candy_buddypress_theme2" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/randy_candy_buddypress_theme2_thumb.jpg" border="0" alt="randy_candy_buddypress_theme2" width="404" height="191" /></a> <a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/randy_candy_buddypress_theme3.jpg"><img style="display: inline; border-width: 0px;" title="randy_candy_buddypress_theme3" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/randy_candy_buddypress_theme3_thumb.jpg" border="0" alt="randy_candy_buddypress_theme3" width="404" height="199" /></a></p>
<p><a class="buttonbox" href="http://diesellaws.com/randy-candy-a-candy-coloured-child-theme-for-buddypress/" target="_blank">Details</a> <a class="buttonbox" href="http://wordpress.org/extend/themes/randy-candy" target="_blank">Download</a></p>
<h4 class="cleft">16. Unplugged Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/unplugged_buddypress_theme1.jpg"><img style="display: inline; border-width: 0px;" title="unplugged_buddypress_theme1" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/unplugged_buddypress_theme1_thumb.jpg" border="0" alt="unplugged_buddypress_theme1" width="404" height="212" /></a> <a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/unplugged_buddypress_theme2.jpg"><img style="display: inline; border-width: 0px;" title="unplugged_buddypress_theme2" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/unplugged_buddypress_theme2_thumb.jpg" border="0" alt="unplugged_buddypress_theme2" width="404" height="212" /></a> <a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/unplugged_buddypress_theme3.jpg"><img style="display: inline; border-width: 0px;" title="unplugged_buddypress_theme3" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/unplugged_buddypress_theme3_thumb.jpg" border="0" alt="unplugged_buddypress_theme3" width="404" height="212" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://diesellaws.com/unplugged-a-dark-and-sleek-child-theme-for-buddypress/" target="_blank">Details</a> <a class="buttonbox" href="http://wordpress.org/extend/themes/unplugged" target="_blank">Download</a></p>
<h4 class="cleft">17. Early Morning Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/early_morning_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="early_morning_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/early_morning_buddypress_theme_thumb.jpg" border="0" alt="early_morning_buddypress_theme" width="520" height="347" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://www.cozmoslabs.com/projects/early/" target="_blank">Demo</a> <a class="buttonbox" href="http://www.cozmoslabs.com/2009/07/20/early-morning-child-theme/" target="_blank">Download</a></p>
<h4 class="cleft">18. Sophia Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/sophia_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="sophia_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/sophia_buddypress_theme_thumb.jpg" border="0" alt="sophia_buddypress_theme" width="520" height="580" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wplover.com/?preview_theme=thematic&amp;preview_css=sophia" target="_blank">Demo</a> <a class="buttonbox" href="http://www.wplover.com/871/elegant-minimalism-with-sophia-a-thematic-child-theme" target="_blank">Download</a></p>
<h4 class="cleft">19. Teatro Magico Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/Teatro_Magico_BuddyPress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Teatro_Magico_BuddyPress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/Teatro_Magico_BuddyPress_theme_thumb.jpg" border="0" alt="Teatro_Magico_BuddyPress_theme" width="300" height="632" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://yorikvanhavre.deviantart.com/art/Teatro-Magico-BuddyPress-theme-143580487" target="_blank">Download</a></p>
<h4 class="cleft">20. BP Columns Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bp_columns_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="bp_columns_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/bp_columns_buddypress_theme_thumb.jpg" border="0" alt="bp_columns_buddypress_theme" width="300" height="225" /></a></p>
<p><a class="buttonbox" href="http://wordpress.org/extend/themes/bp-columns" target="_blank">Details</a></p>
<h4 class="cleft">21. Jukt Micronics Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/Jukt_Micronics_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Jukt_Micronics_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/Jukt_Micronics_buddypress_theme_thumb.jpg" border="0" alt="Jukt_Micronics_buddypress_theme" width="300" height="225" /></a></p>
<p><a class="buttonbox" href="http://wordpress.org/extend/themes/jukt-micronics-buddypress-buddypack" target="_blank">Details</a></p>
<h4 class="cleft">22. Gradient Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/gradient_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="gradient_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/gradient_buddypress_theme_thumb.jpg" border="0" alt="gradient_buddypress_theme" width="300" height="154" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wordpress.org/extend/themes/gradient" target="_blank">Details</a></p>
<h4 class="cleft">23. Buddypress Widget Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/BuddyPress_Widget_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="BuddyPress_Widget_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/BuddyPress_Widget_theme_thumb.jpg" border="0" alt="BuddyPress_Widget_theme" width="300" height="225" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wordpress.org/extend/themes/buddypress-widget-theme" target="_blank">Details</a></p>
<h4 class="cleft">24. Saffron Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/saffron_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="saffron_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/saffron_buddypress_theme_thumb.jpg" border="0" alt="saffron_buddypress_theme" width="300" height="175" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wordpress.org/extend/themes/saffron" target="_blank">Details</a></p>
<h4 class="cleft">25. Fishbook Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/fishbook_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="fishbook_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/fishbook_buddypress_theme_thumb.jpg" border="0" alt="fishbook_buddypress_theme" width="300" height="225" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wordpress.org/extend/themes/fishbook-buddypress-buddypack" target="_blank">Details</a></p>
<h4 class="cleft">26. Sense and Sensibility BP Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/Sense_and_Sensibility_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Sense_and_Sensibility_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/Sense_and_Sensibility_buddypress_theme_thumb.jpg" border="0" alt="Sense_and_Sensibility_buddypress_theme" width="300" height="222" /></a></p>
<p><a class="buttonbox" rel="nofollow" href="http://wordpress.org/extend/themes/sense-and-sensibility-bp" target="_blank">Details</a></p>
<h4 class="cleft">27. Avenue K9 Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/avenue_k9_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="avenue_k9_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/avenue_k9_buddypress_theme_thumb.jpg" border="0" alt="avenue_k9_buddypress_theme" width="300" height="225" /></a></p>
<p><a class="buttonbox" href="http://wordpress.org/extend/themes/avenue-k9-buddypress-buddypack" target="_blank">Details</a></p>
<h4 class="cleft">28. Darwin Buddypress Theme</h4>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/darwin_buddypress_theme.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="darwin_buddypress_theme" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/darwin_buddypress_theme_thumb.jpg" border="0" alt="darwin_buddypress_theme" width="300" height="225" /></a></p>
<p><a class="buttonbox" href="http://wordpress.org/extend/themes/darwin-buddypress-buddypack" target="_blank">Details</a></p>
<p>Hope you enjoyed this compilation and it would have been useful. Please drop your views and comments in the comment section below.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/28-free-buddypress-1-2-compatible-themes/341/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mother&#8217;s Day Special Discount over $110 on DreamHost Web Hosting</title>
		<link>http://www.staenzwebsolutions.com/mothers-day-special-discount-dreamhost-hosting/421/</link>
		<comments>http://www.staenzwebsolutions.com/mothers-day-special-discount-dreamhost-hosting/421/#comments</comments>
		<pubDate>Sun, 09 May 2010 00:37:00 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[Web / Data Hosting]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/mothers-day-special-discount-dreamhost-hosting/421/</guid>
		<description><![CDATA[DreamHost, leading web hosting service provider is running a special offer for new customer on the special occasion of Mother’s Day. If you are purchasing a new web hosting account on or before 9’th May 2010, then you can get full year hosting plan for just $9.24. This means 92% off to the normal pricing.

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>DreamHost</strong>, leading web hosting service provider is running a special offer for new customer on the special occasion of Mother’s Day. If you are purchasing a new web hosting account on or before 9’th May 2010, then you can get full year hosting plan for just $9.24. This means <strong>92% off</strong> to the normal pricing.</p>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/dreamhostbirthdaypromo.jpg"><img style="display: inline; border: 0px;" title="DreamHost Discount " src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/05/dreamhostbirthdaypromo_thumb.jpg" border="0" alt="DreamHost Discount " width="200" height="268" /></a></p>
<p>To get the discount, you just need to use the discount code “777” at the time of purchasing a new account. If you are planning to purchase hosting account on DreamHost then today is the right time to do. On regular days, you can use the discount code “P7Q7” to get <strong>$60 off</strong>.</p>
<p><a href="http://www.clickonf5.org/go/dreamhost/" target="_blank">Enroll yourself</a> on DreamHost</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/mothers-day-special-discount-dreamhost-hosting/421/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Recent Posts From Various Blogs On WordPress MU Site</title>
		<link>http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/</link>
		<comments>http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 04:38:17 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/?p=324</guid>
		<description><![CDATA[If you wish to show recent posts in the sidebar or on the front page of your WordPress MU site, for example as I have put on Blogern, you can use the below custom function which accepts the blog_id and the number of posts links to display as input parameters: Function to get recent posts [...]

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you wish to show recent posts in the sidebar or on the front page of your WordPress MU site, for example as I have put on <a href="http://www.blogern.com/">Blogern</a>, you can use the below custom function which accepts the blog_id and the number of posts links to display as input parameters:<br />
<a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/04/wordpress-mu.png"><img class="alignnone size-full wp-image-326" title="wordpress-mu" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/04/wordpress-mu.png" alt="Wordpress MU Code Snippet" width="442" height="124" /></a></p>
<h3>Function to get recent posts from specific blog:</h3>
<p>Put the below function in your active theme&#8217;s functions.php</p>
<pre class="brush: php;">
function get_recent_blogposts_wpmu($blog_id,$show){
	wp_reset_query();
	switch_to_blog($blog_id);
	global $post;?&gt;
	&lt;?php $my_query = new WP_Query('showposts='.$show.'&amp;order=DSC');
	while ($my_query-&gt;have_posts()) : $my_query-&gt;the_post();
	    $do_not_duplicate = $post-&gt;ID; ?&gt;
	    &lt;li class=&quot;post_link&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt; &lt;/li&gt;
        &lt;div style=&quot;float:left;margin:5px 0 0 10px;&quot;&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
        tweetmeme_url = '&lt;?php the_permalink(); ?&gt;';
        tweetmeme_source = 'blogern';
        tweetmeme_service = 'bit.ly';
        tweetmeme_style = 'compact';
        &lt;/script&gt;
        &lt;script type=&quot;text/javascript&quot; src=&quot;http://tweetmeme.com/i/scripts/button.js&quot;&gt; &lt;/script&gt;
        &lt;/div&gt;
        &lt;div style=&quot;clear:left;&quot;&gt;&lt;/div&gt;
	&lt;?php endwhile; ?&gt;
	&lt;?php restore_current_blog();
}
</pre>
<h3>How to use this function/place a call this function</h3>
<p>In your template file like page.php or index.php (wherever you need) you can use the below template tag now:</p>
<pre class="brush: plain;">
get_recent_blogposts_wpmu('4','8');
</pre>
<p>This will get 8 posts from blog_id &#8217;4&#8242;. The above function will show the tweetmeme button, the permalinks and title  for each of the eight recent  posts on that particular blog on WPMU site.</p>
<h3>You can extend this function</h3>
<p>You can add any WordPress template tag that can be added in normal WordPress Loop in this custom loop created under this function. For example, along with the permalink with title, you want the excerpt for the pulled posts, you can use the_excerpt template tag. You can modify the looks by using CSS classes. This is just a basic function for WordPress MU, you can use it in your own innumerable ways.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Solution for WordPress WP Super Cache Broken Or Not Working</title>
		<link>http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/</link>
		<comments>http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 21:34:00 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp super cache]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/wordpress/solution-for-wordpress-wp-super-cache-broken-or-not-working/</guid>
		<description><![CDATA[WordPress is a bulky platform which executes lot many database and PHP queries. It increases rapidly when you are using lot many plugins on your system. These queries will increase the page load time and server load on your hosting account which will cause CPU throttling or excessive usage of resources. To minimize the load [...]

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/mothers-day-special-discount-dreamhost-hosting/421/' rel='bookmark' title='Permanent Link: Mother&rsquo;s Day Special Discount over $110 on DreamHost Web Hosting'>Mother&rsquo;s Day Special Discount over $110 on DreamHost Web Hosting</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress</strong> is a bulky platform which executes lot many database and PHP queries. It increases rapidly when you are using lot many plugins on your system. These queries will increase the page load time and server load on your hosting account which will cause CPU throttling or excessive usage of resources. To minimize the load time and queries, we use WP Super Cache <a href="http://www.staenzwebsolutions.com/tag/wordpress-plugin/" target="_blank">plugin</a> which is an awesome solution for these problems. It reduces the load time as well as it reduces the server load by noticeable amount. But sometimes, you wil see that the plug-in WP Super Cache is not working properly on your blog and it is not doing its work properly. Here is a list of problems you may face on WP Super Cache and solution to achieve super cache of your site properly.</p>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/04/wp_super_cache.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wp_super_cache" border="0" alt="wp_super_cache" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/04/wp_super_cache_thumb.jpg" width="530" height="77" /></a> </p>
<p><strong>Problem</strong>: Getting error message “WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed!” at the bottom of the page source of the site.</p>
<p><strong>Solution</strong>: Go to your FTP account and download the file advanced-cache.php from wp-content. If you mahe moved your site from one server to another then you will have to change the path of the file wp-cache-phase1.php in the advanced-cache.php file. Open the downloaded file and there you can see two paths provided in the PHP file. Change those paths to the correct one on your server and then upload the file. You are done. Now you can reload the page and check he page source. There at the bottom of the page source, you can see WP Super Cache ran successfully.</p>
<p><strong>Problem</strong>: WP Super Cache admin panel not opening properly or throwing error that everything is read only.</p>
<p><strong>Solution:</strong> To let the WP Super Cache work properly, you will have to change the file permission of certain folders and files to 777. Here is the list of files and folders for which you need to change the file permission:</p>
<ul>
<li><font face="Lucida Sans Unicode">wp-content ==&gt; 777</font></li>
<li><font face="Lucida Sans Unicode">wp-content/cache ==&gt; 777</font></li>
<li><font face="Lucida Sans Unicode">wp-content/wp-cache-config.php ==&gt; 777</font></li>
</ul>
<p><strong>Problem</strong>: Super Cache compression not working</p>
<p><strong>Solution</strong>: Enable Super Cache compression from the admin panel of your account. If it is enabled and still not working then It may be the case that your hosting account doesn’t support super cache</p>
<p>==&gt; Read more on <a href="http://www.staenzwebsolutions.com/category/wordpress/" target="_blank">WordPress</a></p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/' rel='bookmark' title='Permanent Link: Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones'>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/mothers-day-special-discount-dreamhost-hosting/421/' rel='bookmark' title='Permanent Link: Mother&rsquo;s Day Special Discount over $110 on DreamHost Web Hosting'>Mother&rsquo;s Day Special Discount over $110 on DreamHost Web Hosting</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Optimize WordPress Blogs for iPhone, BlackBerry or Other Touchscreen Smartphones</title>
		<link>http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/</link>
		<comments>http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 22:44:00 +0000</pubDate>
		<dc:creator>Tejaswini</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wptouch]]></category>

		<guid isPermaLink="false">http://www.staenzwebsolutions.com/wordpress/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/</guid>
		<description><![CDATA[Now a days Smartphones has captured the mobile market and they are boosting the wireless internet capabilities as well. Which means bloggers and site owners should be prepared for showing their site’s content on these devices. It is obvious that the site for desktop PC will take too much time on these devices to load [...]

<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now a days <strong>Smartphones</strong> has captured the mobile market and they are boosting the wireless internet capabilities as well. Which means bloggers and site owners should be prepared for showing their site’s content on these devices. It is obvious that the site for desktop PC will take too much time on these devices to load because of heavy scripts, data etc. That’s why you will have to have an optimized version of your site which can easily be shown on these devices with a quick load time.WPtouch is such a way to create an optimized version of your wordpress blog within 2 minutes.</p>
<p><a href="http://www.bravenewcode.com/products/wptouch/" target="_blank">WPtouch</a> is a plugin for wordpress which can easily installed on your wordpress setup and show an optimized version of your site on iPhone, BlackBerry, Android phones with touch facility. Site will appear properly optimized on BlackBerry Curve as well using Opera Mini. Here is the screenshot of a site using WPtouch.</p>
<p><a href="http://www.staenzwebsolutions.com/wp-content/uploads/2010/04/wptouch.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wptouch" border="0" alt="wptouch" src="http://www.staenzwebsolutions.com/wp-content/uploads/2010/04/wptouch_thumb.jpg" width="269" height="408" /></a> </p>
<p>There are other plugins available for the same purpose, for example WPtab, WP-Mobile etc.</p>


<h3>Related posts:</h3><ol><li><a href='http://www.staenzwebsolutions.com/solution-for-wordpress-wp-super-cache-broken-or-not-working/323/' rel='bookmark' title='Permanent Link: Solution for WordPress WP Super Cache Broken Or Not Working'>Solution for WordPress WP Super Cache Broken Or Not Working</a></li>
<li><a href='http://www.staenzwebsolutions.com/how-to-add-post-thumbnail-or-a-thumbnail-image-to-wordpress-rss-feeds/442/' rel='bookmark' title='Permanent Link: How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds'>How To Add Post Thumbnail Or A Thumbnail Image To WordPress RSS Feeds</a></li>
<li><a href='http://www.staenzwebsolutions.com/get-recent-posts-from-various-blogs-on-wordpress-mu-site/324/' rel='bookmark' title='Permanent Link: Get Recent Posts From Various Blogs On WordPress MU Site'>Get Recent Posts From Various Blogs On WordPress MU Site</a></li>
<li><a href='http://www.staenzwebsolutions.com/avoid-no-thumbnail-or-unrelated-thumbnail-image-while-sharing-post-on-facebook/477/' rel='bookmark' title='Permanent Link: Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook'>Avoid No Thumbnail Or Unrelated Thumbnail Image While Sharing Post On Facebook</a></li>
<li><a href='http://www.staenzwebsolutions.com/sovereign-professional-premium-wordpress-theme/519/' rel='bookmark' title='Permanent Link: Sovereign &#8211; Clean, Professional Premium WordPress Theme'>Sovereign &#8211; Clean, Professional Premium WordPress Theme</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.staenzwebsolutions.com/optimize-wordpress-blogs-iphone-blackberry-touchscreen-smartphones/320/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

