<?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 - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/latest-news</link>
		<description>Support Forum - Tag: Latest News - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:47:46 +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" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "shortcode for latest news?"</title>
			<link>http://www.kriesi.at/support/topic/shortcode-for-latest-news#post-104031</link>
			<pubDate>Tue, 02 Apr 2013 15:11:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hotspot,&#60;/p&#62;
&#60;p&#62;You can click on the shortcode button in the visual editor and then choose from the Widgets shortcodes Latest Posts to customize the output.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "shortcode for latest news?"</title>
			<link>http://www.kriesi.at/support/topic/shortcode-for-latest-news#post-104022</link>
			<pubDate>Tue, 02 Apr 2013 14:47:29 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">104022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;Is there a shortcode [xxxxx] to display the latest news?&#60;br /&#62;
Now there is only the widget, but i need the latest news to show up somewhere else (so not in a widget/sidebar area).&#60;/p&#62;
&#60;p&#62;Hope you have a solution.&#60;/p&#62;
&#60;p&#62;Else a html code to call it would also be fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to delete the date from the &#34;latest news widget&#34;?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-delete-the-date-from-the-latest-news-widget#post-103811</link>
			<pubDate>Mon, 01 Apr 2013 13:47:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to delete the date from the &#34;latest news widget&#34;?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-delete-the-date-from-the-latest-news-widget#post-103668</link>
			<pubDate>Sat, 30 Mar 2013 15:10:28 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">103668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;great, thank you very much, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to delete the date from the &#34;latest news widget&#34;?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-delete-the-date-from-the-latest-news-widget#post-103570</link>
			<pubDate>Fri, 29 Mar 2013 07:02:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">103570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to keep the date insert following code at the very bottom of functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;avia_widget_time&#38;#39;, &#38;#39;avia_date_change&#38;#39;);
function avia_date_change() {
    return  get_option(&#38;#39;date_format&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to hide the date completely use following css code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widget .news-time{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to delete the date from the &#34;latest news widget&#34;?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-delete-the-date-from-the-latest-news-widget#post-103531</link>
			<pubDate>Thu, 28 Mar 2013 18:54:55 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">103531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My site is still offline, because it's still not ready, but this widget looks like the widget on the demo.&#60;br /&#62;
See here &#34;latest news&#34; in the footer:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/corona/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;span class=&#34;news-time&#34;&#38;gt;31. März 2011 - 13:13&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;How can I&#60;/p&#62;
&#60;p&#62;a) hide the whole date + time&#60;br /&#62;
b) hide only the time and keep the date&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to delete the date from the &#34;latest news widget&#34;?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-delete-the-date-from-the-latest-news-widget#post-103137</link>
			<pubDate>Tue, 26 Mar 2013 12:01:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;If you can provide a link to your site showing that widget we can target it directly with some css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to delete the date from the &#34;latest news widget&#34;?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-delete-the-date-from-the-latest-news-widget#post-103038</link>
			<pubDate>Mon, 25 Mar 2013 22:39:35 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">103038@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how/where can I delete the date &#60;strong&#62;only&#60;/strong&#62; from the &#34;latest news&#34; &#60;strong&#62;widget&#60;/strong&#62; (posts should still show the date!)?&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i48.tinypic.com/hu0gf4.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-82112</link>
			<pubDate>Sat, 03 Nov 2012 18:34:11 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">82112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hm, unfortunately I can't reproduce the error. If you want, drop me a mail with contact details to your ftp server so I can do some trial and error testing directly on your installation...&#60;/p&#62;
&#60;p&#62;Please link to this thread so I know what its all about in case you are sending the mail ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-72167</link>
			<pubDate>Tue, 21 Aug 2012 20:47:47 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">72167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Asljung,&#60;/p&#62;
&#60;p&#62;So you know Kriesi has been tagged to look into this.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asljung on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-71527</link>
			<pubDate>Fri, 17 Aug 2012 09:44:18 +0000</pubDate>
			<dc:creator>Asljung</dc:creator>
			<guid isPermaLink="false">71527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;No, I haven't resolved it yet but I've moved the site to:&#60;br /&#62;
&#60;a href=&#34;http://icssweden.com/product-category/scales/&#34; rel=&#34;nofollow&#34;&#62;http://icssweden.com/product-category/scales/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-70218</link>
			<pubDate>Thu, 09 Aug 2012 09:27:53 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">70218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Link seems offline currently. Did you resolve the issue? If so would you mind us telling what caused the error? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-65915</link>
			<pubDate>Mon, 16 Jul 2012 17:25:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aslijung,&#60;/p&#62;
&#60;p&#62;I see what you mean now. There doesn't appear to be any errors in the code but it isn't outputting any news data at all. I'll have to tag this for Kriesi to take a look at as I'm not really sure what could be happening.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asljung on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-64949</link>
			<pubDate>Wed, 11 Jul 2012 07:41:14 +0000</pubDate>
			<dc:creator>Asljung</dc:creator>
			<guid isPermaLink="false">64949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is a link to one of the categories:&#60;br /&#62;
&#60;a href=&#34;http://46.239.116.50/product-category/scales/&#34; rel=&#34;nofollow&#34;&#62;http://46.239.116.50/product-category/scales/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-64742</link>
			<pubDate>Tue, 10 Jul 2012 15:28:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Asljung,&#60;/p&#62;
&#60;p&#62;Can we take a look at one of the pages where the widget content disappears? I'm not quite sure whats going on but perhaps there is a conflict with the woocommerce code and the widget code we aren't aware of yet.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asljung on "Latest News widget disappears on product category pages"</title>
			<link>http://www.kriesi.at/support/topic/latest-news-widget-disappears-on-product-category-pages#post-64739</link>
			<pubDate>Tue, 10 Jul 2012 15:00:32 +0000</pubDate>
			<dc:creator>Asljung</dc:creator>
			<guid isPermaLink="false">64739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I have a problem with the Latest News widget. The widget is located in the footer and i displayed on every page except in the woocommerce section, where the widget content disappears when listing a product category. The widget is fine on both the start page of the shop and when viewing a specific product, but not when viewing a product category.&#60;/p&#62;
&#60;p&#62;I have set in the woocommerce settings to view categories on shop page as well as subcategories on categories pages with the products hidden. There is no change in the problem when deselecting those settings. I have also &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; installed and the problem is present on both languages. However, the content is translated just fine on the other pages.&#60;/p&#62;
&#60;p&#62;What could be the source of the problem? Is it something about listing different post types at the same time?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-53198</link>
			<pubDate>Wed, 25 Apr 2012 03:40:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Oh. My bad. Good thing Dude visit this one. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roomm on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-53087</link>
			<pubDate>Tue, 24 Apr 2012 13:05:53 +0000</pubDate>
			<dc:creator>roomm</dc:creator>
			<guid isPermaLink="false">53087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Uhh that it is :-) thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-53053</link>
			<pubDate>Tue, 24 Apr 2012 06:50:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You just need to insert a title for this widget. Go to Appearance &#38;gt; Widgets &#38;gt; Sidebar News widget and click on the widget bar to extend the options. Then enter any text of your choice into the title field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roomm on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-53045</link>
			<pubDate>Tue, 24 Apr 2012 06:24:29 +0000</pubDate>
			<dc:creator>roomm</dc:creator>
			<guid isPermaLink="false">53045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In Avisio theme in footer 4th column is Latest News, can somebody tell me where can I rename &#34;Latest News&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roomm on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-52778</link>
			<pubDate>Sun, 22 Apr 2012 15:37:44 +0000</pubDate>
			<dc:creator>roomm</dc:creator>
			<guid isPermaLink="false">52778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it comes from BLOG, but I have no Idea how to change it,... &#60;a href=&#34;http://www.t-board.cz/&#34; rel=&#34;nofollow&#34;&#62;http://www.t-board.cz/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-52706</link>
			<pubDate>Sat, 21 Apr 2012 09:30:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">52706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;WordPress comes in different languages. You can update your site according to your language. If the &#34;Latest News&#34; page is a manually created page, you change the title in your own language.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roomm on "How to rename Latest News ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-rename-latest-news#post-52522</link>
			<pubDate>Fri, 20 Apr 2012 07:49:16 +0000</pubDate>
			<dc:creator>roomm</dc:creator>
			<guid isPermaLink="false">52522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to rename &#34;Latest News&#34;  to my language, where can I do that ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marzipandaizy on "Add excerpt to latest news on home page"</title>
			<link>http://www.kriesi.at/support/topic/add-excerpt-to-latest-news-on-home-page#post-40925</link>
			<pubDate>Thu, 09 Feb 2012 13:25:50 +0000</pubDate>
			<dc:creator>marzipandaizy</dc:creator>
			<guid isPermaLink="false">40925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, I will try this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Add excerpt to latest news on home page"</title>
			<link>http://www.kriesi.at/support/topic/add-excerpt-to-latest-news-on-home-page#post-39089</link>
			<pubDate>Sun, 29 Jan 2012 01:55:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">39089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;the line can be found on line 86 in the functions.php file (of the levitation theme).&#60;br /&#62;
&#60;code&#62;echo&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>purse9644 on "Add excerpt to latest news on home page"</title>
			<link>http://www.kriesi.at/support/topic/add-excerpt-to-latest-news-on-home-page#post-38903</link>
			<pubDate>Fri, 27 Jan 2012 07:36:29 +0000</pubDate>
			<dc:creator>purse9644</dc:creator>
			<guid isPermaLink="false">38903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I had the same problem but couldn't find the &#38;lt;span class=&#34;meta&#34;&#38;gt; in the functions.php&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add excerpt to latest news on home page"</title>
			<link>http://www.kriesi.at/support/topic/add-excerpt-to-latest-news-on-home-page#post-38488</link>
			<pubDate>Mon, 23 Jan 2012 16:10:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in functions.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;latpostex&#38;quot;&#38;gt;&#38;#39;.get_the_excerpt().&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can style the excerpt text with the latpostex css class.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marzipandaizy on "Add excerpt to latest news on home page"</title>
			<link>http://www.kriesi.at/support/topic/add-excerpt-to-latest-news-on-home-page#post-38466</link>
			<pubDate>Mon, 23 Jan 2012 11:45:35 +0000</pubDate>
			<dc:creator>marzipandaizy</dc:creator>
			<guid isPermaLink="false">38466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I would like to include a small intro to the latest news blog posts on the home page - I believe this is referred to as an excerpt.&#60;br /&#62;
Could you please let me know how to include it in the code?&#60;br /&#62;
Thanks!&#60;br /&#62;
Tracey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Create Latest News column as featured in the demo"</title>
			<link>http://www.kriesi.at/support/topic/create-latest-news-column-as-featured-in-the-demo#post-26843</link>
			<pubDate>Tue, 13 Sep 2011 09:39:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JulieS on "Create Latest News column as featured in the demo"</title>
			<link>http://www.kriesi.at/support/topic/create-latest-news-column-as-featured-in-the-demo#post-26819</link>
			<pubDate>Tue, 13 Sep 2011 03:12:09 +0000</pubDate>
			<dc:creator>JulieS</dc:creator>
			<guid isPermaLink="false">26819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, that's what I needed! I didn't notice the widget, duh. Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
