<?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 - Tag: Latest news widget - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/latest-news-widget</link>
		<description>Support Forum - Tag: Latest news widget - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 04:26:11 +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/tags/latest-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>
		<item>
			<title>Ismael on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-76432</link>
			<pubDate>Tue, 18 Sep 2012 15:45:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi linkrep42,&#60;/p&#62;
&#60;p&#62;Glad that we could help. I've marked this as resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-76427</link>
			<pubDate>Tue, 18 Sep 2012 15:36:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76427@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Glad Ismael could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>linkrep42 on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-75969</link>
			<pubDate>Fri, 14 Sep 2012 17:28:27 +0000</pubDate>
			<dc:creator>linkrep42</dc:creator>
			<guid isPermaLink="false">75969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome works perfectly, thank you for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-75663</link>
			<pubDate>Thu, 13 Sep 2012 02:31:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi linkrep42,&#60;/p&#62;
&#60;p&#62;Try to edit wp-content\themes\abundance\functions.php and at the bottom of this file add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function wpe_excerptlength_index( $length ) {
    return 120;
}

function wpe_excerpt( $length_callback = &#38;#39;&#38;#39;, $more_callback = &#38;#39;&#38;#39; ) {

    if ( function_exists( $length_callback ) )
        add_filter( &#38;#39;excerpt_length&#38;#39;, $length_callback );

    if ( function_exists( $more_callback ) )
        add_filter( &#38;#39;excerpt_more&#38;#39;, $more_callback );

    $output = get_the_excerpt();
    $output = apply_filters( &#38;#39;wptexturize&#38;#39;, $output );
    $output = apply_filters( &#38;#39;convert_chars&#38;#39;, $output );
    $output = &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . $output . &#38;#39;&#38;lt;/p&#38;gt;&#38;#39;;
    echo $output;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just return 120; to the number of words you want to put. (the default is 40)&#60;/p&#62;
&#60;p&#62;Then edit wp-content\themes\abundance\framework\php\class-framework-widgets.php and in line 405 you can find this code:&#60;br /&#62;
&#60;code&#62;the_excerpt();&#60;/code&#62;&#60;br /&#62;
Just replace it with this code:&#60;br /&#62;
&#60;code&#62;wpe_excerpt(&#38;#39;wpe_excerptlength_index&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>linkrep42 on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-75637</link>
			<pubDate>Wed, 12 Sep 2012 20:30:41 +0000</pubDate>
			<dc:creator>linkrep42</dc:creator>
			<guid isPermaLink="false">75637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My question was not clear - I want to pull more characters from each article, the site will probably only have 2-3 articles produced for it in a 6 month period.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-75524</link>
			<pubDate>Wed, 12 Sep 2012 06:10:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi linkrep42,&#60;/p&#62;
&#60;p&#62;In your Latest News widget, just change the &#34;How many entries do you want to display:&#34; and set it to 2 or 3.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>linkrep42 on "Latest News widget how can I pull more Characters"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-how-can-i-pull-more-characters#post-75468</link>
			<pubDate>Tue, 11 Sep 2012 20:51:42 +0000</pubDate>
			<dc:creator>linkrep42</dc:creator>
			<guid isPermaLink="false">75468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like a like to pull more content with the Latest News widget - last col in footer, just to even things up down there.&#60;br /&#62;
See - &#60;a href=&#34;http://wwwquadcitiesassistedliving.zippykid.it/&#34; rel=&#34;nofollow&#34;&#62;http://wwwquadcitiesassistedliving.zippykid.it/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Latest News Widget - Refers to other wordpress-news-page?"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-refers-to-other-wordpress-news-page#post-44082</link>
			<pubDate>Wed, 29 Feb 2012 19:46:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">44082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Vanwero,&#60;/p&#62;
&#60;p&#62;Unfortunately not with a basic installation of wordpress. If you want to have themes that can display content for each other, you should look into Wordpress MU. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/WordPress_MU&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/WordPress_MU&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Latest News Widget - Refers to other wordpress-news-page?"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-refers-to-other-wordpress-news-page#post-43783</link>
			<pubDate>Tue, 28 Feb 2012 08:16:27 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">43783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;when you have 2 websites:&#60;br /&#62;
is there a way to link the &#34;Latest News Widget&#34; (placed on Website A) to a newspage of an other wordpress website (B)?&#60;/p&#62;
&#60;p&#62;So the news appearing on this widget on website (A) is in fact referring to the posts on website (B)?&#60;/p&#62;
&#60;p&#62;Thanks already for your answer!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Brightbox Latest News Widget: show other images in thumbnails (then post-image)"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-latest-news-widget-show-other-images-in-thumbnails-then-post-image#post-31791</link>
			<pubDate>Sun, 13 Nov 2011 03:59:59 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good to see Dude could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wenv on "Brightbox Latest News Widget: show other images in thumbnails (then post-image)"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-latest-news-widget-show-other-images-in-thumbnails-then-post-image#post-31632</link>
			<pubDate>Thu, 10 Nov 2011 13:19:53 +0000</pubDate>
			<dc:creator>wenv</dc:creator>
			<guid isPermaLink="false">31632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;thanks for your answer... &#60;/p&#62;
&#60;p&#62;I found the perfect solution that is working for me. Maybe also interesting for other readers:&#60;/p&#62;
&#60;p&#62;1) I've installed a newer plugin &#34;Category Icons Lite&#34;&#60;/p&#62;
&#60;p&#62;2) Put the code explained on this page (&#60;a href=&#34;http://www.category-icons.com&#34; rel=&#34;nofollow&#34;&#62;http://www.category-icons.com&#60;/a&#62;) in the &#34;class-framework-widgets.php&#34;&#60;br /&#62;
=&#38;gt; and replaced the echo $image with that line of code&#60;/p&#62;
&#60;p&#62;Working perfect until now!&#60;/p&#62;
&#60;p&#62;Greets,&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Brightbox Latest News Widget: show other images in thumbnails (then post-image)"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-latest-news-widget-show-other-images-in-thumbnails-then-post-image#post-31616</link>
			<pubDate>Thu, 10 Nov 2011 07:50:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
if you just replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo $image;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with your custom icon code I see no reason why this doesn't work - there's no if statement, etc. which can hide the image. The only reason I can think of is that the icon code doesn't work correct or that css code hides the icon. Maybe modify the widget code an post a link here so that we can investigate the output.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wenv on "Brightbox Latest News Widget: show other images in thumbnails (then post-image)"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-latest-news-widget-show-other-images-in-thumbnails-then-post-image#post-31610</link>
			<pubDate>Thu, 10 Nov 2011 06:53:43 +0000</pubDate>
			<dc:creator>wenv</dc:creator>
			<guid isPermaLink="false">31610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe... I have to ask another question (because the solution above is a kind of &#34;work-around&#34;:&#60;/p&#62;
&#60;p&#62;When I work with the Brightbox Theme and with the &#34;Category-icons&#34;-plugin, this plugin is working well and gets the selected icon for the posts...&#60;/p&#62;
&#60;p&#62;But the &#34;Brightbox Latest News&#34;-widget isn't picking the icons up when no image attached to the post...&#60;br /&#62;
And I really want to use this latest news plugin because it's look is the most complete for me...&#60;/p&#62;
&#60;p&#62;Thanks for your reply already!&#60;/p&#62;
&#60;p&#62;Greets,&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wenv on "Brightbox Latest News Widget: show other images in thumbnails (then post-image)"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-latest-news-widget-show-other-images-in-thumbnails-then-post-image#post-31580</link>
			<pubDate>Wed, 09 Nov 2011 23:20:47 +0000</pubDate>
			<dc:creator>wenv</dc:creator>
			<guid isPermaLink="false">31580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm using the &#34;Brightbox Latest News&#34;-widget in my sidebar. So far, so good...&#60;br /&#62;
But: In the tumbnail-area this widget is showing the image used in the posts. (And if no image is used in the post, the tumbnail is blanc)&#60;/p&#62;
&#60;p&#62;What I would like to do is the following:&#60;/p&#62;
&#60;p&#62;Refer to another image to show in this tumbnail-area.&#60;br /&#62;
=&#38;gt; Now I'v hard coded it, but this is not the way I like to work.&#60;/p&#62;
&#60;p&#62;I found the php-file where I need to change this:&#60;/p&#62;
&#60;p&#62;=&#38;gt; .../Brightbox/framework/php/class-framework-widgets.php&#60;/p&#62;
&#60;p&#62;=&#38;gt; I've changed: &#60;/p&#62;
&#60;p&#62;echo title='&#34;.get_the_title().&#34;' href='&#34;.get_permalink().;&#60;br /&#62;
		echo &#34;&#38;lt;span class='news-thumb'&#38;gt;&#34;;&#60;br /&#62;
		echo $image;&#60;/p&#62;
&#60;p&#62;And replaced &#34;the echo $image;&#34; By:&#60;/p&#62;
&#60;p&#62;echo &#34;Hardcode path of image&#34;;&#60;/p&#62;
&#60;p&#62;This works fine but a few questions about this:&#60;/p&#62;
&#60;p&#62;A) how can I refer to an image without have to hardcode it? (for example when I use the &#34;Default Post Thumbnail&#34; - Plugin? Can I get this selected picture here with a function?)&#60;/p&#62;
&#60;p&#62;B) I am using the 'category-icons' - plugin. Is it possible to put here a function to get the icon linked to this post's category? (This would be my ultimate solution!!!!!;-))&#60;/p&#62;
&#60;p&#62;C) My steps above (hardcoded) are working, but the image is not shown IN the tumbnail border, but right from it. Any ideas how i can put it in the border?&#60;/p&#62;
&#60;p&#62;Thanks in advance already for your answers!&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
