<?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: blog template - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/blog-template</link>
		<description>Support Forum - Tag: blog template - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:24:03 +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/blog-template" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-97481</link>
			<pubDate>Tue, 19 Feb 2013 18:13:10 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please add these to the end of Quick CSS or /css/custom.css . I modified the first one, but you should modify the second one to make that number less. The third one, please paste as is.&#60;/p&#62;
&#60;p&#62;1) You can change the 20 to whatever you want. right now it is at 0.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .post-entry img {
padding-bottom: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Right now the distance between each blog post is 50px as is shown below, please change that to what you like.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page .post-entry {
padding-bottom: 50px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .sidebar_left .template-blog .blog-meta {
float: left !important;
margin: 0 0 0 0px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-97185</link>
			<pubDate>Mon, 18 Feb 2013 08:19:14 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">97185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;Thanks for the new code. It works perfectly!&#60;/p&#62;
&#60;p&#62;I put the php in front of the excerpt code that you gave by mistake. Do I need to add it somewhere else as well or leave it as the new code seems to be working fine?&#60;/p&#62;
&#60;p&#62;Also...&#60;br /&#62;
1. I would like to create more of a space between the image and the title of the blog post.&#60;br /&#62;
2. I would like to lessen the gaps between the blog posts as they are quite far apart.&#60;br /&#62;
3. We have a secondary blog in our Help Centre with a few blog posts like this one here &#60;a href=&#34;http://etool.net.au/support/40_release_notes/etool-again-leading-building-lca-software-2/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/support/40_release_notes/etool-again-leading-building-lca-software-2/&#60;/a&#62;. I haven't added the image headers yet, but the meta data is still looking odd with a longer line underneath than above.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96855</link>
			<pubDate>Fri, 15 Feb 2013 01:02:19 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Upload seems to work, though you didnt show the upload text box after you saved the page. If the image url is still there that's fine. The problem is that the code that is supposed to execute the image instead gets displayed on the page as though it is text. &#60;/p&#62;
&#60;p&#62;Please delete the code I gave you before, and in its place, please paste this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$blog_feature_image1 = get_post_meta($post-&#38;gt;ID, &#38;#39;nick_featured-image-blog&#38;#39;, true);
if(isset($blog_feature_image1) &#38;amp;&#38;amp; $blog_feature_image1)
{
    echo &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$blog_feature_image1.&#38;#39;&#38;quot; width=&#38;quot;618&#38;quot; height=&#38;quot;177&#38;quot; &#38;gt;&#38;#39;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I could see in your video, that you did not add the &#38;lt;?php to the start of the code and ?&#38;gt; at the end of the code. Please do this, and things will start working again. Thanks for the video.&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96646</link>
			<pubDate>Thu, 14 Feb 2013 03:07:54 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">96646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;1. I've updated with the additional PHP beginnings and endings and looks fine now.&#60;/p&#62;
&#60;p&#62;2. CSS worked as well and the meta data is much neater.&#60;/p&#62;
&#60;p&#62;3. Thanks a lot for doing the screen-cast - I've made one to show you how I've been doing it (same as you did in the video) but the outcome is not the same.&#60;br /&#62;
The image still isn't showing up on the blog or post pages. Obviously there is nothing wrong with the code you've written as it works on your example :), but this is why I'm thinking there is a code conflict in my edited theme.&#60;br /&#62;
Here is the screen-cast &#60;a href=&#34;http://www.screencast.com/t/Cv7z10k3d&#34; rel=&#34;nofollow&#34;&#62;http://www.screencast.com/t/Cv7z10k3d&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let me know what you think.&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96571</link>
			<pubDate>Wed, 13 Feb 2013 18:32:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For this page &#38;gt; &#60;a href=&#34;http://etool.net.au/eblog/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/eblog/&#60;/a&#62; Your line numbers and mine must not match in file loop-index.php. Would you put this in front of the code I gave you inside loop-index.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this behind the code I gave your previously&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2&#38;gt; Here is the css for the meta location, and please add it to the end of the custom.css file or to Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .small_image .blog-meta {
width: 610px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3&#38;gt; Here is a screen-cast I made for you showing the process. &#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKZlUydlIzX1NnYkE/edit?usp=sharing&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKZlUydlIzX1NnYkE/edit?usp=sharing&#60;/a&#62;\&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96441</link>
			<pubDate>Wed, 13 Feb 2013 02:17:03 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">96441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;Thanks for all your help :)&#60;/p&#62;
&#60;p&#62;1. I've added the excerpt code in, replacing this line which worked fine - the_content(__('Read more  &#38;rarr;','avia_framework')); &#60;/p&#62;
&#60;p&#62;2. For the meta data, space and line issue, here is how it looks for me &#60;a href=&#34;http://i.imgur.com/inPvaeq.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/inPvaeq.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3. I've clicked &#34;Insert Into Post&#34; and the URL isn't showing in the box (same as before) but if I click Link URL and then insert into post, the link shows in the box. However after hitting update post, the image isn't showing on the blog homepage or individual post page, just the code and an image box.&#60;/p&#62;
&#60;p&#62;As I mentioned I also cannot add media into the post through the usual &#34;insert into post&#34; way which is why I'm thinking there might be a conflict somewhere.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96375</link>
			<pubDate>Tue, 12 Feb 2013 16:03:36 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Code on pastebin is fine since I created and tested it out locally before pasting it there. Please add the code back.&#60;/p&#62;
&#60;p&#62;1) To get the excerpt on blog list page please find the code in  /includes/loop-index.php which looks like (around line 119)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add the code below *before* that line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_single()){
     the_content(__(&#38;#39;Read more  →&#38;#39;,&#38;#39;avia_framework&#38;#39;));
}else{
     the_excerpt();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Please provide an illustration, pointing to what you are referring to.&#60;br /&#62;
3) Have you clicked the ''Insert into Post'  after selecting and uploading the image?&#60;br /&#62;
4 &#38;amp; 5) You need to first correctly add the image in step 3 . Please look at this image, and notice the Insert into Post button, that is the button you need to click when adding a blog image.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96314</link>
			<pubDate>Tue, 12 Feb 2013 08:40:54 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">96314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;I've taken the Code for line 15 out so that it doesn't show on the blog page, but I've also noticed that when I try to add pictures normally inside the blog post it's not inserting them.&#60;/p&#62;
&#60;p&#62;It's going through the motions, but not image is showing. Maybe something wrong with the code from Pastebin? &#60;a href=&#34;http://pastebin.com/7tWgQUKb&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/7tWgQUKb&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope you have a fix I can use!&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-96091</link>
			<pubDate>Mon, 11 Feb 2013 02:23:07 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">96091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;Thanks for you help.&#60;/p&#62;
&#60;p&#62;I've followed the steps above and have encountered a few problems...&#60;br /&#62;
1. The blog landing page is still showing full blog posts instead of extracts - &#60;a href=&#34;http://etool.net.au/eblog/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/eblog/&#60;/a&#62;&#60;br /&#62;
2. The meta data is still looking odd, there is a lot of white space between the bits of information and the bottom line of the data is longer than the top line.&#60;br /&#62;
3. Once I added the code, the additional upload field appeared in the post editing section but when I added a picture, the URL didn't show. I tried adding a few different images, in gallery, media library and from my computer but nothing happened.&#60;br /&#62;
4. So the images aren't showing up on the blog landing page or individual page just boxes where it should be.&#60;br /&#62;
5. Code is also showing up next to where the image is supposed to be - would this still be there if an image was attached?&#60;/p&#62;
&#60;p&#62;I think having the large 618x177 image would be fine with the post extract on the blog landing page instead of a small featured image. Just need a bit more help to fix the issues please!&#60;/p&#62;
&#60;p&#62;Do you think it could be a conflict in the CSS or loop-index.PHP? I have followed a number of other support threads and made some changes so that might be the problem...&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-95915</link>
			<pubDate>Sat, 09 Feb 2013 00:00:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To fix the meta data please add this to Quick CSS located in the backend Corona &#38;gt; Theme Options &#38;gt; Styling ... text area at thethe bottom of the page.; or you can also add it to your /css/custom.css file .&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .small_image .blog-meta{float: left;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;----Images&#60;/p&#62;
&#60;p&#62;I think there may be a temporary issue with the blog images. Here is a quick workaround.&#60;/p&#62;
&#60;p&#62;1) Please add the code from this page to the bottom of your functions.php file &#60;a href=&#34;http://pastebin.com/7tWgQUKb&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/7tWgQUKb&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) This will create an additional upload field in your Post page. Add the images through there , making sure they are of the correct size. When you add the image you will be given 2 options to either 'use as featured image', or to insert image into post. You need to select 'Insert into Post'. When you return to the Post page, you should see a url to the image located in the images field just as you see here &#60;a href=&#34;http://www.clipular.com/c?2046620=DlOEEqL22YZHr8Nd45sjs5hvc24&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2046620=DlOEEqL22YZHr8Nd45sjs5hvc24&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;3) Please open /includes/loop-index.php  and find line 15 which is the empty line after line 14 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-entry&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;please add the code below on line 15 which is empty&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$blog_feature_image1 = get_post_meta($post-&#38;gt;ID, &#38;#39;nick_featured-image-blog&#38;#39;, true);
if(isset($blog_feature_image1) &#38;amp;&#38;amp; $blog_feature_image1)
{
    echo &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$blog_feature_image1.&#38;#39;&#38;quot; width=&#38;quot;618&#38;quot; height=&#38;quot;177&#38;quot; &#38;gt;&#38;#39;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Its just a patch for now, and a proper update should be out in not time at all.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "Dynamic Blog Template With Neat Meta Data"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data#post-95797</link>
			<pubDate>Fri, 08 Feb 2013 07:31:40 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">95797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, &#60;/p&#62;
&#60;p&#62;I'm trying to create a blog that has a small featured image and extract on the Blog Homepage/Landing page and then for each individual post it has two columns with two thirds blog post content and a large featured image at the top with meta data under the title and a sidebar on the right.&#60;/p&#62;
&#60;p&#62;There have been lots of other threads relating to editing the blog page with suggestions I have followed without success -&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/where-are-those-blog-templates&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/where-are-those-blog-templates&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently, the featured images aren't showing at all - either on the blog homepage or the post page and the metadata isn't sitting neatly under the title.&#60;br /&#62;
&#60;a href=&#34;http://etool.net.au/eblog/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/eblog/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://etool.net.au/eblog/design/how-to-design-low-carbon-buildings/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/eblog/design/how-to-design-low-carbon-buildings/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The last few posts layout are set to big preview with right sidebar.&#60;/p&#62;
&#60;p&#62;I think I'm almost there, just need a few tweak ideas for the Loop-Index.PHP and the CSS.&#60;/p&#62;
&#60;p&#62;Many thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu link to blog page template"</title>
			<link>http://www.kriesi.at/support/topic/menu-link-to-blog-page-template#post-90752</link>
			<pubDate>Wed, 09 Jan 2013 07:23:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can create a page then apply a template created on the template builder with the &#34;blog&#34; element on it. Now insert a custom menu then get the URL of the newly created page. Save changes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>floodster on "Menu link to blog page template"</title>
			<link>http://www.kriesi.at/support/topic/menu-link-to-blog-page-template#post-90715</link>
			<pubDate>Wed, 09 Jan 2013 00:27:57 +0000</pubDate>
			<dc:creator>floodster</dc:creator>
			<guid isPermaLink="false">90715@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to make a menu link to the blog page that is generated by the template builder. This blog page does not come up as an option, as the other pages I have created with the template builder does. I am specifically speaking about the &#34;blog&#34; page that the theme uses as a default home page. How should I go about linking to it?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;/p&#62;
&#60;p&#62;Ruyan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30526</link>
			<pubDate>Wed, 26 Oct 2011 14:53:35 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Let's not spend any more time or grief on this.  I will use some workarounds.  I will use the oldest post as a template to produce the topmost preview on the mainpage and the leftmost panel in the slider.  That will be OK for my purposes and give me a little bit of needed control.  I will make the rest of the slider panels pages instead of posts, and the layout control over pages is great thanks to the revised code you sent earlier.  Not an ideal situation, but I need to move on to creating content. &#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30520</link>
			<pubDate>Wed, 26 Oct 2011 12:40:11 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I already have them assigned to the slider category called &#34;slide&#34;.  Am using the code you suggested to combine posts and pages in the slider.  If I don't make the posts sticky (right now) only ONE of the THREE slide-category posts appears in the slider.  They all show up if I make them stickies.  Pages appear fine.  &#60;/p&#62;
&#60;p&#62;Any posts that are simultaneously slide and stickies appear in reverse order.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30492</link>
			<pubDate>Wed, 26 Oct 2011 08:05:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd unsticky the posts and create a special slider category. Then assign all posts which should appear in the slider to this category.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30476</link>
			<pubDate>Wed, 26 Oct 2011 02:49:08 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OH WOW.  Deactivated ALL my plugins, and the problem still is there.  It is got to be some code that I have changed somewhere along the way in one of a half dozen or so key files, probably difficult to trace or backtrack.  Will have step back from this a bit and take a deep breath. *depressed look* &#60;/p&#62;
&#60;p&#62;Thank you for your help on this.  Any ideas of where to go from here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30474</link>
			<pubDate>Wed, 26 Oct 2011 02:18:57 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm still thinking this is caused by one of your plugins you've installed, the normal order of the posts is from newest to oldest. Have you really tried disabling all your plugins?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30414</link>
			<pubDate>Tue, 25 Oct 2011 12:42:22 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, I have experimented with adjusting the dates, and that does not solve the problem.  In the Slider and Mainpage, the posts set as stickies display in reverse order,with the lowest number on top of the previews, and at the left of the slider.  I am beginning to think that the stickies arrangement is set by the post number, not the date.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30397</link>
			<pubDate>Tue, 25 Oct 2011 06:52:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you try to adjust the dates of the sticky posts only. Set the publishing date of the first post in the slider to i.e. 25.10.2011 and older dates for he other sticky posts like 24.10.2011, 23.10.2011, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30370</link>
			<pubDate>Mon, 24 Oct 2011 17:44:19 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I downloaded Admin Extender plugin and it works to reorder Posts and Pages in normal formats via drag-and-drop.  Thanks for that suggestion.  &#60;/p&#62;
&#60;p&#62;HOWEVER, what is fouling the order up in the slider and the mainpage is the fact that I have made the posts STICKIES.  Making a post a stickie ignores altered creation dates and the Admin Extender plugin and displays the posts in reverse order.  If I don't make a post a stickie, then it does NOT appear in the slider or mainpage, despite being in the slide category.&#60;/p&#62;
&#60;p&#62;Is there something I can do or add to the code that sets up Stickies to keep the order correct?  I think that is the problem specifically.&#60;/p&#62;
&#60;p&#62;Where and how?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30352</link>
			<pubDate>Mon, 24 Oct 2011 16:07:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's really wired. I can only suggest to add an orderby-parameter like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;paged=$paged&#38;quot;.&#38;quot;&#38;amp;order=ASC&#38;amp;orderby=date&#38;quot;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30303</link>
			<pubDate>Mon, 24 Oct 2011 00:00:51 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That didn't work either.  This is such a weird problem.  But will try the Admin Extender plugin and hope for the best.&#60;br /&#62;
Thank you for this fine template and your continued assistance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30238</link>
			<pubDate>Sun, 23 Oct 2011 02:30:48 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30238@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Newscast should show your posts from newest to oldest, so your latest/newest post is showed on top. I'm uncertain how this would be reversed with your installation.&#60;br /&#62;
Anyway, you can open up your index.php and find&#60;br /&#62;
&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;paged=$paged&#38;quot;);&#60;/code&#62;&#60;br /&#62;
replace it by&#60;br /&#62;
&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;paged=$paged&#38;quot;.&#38;quot;&#38;amp;order=ASC&#38;quot;);&#60;/code&#62;&#60;br /&#62;
if this doesn't work replace the ASC by DESC.&#60;/p&#62;
&#60;p&#62;If this isn't working maybe you're having the exact same problem as the other guy in the topic you've linked. You can also try disabling your plugins.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30160</link>
			<pubDate>Sat, 22 Oct 2011 02:14:41 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Since this is a critical feature I need, I will take your suggestion and try the paid Admin Extender plug-in.  Hope it works, and will report back on the results.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpplugins.com/plugin/817/admin-extender&#34; rel=&#34;nofollow&#34;&#62;http://wpplugins.com/plugin/817/admin-extender&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Reverse the order of the posts?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-the-order-of-the-posts#post-30150</link>
			<pubDate>Fri, 21 Oct 2011 20:44:37 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">30150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/blog-posts-in-reverse-order#post-22689&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/blog-posts-in-reverse-order#post-22689&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the above linked thread, you gave advice for altering the blog template file (in Aviso) so that the order of the posts could be reversed.  I have the same problem in Newscast, for some reason.  Although I would prefer the newest posts appear at the top of the previews, the newest ones are appearing at the bottom.&#60;/p&#62;
&#60;p&#62;Is there a code change I can make that will at least reverse the order?  That would be the simplest solution to an ongoing problem I am having with the site.&#60;/p&#62;
&#60;p&#62;Where and what, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Working with Blog &#38; Archive Template"</title>
			<link>http://www.kriesi.at/support/topic/working-with-blog-archive-template#post-22888</link>
			<pubDate>Sat, 16 Jul 2011 01:48:49 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">22888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;However this did not make the excerpt and readmore link appear after filling out the excerpt on the post. I am still missing something. Sorry.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Working with Blog &#38; Archive Template"</title>
			<link>http://www.kriesi.at/support/topic/working-with-blog-archive-template#post-22886</link>
			<pubDate>Sat, 16 Jul 2011 01:17:22 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">22886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;:-) x1000 Funny. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Working with Blog &#38; Archive Template"</title>
			<link>http://www.kriesi.at/support/topic/working-with-blog-archive-template#post-22829</link>
			<pubDate>Fri, 15 Jul 2011 05:12:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On the right top  of you post editor page you'll see a tab called &#34;Screen Options&#34;. Click on it and check the checkbox next to &#34;excerpt&#34; to display the excerpt option field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Working with Blog &#38; Archive Template"</title>
			<link>http://www.kriesi.at/support/topic/working-with-blog-archive-template#post-22811</link>
			<pubDate>Fri, 15 Jul 2011 01:00:51 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">22811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! Thank you! Another related question :-). I have to be missing something very obvious. I don't seem to have the option to put an excerpt in the posts, only the portfolio posts. The entire content of the post is showing in the feed. I am seeing read more in the demo. What am I missing. Looked in the theme options and the wp settings.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
