<?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 - User Favorites: MCSolutions</title>
		<link><a href='http://www.kriesi.at/support/profile/mcsolutions'>mcsolutions</a></link>
		<description>Support Forum - User Favorites: MCSolutions</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 22:44:59 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>MCSolutions on "Creating a &#34;Read More&#34; button for the Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/creating-a-read-more-button-for-the-latest-news-widget#post-41471</link>
			<pubDate>Mon, 13 Feb 2012 17:39:44 +0000</pubDate>
			<dc:creator>MCSolutions</dc:creator>
			<guid isPermaLink="false">41471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It has been five days since my post and I would really like some help in getting this widget worked out. I just need some clarification on what code to use and where in order to get a &#34;Read More&#34; button at the bottom of the Latest News widget. I would like for the button to link to a list of all articles written under that category. I think the above code can help but everything I have tried seems to have no effect. &#60;/p&#62;
&#60;p&#62;Thank you for your time and help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MCSolutions on "Creating a &#34;Read More&#34; button for the Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/creating-a-read-more-button-for-the-latest-news-widget#post-40622</link>
			<pubDate>Tue, 07 Feb 2012 18:30:55 +0000</pubDate>
			<dc:creator>MCSolutions</dc:creator>
			<guid isPermaLink="false">40622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I would like to do this on my site as well, but am a little confused as to where to put the coding. I have the upScale theme installed and would like to have a &#34;Read More&#34; link at the bottom of my Latest News widget that links to the category blogroll. Where and how exactly do I do that? &#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Creating a &#34;Read More&#34; button for the Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/creating-a-read-more-button-for-the-latest-news-widget#post-23747</link>
			<pubDate>Fri, 29 Jul 2011 06:50:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
imho the easiest solution would be to set a global variable which contains some query information (i.e. the category). You can add following code in header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $wp_query, $cat_ID;

if(is_category() &#124;&#124; is_single()){
   $cat_ID = get_query_var(&#38;#39;cat&#38;#39;);
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in the widget code use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $cat_ID;
get_category_link( $cat_ID );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to get the current category link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CPMFrance on "Creating a &#34;Read More&#34; button for the Latest News widget"</title>
			<link>http://www.kriesi.at/support/topic/creating-a-read-more-button-for-the-latest-news-widget#post-23677</link>
			<pubDate>Thu, 28 Jul 2011 13:34:53 +0000</pubDate>
			<dc:creator>CPMFrance</dc:creator>
			<guid isPermaLink="false">23677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys!&#60;/p&#62;
&#60;p&#62;First of all, thanks for this georgous theme ;)&#60;/p&#62;
&#60;p&#62;I want to add a &#34;Read More&#34; button at the bottom of each Latest News widget, I found the php code of it in the class-framework-widgets.php and added that code in the right place :&#60;/p&#62;
&#60;p&#62;echo a href=&#34;\?cat=.$cat[0].\&#34;Read More;&#60;/p&#62;
&#60;p&#62;However, when I click on this new button, I want to redirect to the page of the category of the widget. My question is : &#60;/p&#62;
&#60;p&#62;How to pick the page of the category of the displayed widget ?  &#60;/p&#62;
&#60;p&#62;I don't know if I'm clear ^^ I can give an example if I'm not :)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
