<?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: date - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/date</link>
		<description>Support Forum - Tag: date - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:31:17 +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/date" rel="self" type="application/rss+xml" />

		<item>
			<title>andypeck on "Blog - Date to the left"</title>
			<link>http://www.kriesi.at/support/topic/blog-date-to-the-left#post-119133</link>
			<pubDate>Tue, 18 Jun 2013 06:36:32 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">119133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tried this and all it did was create an empty page where the blog shoul be - it killed the blog altogether.&#60;/p&#62;
&#60;p&#62;the only thing i wasnt sure about was where exactle did I put...&#60;/p&#62;
&#60;p&#62;$date = get_the_date();&#60;/p&#62;
&#60;p&#62;...you say the bottom; of the next line or before the next Div? just not sure although I did try a few places and still nothing happened. I also if we can make this work can the php file be added to my child theme? im assuming yes?&#60;/p&#62;
&#60;p&#62;cheers&#60;br /&#62;
andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog - Date to the left"</title>
			<link>http://www.kriesi.at/support/topic/blog-date-to-the-left#post-118290</link>
			<pubDate>Fri, 14 Jun 2013 06:24:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">118290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Let us know if it worked out. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Blog - Date to the left"</title>
			<link>http://www.kriesi.at/support/topic/blog-date-to-the-left#post-118065</link>
			<pubDate>Thu, 13 Jun 2013 12:05:01 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">118065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks again for this - will take a look over the weekened
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog - Date to the left"</title>
			<link>http://www.kriesi.at/support/topic/blog-date-to-the-left#post-117492</link>
			<pubDate>Tue, 11 Jun 2013 01:09:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">117492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On Settings &#38;gt; General, set the Date Format to custom then place the text &#34;F j&#34; which means Month and Date.&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; loop-index.php, find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$link = get_author_posts_url($post-&#38;gt;post_author);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;At the bottom place this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$date = get_the_date();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;{$link}&#38;#39; class=&#38;#39;post-author-format-type&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;rounded-container&#38;#39;&#38;gt;&#38;quot;.$gravatar.$icon.&#38;quot;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;{$link}&#38;#39; class=&#38;#39;post-author-format-type&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;rounded-container&#38;#39;&#38;gt;&#38;quot;.$date.&#38;quot;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can style the date text using .round-container class.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Blog - Date to the left"</title>
			<link>http://www.kriesi.at/support/topic/blog-date-to-the-left#post-117376</link>
			<pubDate>Mon, 10 Jun 2013 08:09:17 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">117376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Is there anyway to create the blog list and blog entry with a date in place where the profile picture/blog type goes (the circle to the left). Ideally, it would still have the dotted line that links between each blog but would have a large date (abbreviated &#34;MAR 13') instead of my profile picture or blog type.&#60;/p&#62;
&#60;p&#62;Are there going to be any blog variations added to theme updates in the near future (next week or so) or is there a CSS work-a-round that will give me more style options?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Copyright socket adjustment"</title>
			<link>http://www.kriesi.at/support/topic/copyright-socket-adjustment#post-116414</link>
			<pubDate>Wed, 05 Jun 2013 14:34:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">116414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi allegrabillings,&#60;/p&#62;
&#60;p&#62;When you add the date in make sure you respect the php tags. Just adding in &#38;lt;?php some-code ?&#38;gt; while already inside open php tags would definitely cause issues.&#60;/p&#62;
&#60;p&#62;You can also just edit this line instead of trying to replace the variable if its something you don't want to change in the theme options:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;lt;?php echo $copyright . $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>allegrabillings on "Copyright socket adjustment"</title>
			<link>http://www.kriesi.at/support/topic/copyright-socket-adjustment#post-116245</link>
			<pubDate>Tue, 04 Jun 2013 23:38:05 +0000</pubDate>
			<dc:creator>allegrabillings</dc:creator>
			<guid isPermaLink="false">116245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys, Sorry for a likely repeat question, but after searching I was only able to find help on different themes, and whiel a pro could likely modify the help to enfold, I can't.&#60;/p&#62;
&#60;p&#62;What I want is for a &#38;copy; Copyright (then a perpetual year) &#38;lt;?php echo date(&#34;Y&#34;) ?&#38;gt;  -  business name hyperlink here  - and then sans the kriesi backlink (sorry) can't keep it for client jobs&#60;/p&#62;
&#60;p&#62;what is see in footer.php is&#60;br /&#62;
&#60;code&#62;$copyright = avia_get_option('copyright', &#34;&#38;copy; &#34;.__('Copyright','avia_framework').&#34;  - &#60;a&#62;&#34;.get_bloginfo('name').&#34;&#60;/a&#62;&#34;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;1. the advise was to use the echo date php code above but when I place it before the - in the above string the page goes nuts.&#60;br /&#62;
2. Also if I place the advised [nolink] in the copyright area in the theme settings then everything is wiped out. How do I use the add_filter function that is suggested to hide the kriesi backlink?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "remove date from Avia Postslider"</title>
			<link>http://www.kriesi.at/support/topic/remove-date-from-avia-postslider#post-115462</link>
			<pubDate>Sat, 01 Jun 2013 03:40:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">115462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Are you sure that you can see the date using a Post Slider?&#60;/p&#62;
&#60;p&#62;Can you please give us a link to your home page?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rikgeijsen on "remove date from Avia Postslider"</title>
			<link>http://www.kriesi.at/support/topic/remove-date-from-avia-postslider#post-115418</link>
			<pubDate>Fri, 31 May 2013 20:43:18 +0000</pubDate>
			<dc:creator>rikgeijsen</dc:creator>
			<guid isPermaLink="false">115418@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I remove the date from the av_postslider in Enfold? I use the postslider on my homepage, where I don't want to display the date of the post. I removed the date already at the post en blog sidebar widget.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gianmarizzi on "No date in Enfold Latest Portfolio widget"</title>
			<link>http://www.kriesi.at/support/topic/no-date-in-enfold-latest-portfolio-widget#post-113509</link>
			<pubDate>Fri, 24 May 2013 07:49:56 +0000</pubDate>
			<dc:creator>gianmarizzi</dc:creator>
			<guid isPermaLink="false">113509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Uh that's a pity :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "No date in Enfold Latest Portfolio widget"</title>
			<link>http://www.kriesi.at/support/topic/no-date-in-enfold-latest-portfolio-widget#post-113439</link>
			<pubDate>Fri, 24 May 2013 03:08:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">113439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yeah, it hides the time in your blog latest entries widget. &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gianmarizzi on "No date in Enfold Latest Portfolio widget"</title>
			<link>http://www.kriesi.at/support/topic/no-date-in-enfold-latest-portfolio-widget#post-113195</link>
			<pubDate>Thu, 23 May 2013 06:37:34 +0000</pubDate>
			<dc:creator>gianmarizzi</dc:creator>
			<guid isPermaLink="false">113195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Ismael: thanks a lot. If I add this does it hide it in my blog entries too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "No date in Enfold Latest Portfolio widget"</title>
			<link>http://www.kriesi.at/support/topic/no-date-in-enfold-latest-portfolio-widget#post-113189</link>
			<pubDate>Thu, 23 May 2013 05:56:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">113189@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@lounge35: Thanks for helping. :)&#60;/p&#62;
&#60;p&#62;@gianmarizzi: He is correct. Just add this on your custom.css or Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.news-time {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lounge35 on "No date in Enfold Latest Portfolio widget"</title>
			<link>http://www.kriesi.at/support/topic/no-date-in-enfold-latest-portfolio-widget#post-113116</link>
			<pubDate>Thu, 23 May 2013 01:34:01 +0000</pubDate>
			<dc:creator>lounge35</dc:creator>
			<guid isPermaLink="false">113116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Use use CSS to set the tag of the date to , display: none; to hide it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gianmarizzi on "No date in Enfold Latest Portfolio widget"</title>
			<link>http://www.kriesi.at/support/topic/no-date-in-enfold-latest-portfolio-widget#post-112906</link>
			<pubDate>Wed, 22 May 2013 10:30:30 +0000</pubDate>
			<dc:creator>gianmarizzi</dc:creator>
			<guid isPermaLink="false">112906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi everybody,&#60;br /&#62;
maybe this has already been resolved: I created a portfolio sidebar using the Enfold Latest Portfolio widget, but I don't want it to show the date under the list of my entries. How can I do?&#60;br /&#62;
Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-109452</link>
			<pubDate>Tue, 07 May 2013 09:31:00 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">109452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works!&#60;br /&#62;
Thanks!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-109436</link>
			<pubDate>Tue, 07 May 2013 07:16:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try the  the_author_posts_link(); function instead. It seems like  the_author_link() will just link to the website you entered on the user profile page. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-109168</link>
			<pubDate>Mon, 06 May 2013 06:14:48 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">109168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for this Peter.&#60;br /&#62;
Brings up another question unfortunately: the link doesn't work. Does it have something to do with the fact that I don't see an author.php file in the theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-108835</link>
			<pubDate>Sat, 04 May 2013 09:25:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use the the_author_link(); if you want to add a rel attribute. The link will point to the author archive page. Use it like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;author&#38;quot;&#38;gt;&#38;lt;?php  the_author_link(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/the_author_link&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/the_author_link&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-108661</link>
			<pubDate>Fri, 03 May 2013 11:26:07 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">108661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter. This shows it.&#60;br /&#62;
Unfortunately Google still does not see this info as authorship markup and thus does not show my author information in search results.&#60;/p&#62;
&#60;p&#62;Do you know how to get this working? Is this because there is no author page in my website? And do you know how to get this page?&#60;/p&#62;
&#60;p&#62;Thanks again for helping me out here.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Jeroen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-108603</link>
			<pubDate>Fri, 03 May 2013 05:12:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Mea culpa - I used the wrong function. It needs to be the_author instead of get_the_author. I corrected the code above :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-108424</link>
			<pubDate>Thu, 02 May 2013 14:15:29 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">108424@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. Just did Dude, but nothing changes .....&#60;br /&#62;
Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-108416</link>
			<pubDate>Thu, 02 May 2013 14:05:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108416@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up template-blog.php and single.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;author&#38;quot;&#38;gt;&#38;lt;?php the_author(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Author mention next to category and date in head of posts and pages"</title>
			<link>http://www.kriesi.at/support/topic/author-mention-next-to-category-and-date-in-head-of-posts-and-pages#post-108168</link>
			<pubDate>Wed, 01 May 2013 09:37:04 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">108168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To have authorship information appear in search results for the content that's written by authors I would like to show the author next to the category and date at the top of the article, page, etc.&#60;/p&#62;
&#60;p&#62;Can somebody show me how?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Choices Portfolio Sort By Date and Name"</title>
			<link>http://www.kriesi.at/support/topic/choices-portfolio-sort-by-date-and-name#post-104858</link>
			<pubDate>Tue, 09 Apr 2013 06:19:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
add following code to functions.php (insert it at the very bottom):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function loop_portfolio_query( $location ) {
    if ( $location == &#38;#39;loop-portfolio&#38;#39; ) {
        global $avia_config;
            if(isset($avia_config[&#38;#39;new_query&#38;#39;])) {
                $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;orderby&#38;#39;] = &#38;quot;date&#38;quot;;
                $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;order&#38;#39;] = &#38;quot;DESC&#38;quot;;
                query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
            }
    }
}
add_action( &#38;#39;avia_action_query_check&#38;#39; , &#38;#39;loop_portfolio_query&#38;#39;, 10, 1 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace &#34;date&#34; with &#34;title&#34; and &#34;DESC&#34; with &#34;ASC&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Add date stamp to page templates"</title>
			<link>http://www.kriesi.at/support/topic/add-date-stamp-to-page-templates#post-104740</link>
			<pubDate>Mon, 08 Apr 2013 06:20:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">104740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for the delay. Weekend and all.. &#60;/p&#62;
&#60;p&#62;You originally wrote that ' I would like it to display on one of my created page templates.' &#60;/p&#62;
&#60;p&#62;Can you elaborate please, do you mean you want to display the contents of a post inside a dynamic template element table, or dynamic element display post/page, or dynamic element blog or the display post category element? Because I suppose those 2 circles with the date can fit in any of them. . The elements are all in file /includes/helper-template-dynamic.php of the theme calling different files .&#60;/p&#62;
&#60;p&#62;You can try this. Actually you should first update Choices. 1.7 is the last version and you can download it after logging into themeforest.net using the account you purchased the theme under and then use ftp to update. Please be aware the update will overwrite all your theme files, so if you made customization to any file , make sure to back up your install first. &#60;/p&#62;
&#60;p&#62;Once you are done, you can open /includes/loop-index.php and copy lines 70-93 and you need to paste it into /includes/loop-page.php on perhaps line 24. I will test it out for now, but do respond regarding how you want to use this since as I wrote in the beginning there are multiple ways to do this.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isaijr on "Choices Portfolio Sort By Date and Name"</title>
			<link>http://www.kriesi.at/support/topic/choices-portfolio-sort-by-date-and-name#post-104713</link>
			<pubDate>Mon, 08 Apr 2013 04:56:18 +0000</pubDate>
			<dc:creator>isaijr</dc:creator>
			<guid isPermaLink="false">104713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I want to sort my portfolio items just by date/name. I'm using Choices. I tried the plugin post type order but it does not order by date. Please help me to solve this issue. I have intermidiate skills on programmig so I can write the code if it does not exist just give me a little help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Isai
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide the TIME in CORONA&#039;s combo widget (latest news)?"</title>
			<link>http://www.kriesi.at/support/topic/hide-posts-time-in-coronas-widgets#post-104597</link>
			<pubDate>Sat, 06 Apr 2013 06:16:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that you solved the problem :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide the TIME in CORONA&#039;s combo widget (latest news)?"</title>
			<link>http://www.kriesi.at/support/topic/hide-posts-time-in-coronas-widgets#post-104567</link>
			<pubDate>Fri, 05 Apr 2013 20:03:49 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;SOLVED&#60;/p&#62;
&#60;p&#62;found in the same PHP file around line 959 in the section &#34;get posts posts&#34; the same strings and replaced them as mentioned above:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo &#34;&#38;lt;span class='news-time'&#38;gt;&#34;.get_the_date($date_format).&#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide the TIME in CORONA&#039;s combo widget (latest news)?"</title>
			<link>http://www.kriesi.at/support/topic/hide-posts-time-in-coronas-widgets#post-104565</link>
			<pubDate>Fri, 05 Apr 2013 19:31:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can I hide the TIME (not the date!) in CORONA's Widgets (latest news, combo widget)?&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/30tgjsj.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Like here in the blog's sidebar:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;I have checked the &#60;strong&#62;class-framework-widgets.php&#60;/strong&#62; and replaced in line 391&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if(empty($avia_config['widget_image_size']) &#124;&#124; 'display title and excerpt' != $excerpt) { echo &#34;&#38;lt;strong class='news-headline'&#38;gt;&#34;.get_the_title().&#34;&#38;lt;span class='news-time'&#38;gt;&#34;.get_the_date($date_format).&#34;&#38;lt;/span&#38;gt;&#34;;  }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;the part &#60;strong&#62;get_the_time($time_format)&#60;/strong&#62; with this string: &#60;strong&#62;get_the_date($date_format)&#60;/strong&#62;&#60;br /&#62;
So far so good - now I have no TIME in the &#34;latest news&#34; widget:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i46.tinypic.com/2lu7tzs.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;But I found nothing similar in this PHP file concerning the &#60;strong&#62;combo widget&#60;/strong&#62;&#60;strong&#62;:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo $before_widget;&#60;br /&#62;
		echo &#34;&#38;lt;div class='tabcontainer tab_initial_open tab_initial_open__1'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab first_tab widget_tab_popular&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Popular', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		avia_get_post_list('cat=&#38;amp;orderby=comment_count&#38;amp;posts_per_page='.$posts);&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab widget_tab_recent&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('New', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		avia_get_post_list('showposts='. $posts .'&#38;amp;orderby=post_date&#38;amp;order=desc');&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab widget_tab_comments&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Comments', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		avia_get_comment_list( array('number' =&#38;gt; $posts, 'status' =&#38;gt; 'approve', 'order' =&#38;gt; 'DESC') );&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab widget_tab_tags&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Tags', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content tagcloud'&#38;gt;&#34;;&#60;br /&#62;
		wp_tag_cloud('smallest=12&#38;amp;largest=12&#38;amp;unit=px');&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab last_tab widget_tab_categories&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Categories', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		wp_list_categories('sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;amp;show_count=1&#38;amp;style=list&#38;amp;title_li=');&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		echo $after_widget;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;How can I hide in the &#60;/strong&#62;&#60;strong&#62;combo widget&#60;/strong&#62; the post's TIME (not the date)?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
