<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Latest News widget</title>
		<link>http://www.kriesi.at/support/topic/latest-news-widget-3</link>
		<description>Support Forum - Topic: Latest News widget</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:46:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/latest-news-widget-3" rel="self" type="application/rss+xml" />

		<item>
			<title>interwood on "Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-3#post-79974</link>
			<pubDate>Tue, 16 Oct 2012 14:43:56 +0000</pubDate>
			<dc:creator>interwood</dc:creator>
			<guid isPermaLink="false">79974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fantastic - thanks so much for your help! It works perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-3#post-79906</link>
			<pubDate>Tue, 16 Oct 2012 06:15:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Whoops - the return value is an array in this case - I adjusted the code above. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interwood on "Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-3#post-79889</link>
			<pubDate>Tue, 16 Oct 2012 02:25:25 +0000</pubDate>
			<dc:creator>interwood</dc:creator>
			<guid isPermaLink="false">79889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry - that post was removed without my knowing!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://motherhand.com/a-bit-of-crying-is-ok/&#34; rel=&#34;nofollow&#34;&#62;http://motherhand.com/a-bit-of-crying-is-ok/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interwood on "Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-3#post-79792</link>
			<pubDate>Mon, 15 Oct 2012 14:57:03 +0000</pubDate>
			<dc:creator>interwood</dc:creator>
			<guid isPermaLink="false">79792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter,&#60;br /&#62;
I did this and it sort of worked.... But what is showing is the word Array instead of the category name!&#60;br /&#62;
Any idea why?&#60;br /&#62;
For example:&#60;br /&#62;
&#60;a href=&#34;http://motherhand.com/another-interesting-post/&#34; rel=&#34;nofollow&#34;&#62;http://motherhand.com/another-interesting-post/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-3#post-79602</link>
			<pubDate>Sat, 13 Oct 2012 07:05:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; In single.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$title  = __(&#38;#39;Blog - Latest News&#38;#39;, &#38;#39;avia_framework&#38;#39;); //default blog title&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$cats  = get_the_category();
$title = $cats[0]-&#38;gt;cat_name;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the post category will be used as title. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interwood on "Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-3#post-79475</link>
			<pubDate>Thu, 11 Oct 2012 20:36:36 +0000</pubDate>
			<dc:creator>interwood</dc:creator>
			<guid isPermaLink="false">79475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've searched through other support tickets and can't quite find the right answer for this...&#60;/p&#62;
&#60;p&#62;We would like to use the Choices Latest News widget in the footer twice - once for one category and once for another. When you click on any post now, the heading on the page is Blog - Latest News.&#60;br /&#62;
I understand how to change that in the single.php file, but we really would like it to display the category name. For example, Latest Post: Good Links and Articles (that being the category name).&#60;br /&#62;
And then for the other category, Latest Post: Catherine's Blog&#60;/p&#62;
&#60;p&#62;Any help is most appreciated!&#60;/p&#62;
&#60;p&#62;Here is the site:&#60;br /&#62;
&#60;a href=&#34;http://motherhand.com/&#34; rel=&#34;nofollow&#34;&#62;http://motherhand.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
