<?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>Fresh Click Media &#187; WordPress</title>
	<atom:link href="http://www.freshclickmedia.com/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshclickmedia.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Aug 2010 20:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Plugin Development &#8211; Book Review</title>
		<link>http://www.freshclickmedia.com/blog/2010/05/wordpress-plugin-development-book-review/</link>
		<comments>http://www.freshclickmedia.com/blog/2010/05/wordpress-plugin-development-book-review/#comments</comments>
		<pubDate>Mon, 31 May 2010 18:31:16 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=277</guid>
		<description><![CDATA[<img src="http://www.freshclickmedia.com/wp-content/uploads/2010/05/WordPressPluginDevelopment.jpg" alt="WordPress Plugin Development" width="590" height="150" />

<a href="http://www.wordpress.org">WordPress</a> has gone from strength to strength since it was released in 2003, and much of its success is due to the open source community's commitment to plugin development. Take a look at the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a>, and you'll see thousands of plugins that extend the WordPress core to do almost anything you can imagine.

<a href="http://www.packtpub.com/">Packt Publishing</a>'s <a href="https://www.packtpub.com/wordpress-plug-in-development/book">WordPress Plugin Development</a> is written by Vladimir Prelovac, a WordPress expert and developer of WordPress plug-ins such as <a href="http://wordpress.org/extend/plugins/smart-youtube/">Smart YouTube</a> and <a href="http://wordpress.org/extend/plugins/plugin-central/">Plugin Central</a>. Part of Packt's Beginners Guide series, the book focuses more on experimentation and learning by doing, and develops 6 real-world plugins throughout its 270 or so pages.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.freshclickmedia.com/wp-content/uploads/2010/05/WordPressPluginDevelopment.jpg" alt="WordPress Plugin Development" width="590" height="150" /></p>
<p><a href="http://www.wordpress.org">WordPress</a> has gone from strength to strength since it was released in 2003, and much of its success is due to the open source community&#8217;s commitment to plugin development. Take a look at the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a>, and you&#8217;ll see thousands of plugins that extend the WordPress core to do almost anything you can imagine.</p>
<p><a href="http://www.packtpub.com/">Packt Publishing</a>&#8216;s <a href="https://www.packtpub.com/wordpress-plug-in-development/book">WordPress Plugin Development</a> is written by Vladimir Prelovac, a WordPress expert and developer of WordPress plug-ins such as <a href="http://wordpress.org/extend/plugins/smart-youtube/">Smart YouTube</a> and <a href="http://wordpress.org/extend/plugins/plugin-central/">Plugin Central</a>. Part of Packt&#8217;s Beginners Guide series, the book focuses more on experimentation and learning by doing, and develops 6 real-world plugins throughout its 270 or so pages.</p>
<p>Chapter Overview</p>
<ol>
<li>Preparing for WordPress Development</li>
<li>Social Bookmarking</li>
<li>Live Blogroll</li>
<li>The Wall</li>
<li>Snazzy Archives</li>
<li>Insights for WordPress</li>
<li>Post Types</li>
<li>Development Goodies</li>
</ol>
<p>Aimed at developers who are familiar with PHP, the book wastes little time getting straight into coding. Chapter 1 gives an overview of plugin development, and details the six plugins that are developed throughout the course of the book.</p>
<ol>
<li>Digg This
<p>The first plugin simply shows a <a href="http://digg.com/">Digg</a> button in blog posts.  It&#8217;s a good first plugin, since it shows the reader the fundamental Plugin concepts such as the WordPress API, filters and actions.</p>
</li>
<li>
Live Blogrool
<p>This plugin works at making the basic Blogroll a little bit more exciting. I enjoyed this chapter since it talked about integrating jQuery and AJAX into plugins.</p>
</li>
<li>
The Wall
<p>The Wall is a plugin that creates a shoutbox on your blog&#8217;s sidebar, where users can leave comments and shouts. This chapter introduces widgets and the WordPress database.</p>
</li>
<li>
Snazzy Archives
<p>This plugin beautifies blog archives, and hooks into posts and the administration panel.</p>
</li>
<li>
Insights
<p>The insights plugin increases blog post writing productivity by offering quick access to common information in the Write Post screen.</p>
</li>
<li>
Post Types
<p>This plugin works closely with the WordPress back-end, and extends the platform&#8217;s CMS capabilities. Despite WordPress 3.0&#8242;s core functionality being extended in this area, it&#8217;s still a useful chapter.
</li>
</ol>
<p>As fantastic as WordPress is, a real sense of power can be gained from extending it.  I particularly enjoyed this book, since it got straight &#8216;down to business&#8217; and focused on the core concepts and practices that enable developers to create reliable, useful plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclickmedia.com/blog/2010/05/wordpress-plugin-development-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Cookbook &#8211; Book Review</title>
		<link>http://www.freshclickmedia.com/blog/2010/03/wordpress-2-7-cookbook-book-review/</link>
		<comments>http://www.freshclickmedia.com/blog/2010/03/wordpress-2-7-cookbook-book-review/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:45:24 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=257</guid>
		<description><![CDATA[<img src="http://www.freshclickmedia.com/wp-content/uploads/2010/03/WordPress-2.7-Cookbook.jpg" alt="WordPress 2.7 Cookbook" title="WordPress-2.7-Cookbook" width="590" height="150" />

<a href="http://www.packtpub.com/wordpress-2-7-cookbook/book?utm_source=freshclickmedia.com&#038;utm_medium=bookrev&#038;utm_content=blog&#038;utm_campaign=mdb_002742">Packt Publishing's WordPress 2.7 Cookbook</a> has been out for while now, but I still thought I'd pick up a copy and give it the once-over.  Rather than being a reference guide, <a href="http://www.wprecipes.com/about">Jean-Baptiste Jung</a>'s book is very much like his very own <a href="http://www.wprecipes.com/">WpRecipes.com website</a>.  ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.freshclickmedia.com/wp-content/uploads/2010/03/WordPress-2.7-Cookbook.jpg" alt="WordPress 2.7 Cookbook" title="WordPress-2.7-Cookbook" width="590" height="150" /></p>
<p><a href="http://www.packtpub.com/wordpress-2-7-cookbook/book?utm_source=freshclickmedia.com&#038;utm_medium=bookrev&#038;utm_content=blog&#038;utm_campaign=mdb_002742">Packt Publishing&#8217;s WordPress 2.7 Cookbook</a> has been out for while now, but I still thought I&#8217;d pick up a copy and give it the once-over.  Rather than being a reference guide, <a href="http://www.wprecipes.com/about">Jean-Baptiste Jung</a>&#8216;s book is very much like his very own <a href="http://www.wprecipes.com/">WpRecipes.com website</a>.  </p>
<p>The book is organised into 11 Chapters:</p>
<ol>
<li>Getting Ready to Cook with WordPress</li>
<li>Finding and Installing Themes</li>
<li>Get the most out of your WordPress Theme</li>
<li>Doing anything with Plugins and Widgets</li>
<li>Displaying Posts</li>
<li>Managing and Enhancing Multi-Author Blogs</li>
<li>Securing your WordPress Blog</li>
<li>SEO Tips and Tricks to Get More Visits</li>
<li>Making Money with WordPress</li>
<li>Enhancing User Experience</li>
<li>Make your Blog stand out</li>
</ol>
<p>Some of the recipes include integrating twitter on your theme using the Twitter Tools plugin, accessing post data outside the WordPress loop and securing your plugins directory.  The recipes are generally between 1 and 4 pages in length, and there is lots of useful information in the book&#8217;s 280 or so pages of content, but it&#8217;s just the sort of thing that&#8217;s freely available on the <a href="http://www.wprecipes.com/">WpRecipes.com website</a> and other popular sites such as <a href="http://www.smashingmagazine.com">Smashing Magazine</a>.</p>
<p>If you are after a large collection of recipes in a single package, this is the book for you, but if you&#8217;re happy reading WordPress blogs about WordPress such as <a href="http://www.wprecipes.com/">WpRecipes.com website</a>, you may feel a little short-changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclickmedia.com/blog/2010/03/wordpress-2-7-cookbook-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging into WordPress &#8211; version 2.0 released</title>
		<link>http://www.freshclickmedia.com/blog/2010/03/digging-into-wordpress-version-2-0-released/</link>
		<comments>http://www.freshclickmedia.com/blog/2010/03/digging-into-wordpress-version-2-0-released/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:13:59 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=246</guid>
		<description><![CDATA[If you haven't read my review of <a href="http://www.freshclickmedia.com/blog/2010/01/digging-into-wordpress-book-review/">Digging into WordPress</a>, you may not know that I think it's currently the best WordPress book available.

One thing I didn't mention in the review is that when you buy it, you're entitled to free PDF updates for life. Perhaps I left out this because I thought it would amount to the odd grammar correction and so on.  Worthwhile, but not that exciting.  How wrong I was, because as co-author <a href="http://chriscoyier.net/">Chris Coyier</a> announces on the <a href="http://digwp.com/">Digging into WordPress site</a>, <a href="http://digwp.com/2010/03/digwpv2/">version 2.0 has been released</a> and it promises an extra chapter dedicated to WordPress 2.9, as well as one called 'Bonus Tricks', which focuses on 'some cool new tricks for your themes'.  I've only skimmed through the new pages, but the high quality writing and content is preserved.

If you haven't already grabbed yourself a copy, you should do yourself a favour and buy it!]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t read my review of <a href="http://www.freshclickmedia.com/blog/2010/01/digging-into-wordpress-book-review/">Digging into WordPress</a>, you may not know that I think it&#8217;s currently the best WordPress book available.</p>
<p>One thing I didn&#8217;t mention in the review is that when you buy it, you&#8217;re entitled to free PDF updates for life. Perhaps I left out this because I thought it would amount to the odd grammar correction and so on.  Worthwhile, but not that exciting.  How wrong I was, because as co-author <a href="http://chriscoyier.net/">Chris Coyier</a> announces on the <a href="http://digwp.com/">Digging into WordPress site</a>, <a href="http://digwp.com/2010/03/digwpv2/">version 2.0 has been released</a> and it promises an extra chapter dedicated to WordPress 2.9, as well as one called &#8216;Bonus Tricks&#8217;, which focuses on &#8216;some cool new tricks for your themes&#8217;.  Included with the download are six WordPress themes too!  I&#8217;ve only skimmed through the new pages, but the high quality writing and content is preserved.</p>
<p>If you haven&#8217;t already grabbed yourself a copy, you should do yourself a favour and buy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclickmedia.com/blog/2010/03/digging-into-wordpress-version-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Theme Design &#8211; Book Review</title>
		<link>http://www.freshclickmedia.com/blog/2010/01/wordpress-2-8-theme-design-book-review/</link>
		<comments>http://www.freshclickmedia.com/blog/2010/01/wordpress-2-8-theme-design-book-review/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 21:41:02 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=211</guid>
		<description><![CDATA[<img src="http://www.freshclickmedia.com/wp-content/uploads/2010/01/Wordpress-2.8-Theme-Design.jpg" alt="WordPress 2.8 Theme Design" title="WordPress 2.8 Theme Design" width="590" height="150" />

I seem to be reading quite a few WordPress books of late, and there are certainly a few to choose from. Packt Publishing's WordPress 2.8 Theme Design's tagline is 'Create flexible, powerful, and professional themes for your WordPress blogs and websites'.  

WordPress themes are of interest to me since they fuse a visual aspect with PHP code, and there's no doubt that they appeal to many other people too. In this review, I examine how appealing the book is to theme beginners and more advanced users.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.freshclickmedia.com/wp-content/uploads/2010/01/WordPress-2.8-Theme-Design.jpg" alt="WordPress 2.8 Theme Design" title="WordPress 2.8 Theme Design" width="590" height="150" /></p>
<p>I seem to be reading quite a few WordPress books of late, and there are certainly a few to choose from. <a href="http://www.packtpub.com/">Packt Publishing</a>&#8216;s <a href="http://www.packtpub.com/wordpress-2-8-theme-design-2nd-edition/book">WordPress 2.8 Theme Design</a>&#8216;s tagline is &#8216;Create flexible, powerful, and professional themes for your WordPress blogs and websites&#8217;.  </p>
<p>WordPress themes are of interest to me since they fuse a visual aspect with PHP code, and there&#8217;s no doubt that they appeal to many other people too. In this review, I examine how appealing the book is to theme beginners and more advanced users.</p>
<h4>Chapter Overview</h4>
<ol>
<li>Getting Started as a WordPress Theme Designer</li>
<li>Theme Design and Approach</li>
<li>Coding it Up</li>
<li>Debugging and  Validation</li>
<li>Putting Your Theme into Action</li>
<li>WordPress Template Tag, Function, and CSS Reference</li>
<li>AJAX/Dynamic Content and Interactive Forms</li>
<li>Dynamic Menus and Interactive Elements</li>
<li>Design Tips for Working with WordPress</li>
</ol>
<h4>Book overview</h4>
<p><img src="http://www.freshclickmedia.com/wp-content/uploads/2010/01/wordpress28themedesign.jpg" alt="WordPress 2.8 Theme Design" title="WordPress 2.8 Theme Design" width="250" height="309" class="alignright size-full wp-image-229" /></p>
<p>The book&#8217;s author <a href="http://www.packtpub.com/author_view_profile/id/145">Tessa Blakely Silver</a> starts very gently with an introduction to WordPress themes and why downloading a theme that&#8217;s already been coded and designed may not always be the best solution.  Subsequently, the book develops a theme from scratch and examines core technologies such as WordPress, CSS, XHTML and PHP.  </p>
<p>The second chapter starts with a discussion of theme design in general, followed by the beginnings of the theme that&#8217;s developed throughout the book.  There are further discussions on semantic markup, typography, fonts and layout.  </p>
<p>The following chapter focuses on the code aspect of theme design, and suggests a workflow strategy as well as template tags, hooks, and the WordPress loop.  Comments are then discussed in some detail, the topic including pagination and threaded comments.</p>
<p>Chapter four examines the process of debugging and validating.  A thorough chapter includes references to the W3C validation services, Firefox&#8217;s JavaScript/Error console, Firebug and some of the issues that the budding theme developer will face when dealing with IE6.</p>
<p>Chapter five looks at the style.css file, which provides descriptive information about a theme, together with packaging the theme into a ZIP for distribution and running test installations of the theme package.</p>
<p>Chapter six adopts a more reference based approach, with an in depth examination of WordPress template tags, the WordPress template hierarchy, the loop and shortcodes.</p>
<p>The following chapter looks at AJAX and JavaScript, as well as preparing your theme for plugins and widgets.</p>
<p>Chapter eight builds on Chapter 7&#8242;s JavaScript discussion by developing a drop-down menu for the theme.  There is also a discussion of Flash and how that can be used with WordPress themes.</p>
<p>Chapter nine rounds off the book with a number of design tips that apply not just to WordPress theme design, but web design in general.</p>
<p>The book&#8217;s about 250 pages in length, and is generally well written.  I did, however, notice a few errors in code samples (mostly misplaced quotes), and a couple of examples in the prose itself.  Another minor niggle was that the author talks about semantic markup, and then introduces &#8216;sidebarLT&#8217; (sidebar left) and &#8216;sidebarRT&#8217; (sidebar right) IDs into the markup.</p>
<h4>Who will get most out of the book?</h4>
<p>The back of the book states:</p>
<blockquote><p>This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools such as Photoshop and Dreamweaver or other popular graphic, HTML, and text editors.<br />
Regardless of your web development skill set or level, you&#8217;ll be walked through the clear, step-by-step instructions. But familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.
</p></blockquote>
<p>It seems as through Packt have tried to convince the potential reader that this is the book for them, regardless of whether they&#8217;re fairly inexperienced in some areas, or a a highly skilled developer.  I&#8217;d say that the book covers a lot of ground, and that it does so at a pace that <em>would</em> be suitable for an inexperienced developer.  Much of the content, however, would already be familiar to a skilled web developer, and so I feel that they&#8217;d think that the really useful content is a little thinly spread.</p>
<h4>Verdict</h4>
<p>Overall, it&#8217;s encouraging to see more books about WordPress; although the internet is a fantastic resource, books still have a very important role in my opinion.  The content of this one is great for beginner-medium level web developers, but more experienced readers will be left wanting more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclickmedia.com/blog/2010/01/wordpress-2-8-theme-design-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging into WordPress &#8211; Book Review</title>
		<link>http://www.freshclickmedia.com/blog/2010/01/digging-into-wordpress-book-review/</link>
		<comments>http://www.freshclickmedia.com/blog/2010/01/digging-into-wordpress-book-review/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:37:11 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=202</guid>
		<description><![CDATA[<img src="http://www.freshclickmedia.com/wp-content/uploads/2010/01/Digging-into-Wordpress-Review.png" alt="Digging into WordPress" title="Digging into WordPress" width="590" height="150" />

There are a huge number of books out there for WordPress, but 'Digging into WordPress', written by WordPress 'veterans' <a href="http://digwp.com/chris-coyier/">Chris Coyier</a> and <a href="http://digwp.com/jeff-starr/">Jeff Starr</a> stands out for a number of reasons.

The book's been in development for a while, and the finished 400 pages are very polished and generally well written.  The book is available from the <a href="http://digwp.com/book/">Digging into WordPress website</a>, and the site features a <a href="http://digwp.com/book-demo/Digging-Into-WP-DEMO.pdf">PDF Sample</a> and containing the contents and Chapter 3 - 'Anatomy of a WordPress Theme'.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.freshclickmedia.com/wp-content/uploads/2010/01/Digging-into-WordPress-Review.png" alt="Digging into WordPress" title="Digging into WordPress" width="590" height="150" /></p>
<p>There are a huge number of books out there for WordPress, but &#8216;Digging into WordPress&#8217;, written by WordPress &#8216;veterans&#8217; <a href="http://digwp.com/chris-coyier/">Chris Coyier</a> and <a href="http://digwp.com/jeff-starr/">Jeff Starr</a> stands out for a number of reasons.</p>
<p>The book&#8217;s been in development for a while, and the finished 400 pages are very polished and generally well written.  The book is available from the <a href="http://digwp.com/book/">Digging into WordPress website</a>, and the site features a <a href="http://digwp.com/book-demo/Digging-Into-WP-DEMO.pdf">PDF Sample</a> and containing the contents and Chapter 3 &#8211; &#8216;Anatomy of a WordPress Theme&#8217;.</p>
<p>To reproduce here, the main chapters of the book are:</p>
<ol>
<li><strong>Welcome to WordPress</strong> &#8211; an introduction to WordPress, this chapter is suitable for absolute beginners to WordPress, so if you&#8217;ve never used it before, this chapter will get you up and running.</li>
<li><strong>Setting up WordPress</strong> &#8211; installing, categories, tags, user administration, as well as an introduction to using themes and plugins.</li>
<li><strong>Anatomy of a WordPress theme</strong> &#8211; a more detailed examination of WordPress themes, covering theme files, the header, the WordPress loop, comments, theme functions and other theme fundamentals.</li>
<li><strong>Theme Design and Development</strong> &#8211; further examination of themes, including loop customisation, menus, styling and widgets.</li>
<li><strong>Extending Functionality</strong> &#8211; a detailed look at plugins, including custom functions and using WordPress as a CMS.</li>
<li><strong>Working with RSS Feeds</strong> &#8211; a comprehensive chapter featuring many facets of RSS, including using FeedBurner for feed devivery, and tracking and displaying of Feed Statistics.</li>
<li><strong>Working with Comments</strong> &#8211; great chapter that examines one of the most important areas of WordPress.</li>
<li><strong>Search Engine Optimisation</strong> &#8211; this is a great example of something that you wouldn&#8217;t normally find in a typical WordPress book, and features many items that are of great interest to many bloggers.</li>
<li><strong>Maintaining a Healthy Site</strong> &#8211; reminds the reader that there are a few things that they can and should do to protect their WordPress installation against hacking and comment spam.</li>
</ol>
<p>The book&#8217;s absolutely jam-packed with useful information, and I learned a few things, despite having used WordPress for a while myself.  That said, it starts off very gently, and is suitable to WordPress beginners, too. The written style is very easy to read, and the prose is complemented beautifully by helpful diagrams, screenshots and sidenotes.</p>
<p>Much of the content is standard stuff, taking the reader through core WordPress concepts, but that&#8217;s not a criticism, it&#8217;s a necessary requirement for this type of book.  It&#8217;s the additions to this that really make the difference; things like integrating your site with Twitter, FeedBurner and Delicious.  It has a real-world feel about it, owing to Chris and Jeff&#8217;s experience and usage of WordPress.  In fact, it&#8217;s a great advertisement for WordPress itself, since it gives a holistic view of using WordPress for real-world sites.</p>
<p>Initially the book was only available as a PDF download, but has recently been <a href="http://digwp.com/2009/12/the-book-in-print/">made available as a printed book</a>.  It looks fantastic, and its spiral-bounding means you can lay it flat on a desk. The only downside is that it is a little pricey, but might be worth considering if you crave a printed page version.</p>
<p>Overall, this is the best WordPress book that I&#8217;ve read, and will help you get more out of it, whether you&#8217;re a beginner or more seasoned user. Go get it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclickmedia.com/blog/2010/01/digging-into-wordpress-book-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
