<?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: Choices News Widget</title>
		<link>http://www.kriesi.at/support/topic/choices-news-widget</link>
		<description>Support Forum - Topic: Choices News Widget</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 13:24:44 +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/choices-news-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>hzavanelli on "Choices News Widget"</title>
			<link>http://www.kriesi.at/support/topic/choices-news-widget#post-92843</link>
			<pubDate>Tue, 22 Jan 2013 15:21:21 +0000</pubDate>
			<dc:creator>hzavanelli</dc:creator>
			<guid isPermaLink="false">92843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your patience.... sometimes I overlook the easy solutions. &#60;/p&#62;
&#60;p&#62;Thanks also for all your help. You guys are the best. &#60;/p&#62;
&#60;p&#62;Heather
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Choices News Widget"</title>
			<link>http://www.kriesi.at/support/topic/choices-news-widget#post-92461</link>
			<pubDate>Sun, 20 Jan 2013 08:03:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In header.php search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_search_form();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;infotextcontainer&#38;quot;&#38;gt;My text..&#38;lt;/div&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of &#34;My text..&#34; insert your custom text. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hzavanelli on "Choices News Widget"</title>
			<link>http://www.kriesi.at/support/topic/choices-news-widget#post-92370</link>
			<pubDate>Sat, 19 Jan 2013 03:27:37 +0000</pubDate>
			<dc:creator>hzavanelli</dc:creator>
			<guid isPermaLink="false">92370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks that worked great! You're the best :). &#60;/p&#62;
&#60;p&#62;Now if you could just help me with part two of my question? &#60;/p&#62;
&#60;p&#62;Thanks tons,&#60;br /&#62;
Heather
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Choices News Widget"</title>
			<link>http://www.kriesi.at/support/topic/choices-news-widget#post-92348</link>
			<pubDate>Sat, 19 Jan 2013 01:45:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To add a link to the Latest News Widget, you can edit framework &#38;gt; php &#38;gt; class-framework-widgets.php then find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$title = empty($instance[&#38;#39;title&#38;#39;]) ? &#38;#39;&#38;#39; : apply_filters(&#38;#39;widget_title&#38;#39;, $instance[&#38;#39;title&#38;#39;]);
		$count = empty($instance[&#38;#39;count&#38;#39;]) ? &#38;#39;&#38;#39; : $instance[&#38;#39;count&#38;#39;];
		$cat = empty($instance[&#38;#39;cat&#38;#39;]) ? &#38;#39;&#38;#39; : $instance[&#38;#39;cat&#38;#39;];
		$excerpt = empty($instance[&#38;#39;excerpt&#38;#39;]) ? &#38;#39;&#38;#39; : $instance[&#38;#39;excerpt&#38;#39;];
		$image_size = isset($avia_config[&#38;#39;widget_image_size&#38;#39;]) ? $avia_config[&#38;#39;widget_image_size&#38;#39;] : &#38;#39;widget&#38;#39;;

		if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Place this code below.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a class=&#38;#39;alignright&#38;#39; style=&#38;#39;margin-top: -25px;&#38;#39; href=&#38;#39;LINK TO YOUR BLOG&#38;#39;&#38;gt;View All&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You need to place your blog url on the anchor tag.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hzavanelli on "Choices News Widget"</title>
			<link>http://www.kriesi.at/support/topic/choices-news-widget#post-92341</link>
			<pubDate>Fri, 18 Jan 2013 22:05:51 +0000</pubDate>
			<dc:creator>hzavanelli</dc:creator>
			<guid isPermaLink="false">92341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again...&#60;br /&#62;
Thanks for all your help and sorry to be a bother... &#60;/p&#62;
&#60;p&#62;I have one other issue. I removed the search bar from the header using directions I found in these forums (thanks for that) and would now like to put a line of text where it used to be (ie. next to the social icons). I must be messing up the code because when I try to do this in the header.php file the site goes blank. Could you please tell me how to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hzavanelli on "Choices News Widget"</title>
			<link>http://www.kriesi.at/support/topic/choices-news-widget#post-92271</link>
			<pubDate>Fri, 18 Jan 2013 17:39:51 +0000</pubDate>
			<dc:creator>hzavanelli</dc:creator>
			<guid isPermaLink="false">92271@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;I'd like to add a link on the top of the Choices latest news widget to take you to the news blog page (similar to the one on this website &#60;a href=&#34;http://www.essexinvest.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.essexinvest.com/&#60;/a&#62; ). How do I go about doing that? &#60;/p&#62;
&#60;p&#62;Thanks tons for all your help. You're lifesavers!&#60;/p&#62;
&#60;p&#62;Heather
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
