<?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>CyberCoded &#187; Wordpress Function</title>
	<atom:link href="http://www.cybercoded.net/info/wordpress-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercoded.net</link>
	<description>Trying to help others with their Wordpress, PHP and other Web issues.</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:00:00 +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>Add Author to RSS Feed in WordPress</title>
		<link>http://www.cybercoded.net/add-author-to-rss-feed-in-wordpress/</link>
		<comments>http://www.cybercoded.net/add-author-to-rss-feed-in-wordpress/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 16:29:59 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Function]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1451</guid>
		<description><![CDATA[If you have multiple authors on a WordPress blog you may want to add the Author name to the RSS feed title. Although the standard RSS feed file in WordPress contains the author if you view the RSS feed you will not be able to see the Author name through standard readers as it is [...]]]></description>
			<content:encoded><![CDATA[<p>If you have multiple authors on a WordPress blog you may want to add the Author name to the RSS feed title.</p>
<p>Although the standard RSS feed file in WordPress contains the author if you view the RSS feed you will not be able to see the Author name through standard readers as it is not converted.</p>
<p>A good example is to look at a WordPress feed that uses Google Reader and you will not see the Author listed.</p>
<p>One solution of course is to change the WordPress Feed files, however, if you do this every time you update WordPress your change will get written over. The easier and better solution is to add the small snippet of code below to your WordPress Themes function file.</p>
<p>&nbsp;</p>
<p><code>function wp_titlerss($content) {<br />
global $wp_query;<br />
$content = $content." by ".get_the_author();<br />
return $content;<br />
}</code></p>
<p><code> </code></p>
<p><code>add_filter('the_title_rss', 'wp_titlerss');<br />
</code></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/add-author-to-rss-feed-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Blogroll Dropdown</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/</link>
		<comments>http://www.cybercoded.net/wordpress-blogroll-dropdown/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 20:13:45 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Blogroll]]></category>
		<category><![CDATA[Wordpress Function]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=696</guid>
		<description><![CDATA[Jill Salzman (momtrepreneur) asked me to create a dropdown blogroll for her blog to help cleanup a long list of bookmarks that she likes to share with her readers. Here is an example of how the Blogroll Pulldown looks on her site. Of course the first thing I always do is search for an existing WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Jill Salzman (<a href="http://twitter.com/momtrepreneur">momtrepreneur) </a>asked me to create a dropdown blogroll for<a title="Jill Salzman" href="http://jillsalzman.com/" target="_blank"> her blog</a> to help cleanup a long list of bookmarks that she likes to share with her readers.</p>
<p>Here is an example of how the Blogroll Pulldown looks on her site.</p>
<p><img class="size-full wp-image-697 alignnone" title="blogrollpulldown" src="http://www.cybercoded.net/wp-content/uploads/2009/01/blogrollpulldown.jpg" alt="" width="362" height="400" /></p>
<p>Of course the first thing I always do is search for an existing WordPress Plugin or Function. While doing this search I came across <a title="The Information Gateway" href="http://andieko.web.id" target="_self">The Information Gateway</a> blog which has <a href="http://andieko.web.id/wordpress/dropdown-blogroll-on-wordpress/" target="_blank">a post</a> about just such a function to add a dropdown blogroll. I tried the code TIG has posted but there was a small problem with it, so I modified the code to get it working.</p>
<p>My revised code is <a title="Blogroll Pulldown Code" href="http://www.cybercoded.net/wp-content/uploads/2009/01/blogrollpulldown.txt">available here</a>, simply add the function to your themes function file, and make the appropriate call as outlined in the code.</p>
<p> </p>
<p><span style="color: #0000ee; text-decoration: underline;"><br />
</span></p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/wordpress-blogroll-dropdown/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

