<?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>Anthony L Rivera &#187; Wordpress</title>
	<atom:link href="http://anthonylrivera.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonylrivera.net</link>
	<description>[Front End Web Developer]</description>
	<lastBuildDate>Mon, 26 Jul 2010 09:02:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WordPress 3.0 is OUT NOW !</title>
		<link>http://anthonylrivera.net/2010/06/wordpress-3-is-out-now/</link>
		<comments>http://anthonylrivera.net/2010/06/wordpress-3-is-out-now/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:06:20 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[custom menus]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[featured image]]></category>
		<category><![CDATA[thelonius]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/?p=278</guid>
		<description><![CDATA[My most favorite blogging platform, soon to be used as a CMS, WordPress today released their 3.0 Thelonius edition. Click here to download now.]]></description>
			<content:encoded><![CDATA[<p>My most favorite blogging platform, soon to be used as a CMS, WordPress today released their 3.0 Thelonius edition.</p>
<p><a href="http://wordpress.org/latest.zip">Click here to download now</a>.</p>
<p><a href="http://wordpress.org/latest.zip"><img src="http://anthonylrivera.net/wp-content/uploads/2010/06/wordpress-button-grey.png" alt="" title="wordpress-button-grey" width="58" height="69" class="aligncenter size-full wp-image-285" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/2010/06/wordpress-3-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>is_subcategory()</title>
		<link>http://anthonylrivera.net/2009/12/is_subcategory/</link>
		<comments>http://anthonylrivera.net/2009/12/is_subcategory/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:48:32 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[is_subcategory()]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/?p=228</guid>
		<description><![CDATA[Ok, I just spent the better part of ALL DAY trying to figure this out. I want my wordpress category.php template to be able to detect whether the category it is serving is a parent category or subcategory. THATS IT. And without having to hard code any category ID&#8217;s. After perusing the forums and codex [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I just spent the better part of ALL DAY trying to figure this out.</p>
<p>I want my wordpress category.php template to be able to detect whether the category it is serving is a parent category or subcategory. THATS IT. And without having to hard code any category ID&#8217;s. After perusing the forums and codex for a couple of hours, the marriage of these two functions seemed to get the job done.</p>
<p><a href="http://codex.wordpress.org/Function_Reference/get_query_var" target="_blank">get_query_var</a> is the variable stored in the query that tells category.php what category to serve.</p>
<p><a href="http://http://codex.wordpress.org/Function_Reference/get_category" target="_blank">get_category</a> retrieves category data given a category ID or category object.</p>
<p>Here&#8217;s the function that goes in your functions.php file:</p>
<pre>function is_subcategory (){
    $cat = get_query_var('cat');
    $category = get_category($cat);
    return ( $category-&gt;parent == '0' ) ? true : false;
}</pre>
<p>Then you can use this in your category.php file to determine if the category you are serving is a parent category or subcategory:</p>
<pre>
if ( is_subcategory() ):
     //displaying subcategory
else:
    //displaying parent category
endif;
</pre>
<p>Hope this helps some people out there.</p>
<p><em>*note: both code snippets should be wrapped inside php brackets. &lt;?php  ?&gt;   </em></p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/2009/12/is_subcategory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordCamp NYC 2009. Be there, or be square.</title>
		<link>http://anthonylrivera.net/2009/11/wordcamp-nyc-2009-be-there-or-be-square/</link>
		<comments>http://anthonylrivera.net/2009/11/wordcamp-nyc-2009-be-there-or-be-square/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:23:51 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[WordCampNYC]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/2009/11/wordcamp-nyc-2009-be-there-or-be-square/</guid>
		<description><![CDATA[I&#8217;m very excited to say that I will be attending WordCamp NYC 2009. I have been working with WordPress for the past two years and it has completely revoltuionized the way I design web sites. If it weren&#8217;t for WordPress, I wouldn&#8217;t lead the life I live today. But that aside, its exciting to participate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2009.newyork.wordcamp.org"  title="WordCampNYC – Nov 14-15"><img alt="WordCampNYC – Nov 14-15" src="http://2009.newyork.wordcamp.org/files/2009/10/wcnyc-attending-250.jpg" /></a></p>
<p>I&#8217;m very excited to say that I will be attending WordCamp NYC 2009. I have been working with WordPress for the past two years and it has completely revoltuionized the way I design web sites.</p>
<p> If it weren&#8217;t for WordPress, I wouldn&#8217;t lead the life I live today. But that aside, its exciting to participate in such an awesome community. I look forward to meeting fellow WordPress users and abusers.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/2009/11/wordcamp-nyc-2009-be-there-or-be-square/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Blackberry WordPress App</title>
		<link>http://anthonylrivera.net/2009/07/testing-blackberry-wordpress-app/</link>
		<comments>http://anthonylrivera.net/2009/07/testing-blackberry-wordpress-app/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:19:09 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Wordpress blackberry app]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/2009/07/testing-blackberry-wordpress-app/</guid>
		<description><![CDATA[Hey guys ! So today I&#8217;m writing to you from my Blackberry! I&#8217;m just testing out the new WordPress Blackberry Application.  I must say so far so good, and just in time for my summer vacation to Europe&#8230; So for all you Bloggers with Blackberries, check out the new WordPress App @ http://blackberry.wordpress.org/2009/07/07/wordpress-for-blackberry-beta/]]></description>
			<content:encoded><![CDATA[<p>Hey guys !<br />
So today I&#8217;m writing to you from my Blackberry!</p>
<p>I&#8217;m just testing out the new WordPress Blackberry Application.  I must say so far so good, and just in time for my summer vacation to Europe&#8230;</p>
<p>So for all you Bloggers with Blackberries, check out the new WordPress App @<br />
<a href="http://blackberry.wordpress.org/2009/07/07/wordpress-for-blackberry-beta/" target="_blank">http://blackberry.wordpress.org/2009/07/07/wordpress-for-blackberry-beta/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/2009/07/testing-blackberry-wordpress-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Displaying List of Authors with Avatar</title>
		<link>http://anthonylrivera.net/2009/06/wordpress-displaying-list-of-authors-with-avatar/</link>
		<comments>http://anthonylrivera.net/2009/06/wordpress-displaying-list-of-authors-with-avatar/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:48:36 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[avatars]]></category>
		<category><![CDATA[list authors]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/2009/06/wordpress-displaying-list-of-authors-with-avatar/</guid>
		<description><![CDATA[I found this awesome article by C. Bavota on how to display a list of blog authors with avatars. Check it out: How to Display an Author List with Avatars in WordPress.]]></description>
			<content:encoded><![CDATA[<p>I found this awesome article by C. Bavota on how to display a list of blog authors with avatars. Check it out:<br />
<a href="http://bavotasan.com/tutorials/how-to-display-an-author-list-with-avatars-in-wordpress/">How to Display an Author List with Avatars in WordPress.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/2009/06/wordpress-displaying-list-of-authors-with-avatar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Custom RSS Feed in WordPress in 12 Lines of Code « Denver SEO &amp; Web Design Blog</title>
		<link>http://anthonylrivera.net/2009/04/how-to-create-a-custom-rss-feed-in-wordpress-in-12-lines-of-code-%c2%ab-denver-seo-web-design-blog/</link>
		<comments>http://anthonylrivera.net/2009/04/how-to-create-a-custom-rss-feed-in-wordpress-in-12-lines-of-code-%c2%ab-denver-seo-web-design-blog/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 18:42:27 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom feed]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/?p=65</guid>
		<description><![CDATA[Hey all you WordPressers out there. I came across this great article by Zack Katz. I was racking my brain on how to do this, and he saved my sanity. How to Create a Custom RSS Feed in WordPress in 12 Lines of Code « Denver SEO &#38; Web Design Blog.]]></description>
			<content:encoded><![CDATA[<p>Hey all you WordPressers out there. I came across this great article by Zack Katz. I was racking my brain on how to do this, and he saved my sanity.</p>
<p><a href="http://seodenver.com/2009/04/02/custom-rss-feed-in-wordpress/">How to Create a Custom RSS Feed in WordPress in 12 Lines of Code « Denver SEO &amp; Web Design Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/2009/04/how-to-create-a-custom-rss-feed-in-wordpress-in-12-lines-of-code-%c2%ab-denver-seo-web-design-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
