<?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>Wordpress Feed &#187; Light Reading</title>
	<atom:link href="http://wpfeed.com/category/light-reading/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpfeed.com</link>
	<description>Wordpress How To</description>
	<lastBuildDate>Thu, 29 Dec 2011 09:11:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Check If Post In Custom Taxonomy</title>
		<link>http://wpfeed.com/2011/12/check-if-post-in-custom-taxonomy/</link>
		<comments>http://wpfeed.com/2011/12/check-if-post-in-custom-taxonomy/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 09:07:58 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=1015</guid>
		<description><![CDATA[Custom taxonomies is a great tool, you can create by yourself more ways to categorized posts or custom posts and in that way use wordpress as much better and advanced CMS. suprisingley there isn&#8217;t yet a function to use if you want to check if a post is attached to a custom taxonomy (unless you [...]]]></description>
			<content:encoded><![CDATA[<p>Custom taxonomies is a great tool, you can create by yourself more ways to categorized posts or custom posts and in that way use wordpress as much better and advanced CMS.</p>
<p>suprisingley there isn&#8217;t yet a function to use if you want to check if a post is attached to a custom taxonomy (unless you check it with a single term of that given taxonomy &#8211; like in this example &#8211; <a href="http://wordpress.org/support/topic/custom-taxonomies-conditional-tags?replies=13#post-1110167">http://wordpress.org/support/topic/custom-taxonomies-conditional-tags?replies=13#post-1110167</a>)</p>
<p>let&#8217;s say you created a custom taxonomy called &#8220;video&#8221;, and you want to display different border to the featured image in the LOOP or any other icon near this post to show that it is a video.</p>
<p>you can use this function which returns the list of objects of a given taxonomy:</p>
<p><strong>$video_terms = wp_get_object_terms($post-&gt;ID, &#8216;video&#8217;);</strong><br />
<strong> if(!empty($video_terms)){</strong><br />
<strong> if(!is_wp_error( $video_terms )){</strong><br />
<strong> //show your icon or any other sign of this taxonomy</strong><br />
<strong> }</strong><br />
<strong> }</strong></p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=1015&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2011/12/check-if-post-in-custom-taxonomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wpShow updated, now version 2</title>
		<link>http://wpfeed.com/2011/07/wpshow-updated-now-version-2/</link>
		<comments>http://wpfeed.com/2011/07/wpshow-updated-now-version-2/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 13:09:36 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Customization And Themes]]></category>
		<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Weekly News]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=938</guid>
		<description><![CDATA[Two years have passed since we released our most succeful theme, wpShow - the multimedia and video theme for wordpress. in its first version videos were created like posts but categorized under &#8220;Videos&#8221; category. Now we upgraded the theme to work with videos as Custom Post Type, one of the latest wordpress features, so posts are blog [...]]]></description>
			<content:encoded><![CDATA[<p>Two years have passed since we released our most succeful theme, <a href="http://themeforest.net/item/wpshow-/53734?ref=OshikErnst">wpShow</a> - the multimedia and video theme for wordpress.</p>
<p>in its first version videos were created like posts but categorized under &#8220;Videos&#8221; category. Now we upgraded the theme to work with videos as Custom Post Type, one of the latest wordpress features, so posts are blog posts and videos can be created separately.</p>
<p>We added the options to create your own custom menu.</p>
<p>we fixed some css bugs and php problems.</p>
<p>we added theme options to the theme, you can upload your own logo.</p>
<p>wordpress 3.2.1 compatible.</p>
<p>php fixes &#8211; if no videos &#8211; no player will be shown</p>
<pre><span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;"><img class="alignnone" src="http://1.s3.envato.com/files/4464000/files/1_promo.__large_preview.jpg" alt="" width="590" height="315" /> </span></pre>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=938&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2011/07/wpshow-updated-now-version-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress News June 2011</title>
		<link>http://wpfeed.com/2011/06/wordpress-news-june-2011/</link>
		<comments>http://wpfeed.com/2011/06/wordpress-news-june-2011/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 06:48:56 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Weekly News]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=917</guid>
		<description><![CDATA[From time to time we gather some interesting headlines form the WordPress world for you. WordPress 3.2 &#8211; soon to be released Every WordPress new version is a reason to check things, upgrade, improve your website security and change the interface, in the new version to be released in the next few weeks there are some major [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time we gather some interesting headlines form the WordPress world for you.</p>
<h2>WordPress 3.2 &#8211; soon to be released</h2>
<p>Every WordPress new version is a reason to check things, upgrade, improve your website security and change the interface, in the new version to be released in the next few weeks there are some major changes. here is a list of the changes taken from the official WordPress website:</p>
<ul>
<li><strong>Performance improvements</strong> like you wouldn’t believe. What’s that mean? Things are faster!</li>
<li><strong>Distraction-free Writing</strong>. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.</li>
<li><strong>Admin UI Refresh</strong>. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.</li>
<li><strong>New Default Theme</strong>. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.</li>
<li><strong><a href="http://browsehappy.com/">Browse Happy</a></strong>. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.</li>
<li><strong>Admin Bar</strong>. We’ve added more links to the admin bar to make it even more useful.</li>
</ul>
<div>
<div><strong>Be Aware:</strong></div>
<div>
<ul>
<li>WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.</li>
<li>Internet Explorer 6 will no longer be supported.</li>
<li>The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.</li>
</ul>
</div>
</div>
<div><strong>Known Issues</strong>:</div>
<div>
<ul>
<li>We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.</li>
</ul>
<p>- What is Distraction Free Writing? <a href="http://weblogtoolscollection.com/archives/2011/05/04/distraction-free-writing-is-coming-to-wordpress/">details here</a></p>
<p>- <a href="http://tekartist.org/2011/05/04/upcoming-admin-style-refresh-in-wordpress-3-2/">here are some screenshots of the new dashboard</a>.</p>
<p>&nbsp;</p>
<h2>WPshower</h2>
<p>A very unique and elegant themes websites that we really like is <a href="http://wpshower.com/">WPshower</a>. Around ten themes, some of them free and the rest premium.</p>
<p>minimalism and modern styles. Compact, complete, trendy and free from unnecessary components. Only what you need, only themes th-at work.</p>
<p>&nbsp;</p>
<p><object width="400" height="310"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=23120884&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="400" height="310" src="http://vimeo.com/moogaloop.swf?clip_id=23120884&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://vimeo.com/23120884">Unspoken Theme Overview</a> from <a href="http://vimeo.com/wpshower">Wpshower</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>&nbsp;</p>
<h2>VideoZoom</h2>
<p>A very popular theme which we like a lot is VideoZoom, a theme for your video website. with different options of layout, you can customize many things in this theme, such as color, menus and widgets.</p>
<p><a href="http://www.wpzoom.com/members/go.php?r=5021&amp;i=l28">take a look here</a></p>
<p>&nbsp;</p>
<h2><a href="http://wpbooks.net/list-of-wordpress-html5-themes/">WordPress HTML5 Themes</a></h2>
<p>a list of seomantic, css3 and html5 free themes for your websites.</p>
<p><a href="http://wpbooks.net/list-of-wordpress-html5-themes/">http://wpbooks.net/list-of-wordpress-html5-themes/</a></p>
</div>
<p>&nbsp;</p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=917&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2011/06/wordpress-news-june-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1 &#8211; So What Is New</title>
		<link>http://wpfeed.com/2011/02/wordpress-3-1-so-what-is-new/</link>
		<comments>http://wpfeed.com/2011/02/wordpress-3-1-so-what-is-new/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 20:14:11 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Light Reading]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=852</guid>
		<description><![CDATA[After quite a long delay at last the new version of wordpress is here. 3.1. Admin Bar &#8211; contains various links to useful admin screens. By default, the admin bar is displayed when a user is logged in and visiting the site and is not displayed in admin screens for single blog installs. For multisite [...]]]></description>
			<content:encoded><![CDATA[<p>After quite a long delay at last the new version of wordpress is here. 3.1.</p>
<p><strong>Admin Bar</strong> &#8211; contains various links to useful admin screens. By default, the admin bar is displayed when a user is logged in and visiting the site and is not displayed in admin screens for single blog installs. For multisite installs, the admin bar is displayed both when visiting the site and in the admin screens.</p>
<p><strong>Internal Linking</strong> &#8211; click a button for an internal link and it allows you to search for a post or browse a list of existing content and select it for inclusion.</p>
<p><strong>Post Formats</strong> &#8211; meta information that can be used by themes to customize presentation of a post. Read more in the article <a title="Post Formats" href="http://codex.wordpress.org/Post_Formats">Post Formats</a>. It&#8217;s about time to say, why not just add a new feature of post template like with pages.</p>
<p><strong>Network Admin</strong> &#8211; move Super Admin menus and related pages out of the regular admin and into a new <a title="Network Admin" href="http://codex.wordpress.org/Network_Admin">Network Admin screen</a>.</p>
<p><strong>List-type Admin Screens</strong> &#8211; sortable columns for list-type screens and better pagination.</p>
<p><strong>Exporter/Importer Overhaul</strong> &#8211; many under the hood changes including adding author information, better handling for taxonomies and terms, and proper support for navigation menus.</p>
<p><strong>Custom Content Type Improvements</strong> &#8211; allows developers to generate archive pages, and have better menu and capability controls. Read more in the article <a title="Post Types" href="http://codex.wordpress.org/Post_Types">Post Types</a>.</p>
<p><strong>Refreshed Blue Admin Color Scheme</strong> &#8211; puts the focus more squarely on your content.</p>
<p>&nbsp;</p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=852&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2011/02/wordpress-3-1-so-what-is-new/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apology and our new website</title>
		<link>http://wpfeed.com/2011/02/apology-and-our-new-website/</link>
		<comments>http://wpfeed.com/2011/02/apology-and-our-new-website/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 08:06:16 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Weekly News]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=848</guid>
		<description><![CDATA[Our website wpfeed.com was hacked yesterday, we fixed the problem and now we&#8217;re back again. Our New Website We published a new website, http://wpbooks.net, the website is intended to be the main reserve for WordPress Books, a very important and useful for wordpress developers and users. We are about to review books and link to [...]]]></description>
			<content:encoded><![CDATA[<p>Our website wpfeed.com was hacked yesterday, we fixed the problem and now we&#8217;re back again.</p>
<p><strong>Our New Website</strong><br />
We published a new website, http://wpbooks.net, the website is intended to be the main reserve for <a href="http://wpbooks.net">WordPress Books</a>, a very important and useful for wordpress developers and users.</p>
<p>We are about to review books and link to them for more reviews, hope we will cover all WordPress books.</p>
<p>enjoy</p>
<p>wpfeed.com</p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=848&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2011/02/apology-and-our-new-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 is here</title>
		<link>http://wpfeed.com/2010/06/wordpress-3-0-is-here/</link>
		<comments>http://wpfeed.com/2010/06/wordpress-3-0-is-here/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:40:14 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[wordpress 3.0]]></category>
		<category><![CDATA[wordpress versions]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=712</guid>
		<description><![CDATA[As we wrote before, the much anticipated wordpress 3.0 version, is now officially out. read all about it here: http://wordpress.org/development/2010/06/thelonious/]]></description>
			<content:encoded><![CDATA[<p>As we wrote <a href="http://wpfeed.com/2010/03/wordpress-3-0-surprises/" target="_blank">before</a>, the much anticipated wordpress 3.0 version, is now officially out.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p>read all about it here: <a href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">http://wordpress.org/development/2010/06/thelonious/</a></p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=712&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2010/06/wordpress-3-0-is-here/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 surprises</title>
		<link>http://wpfeed.com/2010/03/wordpress-3-0-surprises/</link>
		<comments>http://wpfeed.com/2010/03/wordpress-3-0-surprises/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 09:13:34 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Customization And Themes]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Wordpress Mu]]></category>
		<category><![CDATA[wordpress 3]]></category>
		<category><![CDATA[wordpress versions]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=670</guid>
		<description><![CDATA[This week I&#8217;ve downloaded and installed locally the much anticipated wordpress 3 version. the much talked about version where wordpress Mu will no longer exist and will merge into wordpress, it will be called WordPress Multi Site. apart from that feature there are numerous new and exciting features in wordpress 3.0, here are some of [...]]]></description>
			<content:encoded><![CDATA[<p>This week I&#8217;ve <a href="http://wordpress.org/nightly-builds/wordpress-latest.zip" target="_blank">downloaded</a> and installed locally the much anticipated wordpress 3 version. the much talked about version where wordpress Mu will no longer exist and will merge into wordpress, it will be called WordPress Multi Site. apart from that feature there are numerous new and exciting features in wordpress 3.0, here are some of them:</p>
<h2>New Registration Details, No More Admin and generated password</h2>
<p>WordPress 3.0 is changing right from the very first stage, installation and registration, no more default admin user name and generated password, now the admin can set is own username and insert the desired password by himself.</p>
<p><a href="http://wpfeed.com/wp-content/uploads/2010/03/w3_1_reg.jpg"><img class="alignnone size-full wp-image-673" title="w3_1_reg" src="http://wpfeed.com/wp-content/uploads/2010/03/w3_1_reg.jpg" alt="w3_1_reg" width="600" height="624" /></a></p>
<h2>New Default Theme &#8211; twentyten</h2>
<p>finally the default wordpress theme is changing. there are lots of new features in the new default theme called &#8220;twentyten&#8221; (2010) like Drop Down Page Menus, 6 Widget Areas, Gallery Posts Styling, HTML 5 Validation, Header Image , Background changing support and much more.</p>
<p><a href="http://wpfeed.com/wp-content/uploads/2010/03/w3_2_2010.jpg"><img class="alignnone size-full wp-image-674" title="w3_2_2010" src="http://wpfeed.com/wp-content/uploads/2010/03/w3_2_2010.jpg" alt="w3_2_2010" width="600" height="486" /></a></p>
<h2>Menu Manager</h2>
<p>Now you can add menu manager to your theme and let your users create their own menu, not just by pages but also from categories, posts and custom links. excellent feature.</p>
<p><a href="http://wpfeed.com/wp-content/uploads/2010/03/w3_3_menus.jpg"><img class="alignnone size-full wp-image-675" title="w3_3_menus" src="http://wpfeed.com/wp-content/uploads/2010/03/w3_3_menus.jpg" alt="w3_3_menus" width="600" height="427" /></a></p>
<h2>Custom Header Support</h2>
<p>WordPress 3.0 supports changes in your header built in without any need of theme options. you can let your theme users upload new header images and use them, they can also choose the colors of the header and many more options.</p>
<p><a href="http://wpfeed.com/wp-content/uploads/2010/03/w3_4_header.jpg"><img class="alignnone size-full wp-image-676" title="w3_4_header" src="http://wpfeed.com/wp-content/uploads/2010/03/w3_4_header.jpg" alt="w3_4_header" width="600" height="275" /></a></p>
<h2>Custom Background Support</h2>
<p>In the new version you will be able to add your own background and change the colors of it. as long as the theme support it.</p>
<p><a href="http://wpfeed.com/wp-content/uploads/2010/03/w3_5_backgrounds.jpg"><img class="alignnone size-full wp-image-677" title="w3_5_backgrounds" src="http://wpfeed.com/wp-content/uploads/2010/03/w3_5_backgrounds.jpg" alt="w3_5_backgrounds" width="600" height="376" /></a></p>
<h2>Network &#8211; the WordPress mu part of the story</h2>
<p>When WordPress version 3.0 will be released (they talk about may 2010), wordpress mu will cease to exist and the two platform will merge into one will be called &#8211; WordPress Multi Site. there suppose to be a script to tranform your WPMu to reular wordpress. more details about this in the near future.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Download wordpress 3.0 alpha !!! &#8211; <a href="http://wordpress.org/nightly-builds/wordpress-latest.zip" target="_blank">http://wordpress.org/nightly-builds/wordpress-latest.zip</a></p>
<p>read about Custom Post Types &#8211; <a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/" target="_blank">http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/</a>1</p>
<p>more about the new default theme &#8211; <a href="http://2010dev.wordpress.com/" target="_blank">http://2010dev.wordpress.com/</a> and here &#8211; <a href="http://blog.ashfame.com/2010/02/wordpress-3-new-default-theme-twentyten/" target="_blank">http://blog.ashfame.com/2010/02/wordpress-3-new-default-theme-twentyten/</a></p>
<p>more about Background support &#8211; <a href="http://wpengineer.com/wordpress-3-0-custom-background-support/" target="_blank">http://wpengineer.com/wordpress-3-0-custom-background-support/</a></p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=670&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2010/03/wordpress-3-0-surprises/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>WordPress And Google Buzz</title>
		<link>http://wpfeed.com/2010/02/wordpress-and-google-buzz/</link>
		<comments>http://wpfeed.com/2010/02/wordpress-and-google-buzz/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:51:43 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Weekly News]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=660</guid>
		<description><![CDATA[This week google released its newest and very exciting feature &#8211; Google Buzz. it took several days and the new plugin for google buzz is here: How to Install Google Buzz Button Download Google Buzz Button WordPress Plugin Upload in wp-content/plugins folder on your server Activate the plugin from Plugin Dashboard Done! A new Google [...]]]></description>
			<content:encoded><![CDATA[<p>This week google released its newest and very exciting feature &#8211; Google Buzz. it took several days and the new plugin for google buzz is here:</p>
<h3>How to Install Google Buzz Button</h3>
<ul>
<li><a href="http://www.clickonf5.org/go/google-buzz-button/" mce_href="http://www.clickonf5.org/go/google-buzz-button/">Download</a> Google Buzz Button WordPress Plugin</li>
<li>Upload in wp-content/plugins folder on your server</li>
<li>Activate the plugin from Plugin Dashboard</li>
<li>Done! A new Google Buzz Button will start appearing after the post  content on each single page. You can customize the location of Buzz  Button.</li>
</ul>
<h3>Usage of Google Buzz Button Plugin</h3>
<p>On Google Buzz Button plugin settings panel, you can change the  location of button. For example, you can place the button after or  before the content of the post or page.</p>
<p>1. If you have selected ‘Manual Insertion’ from the Google Buzz  Button settings page, then insert the below code in the WordPress Loop  wherever you want</p>
<p>if ( function_exists( ‘add_google_buzz_button’ ) ) {<br />
add_google_buzz_button();}</p>
<p>2. If you have selected ‘Before Content’ as the location of the  button, which is default, then the Google Buzz button will be  automatically inserted on all the posts and pages after the title and  before the content.</p>
<p>3. If you have selected ‘After Content’ as the location of the  button, which is default, then the Google Buzz button will be  automatically inserted on all the posts and pages after the content.</p>
<p>4. The anchor tag has the class attribute as ‘google_buzz’, you can  customize it with any CSS styles thru your theme template style sheet.</p>
<p>We have already submitted this plugin on WordPress Directory for  approval. Till then youcan download this plugin from our server and  start using that. Please share your thoughts and feedback about this  plugin.</p>
<h2>here some more info about some new features and plugins for wordpress and google buzz:</h2>
<p><a href="http://wpmu.org/5-ways-to-incorporate-google-buzz-into-wordpress-and-buddypress" mce_href="http://wpmu.org/5-ways-to-incorporate-google-buzz-into-wordpress-and-buddypress" target="_blank">5 Ways to Incorporate Google Buzz Into  WordPress and BuddyPress</a><br mce_bogus="1"></p>
<p><a href="http://wordpress.org/extend/plugins/google-buzz-er/" mce_href="http://wordpress.org/extend/plugins/google-buzz-er/" target="_blank">http://wordpress.org/extend/plugins/google-buzz-er/</a><br mce_bogus="1"></p>
<p><a href="http://crenk.com/wordpress-plugin-for-google-buzz/" mce_href="http://crenk.com/wordpress-plugin-for-google-buzz/" target="_blank">WordPress Plugin for Google Buzz</a><br mce_bogus="1"></p>
<p><a href="http://www.tricksdaddy.com/2010/02/add-google-buzz-button-to-wordpress-blog.html" mce_href="http://www.tricksdaddy.com/2010/02/add-google-buzz-button-to-wordpress-blog.html" target="_blank">Add Google Buzz Button To WordPress Blog</a><br mce_bogus="1"></p>
<p><a target="_blank" mce_href="http://arpitshah.com/plugins/wp-google-buzz/" href="http://arpitshah.com/plugins/wp-google-buzz/"><span>WP Google-buzz – plugin</span></a><br mce_bogus="1"></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 613px; width: 1px; height: 1px; overflow: hidden;">http://www.tricksdaddy.com/2010/02/add-google-buzz-button-to-wordpress-blog.html</div>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=660&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2010/02/wordpress-and-google-buzz/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress In 2010</title>
		<link>http://wpfeed.com/2010/01/wordpress-in-2010/</link>
		<comments>http://wpfeed.com/2010/01/wordpress-in-2010/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 05:57:48 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Weekly News]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=655</guid>
		<description><![CDATA[In 2010 WordPress will get a new Default Theme, replacing the beloved/hated Kubrick Theme with a new Theme called 2010. I’ve got opinions on the matter. Oh, do I have opinions. I’ve even gone so far as to create a working idea for a new Default WordPress Theme. Read more on the themeshaper website. As [...]]]></description>
			<content:encoded><![CDATA[<p>In 2010 WordPress will get a new Default Theme, replacing the beloved/hated Kubrick Theme with a new Theme called <em>2010</em>. I’ve got opinions on the matter. Oh, do I have opinions. I’ve even gone so far as to create a working idea for a new Default WordPress Theme. Read more on the <a href="http://themeshaper.com/new-default-theme-wordpress-kirby/" target="_blank">themeshaper</a> website.</p>
<p>As some of us already know, in WordPress 3.0 there will be many new features, and a merge with WordPress Mu. I only hope this guys will continue there excellent work &#8211; <a href="http://wpmu.org/" target="_blank">WPMU.org</a>, here is their latest post about the greatest <a href="http://wpmu.org/10-of-the-latest-and-greatest-inspirational-buddypress-sites" target="_blank">buddypress websites</a>.</p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=655&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2010/01/wordpress-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly News 13.11.2009</title>
		<link>http://wpfeed.com/2009/11/weekly-news-13-11-2009/</link>
		<comments>http://wpfeed.com/2009/11/weekly-news-13-11-2009/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:43:42 +0000</pubDate>
		<dc:creator>Wpfeed</dc:creator>
				<category><![CDATA[Customization And Themes]]></category>
		<category><![CDATA[Light Reading]]></category>
		<category><![CDATA[Weekly News]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress 2.9]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://wpfeed.com/?p=642</guid>
		<description><![CDATA[Some interesting news to all you WordPress lovers. WordPress 2.9 wordpress 2.9 is just around the corner, here is a list of some of its exciting features,  10 Things You Need to Know About WordPress 2.9 40 free themes High quality free WordPress Themes have become harder and harder to find in the past year, [...]]]></description>
			<content:encoded><![CDATA[<p>Some interesting news to all you WordPress lovers.</p>
<h2><strong>WordPress 2.9</strong></h2>
<p>wordpress 2.9 is just around the corner, here is a list of some of its exciting features, <a href="http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/" target="_blank"> 10 Things You Need to Know About WordPress 2.9</a></p>
<h2><strong>40 free themes</strong></h2>
<p>High quality free WordPress Themes have become harder and harder to find in the past year, with the influx of premium themes, more and more designers and developers are selling themes (and rightly so, they do amazing work). However, the quality of freely available themes has improved as well; in fact, some themes are very advanced and professional and can serve as a solid foundation for your next designs.</p>
<p><a href="http://www.smashingmagazine.com/2009/11/12/40-free-high-quality-wordpress-themes/" target="_blank">here&#8217;s the amazing list by Smashing Magazine</a></p>
<h2><strong>New E-Commerce themes for wordpress</strong></h2>
<p><strong>The Furniture Store</strong></p>
<p><a href="http://themeforest.net/item/the-furniture-store-wordpress-ecommerce-shop/69996?ref=OshikErnst" target="_blank"><img class="alignnone size-full wp-image-643" title="fs" src="http://wpfeed.com/wp-content/uploads/2009/11/fs.jpg" alt="fs" width="590" height="300" /></a></p>
<p><strong><a href="http://themeforest.net/item/the-furniture-store-wordpress-ecommerce-shop/69996?ref=OshikErnst" target="_blank">URL</a></strong></p>
<p><strong>wopshop</strong></p>
<p><strong><a href="http://wpfeed.com/2009/11/wopshop-e-commerce-wordpress-theme/" target="_blank"><img class="alignnone size-full wp-image-617" title="1_promo" src="http://wpfeed.com/wp-content/uploads/2009/11/1_promo.jpg" alt="1_promo" width="600" height="320" /></a><br />
</strong></p>
<p><strong><a href="http://wpfeed.com/2009/11/wopshop-e-commerce-wordpress-theme/" target="_blank">URL</a><br />
</strong></p>
<img src="http://wpfeed.com/?ak_action=api_record_view&id=642&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wpfeed.com/2009/11/weekly-news-13-11-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

