<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Dynamic Blog Template With Neat Meta Data</title>
		<link>http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data</link>
		<description>Support Forum - Topic: Dynamic Blog Template With Neat Meta Data</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 19:51:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/dynamic-blog-template-with-neat-meta-data" 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>

	</channel>
</rss>
