<?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: meta data - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/meta-data</link>
		<description>Support Forum - Tag: meta data - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 13:01:18 +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/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>
		<item>
			<title>Dude on "Gallery needed"</title>
			<link>http://www.kriesi.at/support/topic/gallery-needed#post-79511</link>
			<pubDate>Fri, 12 Oct 2012 07:11:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I checked the demo here: &#60;a href=&#34;http://www.kriesi.at/themes/choices/template-files/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/template-files/gallery/&#60;/a&#62; and it seems like prettyphoto already displays the title and the alt text of wordpress galleries... &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eaglehood on "Gallery needed"</title>
			<link>http://www.kriesi.at/support/topic/gallery-needed#post-79211</link>
			<pubDate>Wed, 10 Oct 2012 09:22:37 +0000</pubDate>
			<dc:creator>eaglehood</dc:creator>
			<guid isPermaLink="false">79211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i am having the same question. i want to use the original wordpress gallery for images. BUT when the images POP-UP i want to show the title and description below the image. How can i add this functionality?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Gallery needed"</title>
			<link>http://www.kriesi.at/support/topic/gallery-needed#post-78338</link>
			<pubDate>Wed, 03 Oct 2012 07:04:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi marko,&#60;/p&#62;
&#60;p&#62;You might want to check the plugins listed here: &#60;a href=&#34;http://www.kriesi.at/support/topic/useful-plugins&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/useful-plugins&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marko7 on "Gallery needed"</title>
			<link>http://www.kriesi.at/support/topic/gallery-needed#post-78308</link>
			<pubDate>Tue, 02 Oct 2012 23:50:10 +0000</pubDate>
			<dc:creator>marko7</dc:creator>
			<guid isPermaLink="false">78308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. Could someone suggest a plugin gallery that will work responsively with this theme?&#60;br /&#62;
It will need to have an area for title, description and an external link.&#60;br /&#62;
I have tried to use the portfolio for this but it doesn't seem to be able to do this?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Blog Categories Meta-Data"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-meta-data#post-66664</link>
			<pubDate>Fri, 20 Jul 2012 02:57:20 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help! Let us know if you have more questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Blog Categories Meta-Data"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-meta-data#post-66135</link>
			<pubDate>Tue, 17 Jul 2012 16:33:39 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">66135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you. That's worked perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog Categories Meta-Data"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-meta-data#post-65776</link>
			<pubDate>Mon, 16 Jul 2012 01:50:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to includes &#38;gt; loop-index.php then find this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo get_the_date(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Try to add conditionals just like this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if ( in_category( &#38;#39;news&#38;#39; )) { echo get_the_date(); } ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Blog Categories Meta-Data"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-meta-data#post-65542</link>
			<pubDate>Sat, 14 Jul 2012 04:37:33 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">65542@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, and thank you for this fantastic theme.&#60;/p&#62;
&#60;p&#62;The site I'm working on (&#60;a href=&#34;http://www.jobsource.ie&#34; rel=&#34;nofollow&#34;&#62;http://www.jobsource.ie&#60;/a&#62;) lists job vacancies, but I'm trying to set aside a blog category for news items. What I'd like to do is remove the date information from the listings, including on single posts, but keep this information visible for news items. Is there a shorthand way to do this using theme options? Or is there perhaps a CSS/PHP snippet that would do the trick?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-47256</link>
			<pubDate>Tue, 20 Mar 2012 21:27:00 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; thanks for your help kingRobb!&#60;/p&#62;
&#60;p&#62;@Herzfamily: would you mind posting a link to your installation to show what you mean, maybe open a new thread, since this one is getting a little messy :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stickFinger on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-46663</link>
			<pubDate>Sat, 17 Mar 2012 00:46:06 +0000</pubDate>
			<dc:creator>stickFinger</dc:creator>
			<guid isPermaLink="false">46663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@KingRobb&#60;/p&#62;
&#60;p&#62;Thansk fpr sharing this code. Great :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>herzfamily on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-46662</link>
			<pubDate>Sat, 17 Mar 2012 00:27:21 +0000</pubDate>
			<dc:creator>herzfamily</dc:creator>
			<guid isPermaLink="false">46662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Kriesi, &#60;/p&#62;
&#60;p&#62;I have a question (similar to above mgason's question) related to woocommerce Product Pages -  I tried to add some intro content before products and for some reason it's appearing under the title as subtitle. How do I fix that? Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KingRobb on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-43377</link>
			<pubDate>Fri, 24 Feb 2012 17:52:03 +0000</pubDate>
			<dc:creator>KingRobb</dc:creator>
			<guid isPermaLink="false">43377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey - I don't know if anyone will find this usefull or not but I found a way to add tabs beside the Description tab and then populate them with custom fields which I add on the edit product page. The custom field will support shortcodes as well and the tab will not display if it is empty. Anyway, I had tried the info mentioned above but the link no longer works. Here is what I did ....&#60;br /&#62;
(now if only we could get away with adding new tabs and content in the product data box itself instead of using custom fields)&#60;/p&#62;
&#60;p&#62;&#60;u&#62;STEP 1&#60;/u&#62;&#60;br /&#62;
For each new Tab that you want you need to create 2 new pages. (My example below is creating a &#34;Specifications&#34; Tab)&#60;br /&#62;
Create new files here ... /plugins/woocommerce/templates/single-product/tabs/&#60;br /&#62;
One is for the Tab Label the other is for the Tab Content.&#60;/p&#62;
&#60;p&#62;specifications.php &#60;em&#62;&#38;lt;-contains tab contents&#60;/em&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/**
 * Specifications Tab
 */
global $woocommerce, $post;
$meta_content = apply_filters(&#38;#39;the_content&#38;#39;, get_post_meta($post-&#38;gt;ID, &#38;#39;specifications&#38;#39;, true));
?&#38;gt;
&#38;lt;div class=&#38;quot;panel&#38;quot; id=&#38;quot;tab-specifications&#38;quot;&#38;gt;
	&#38;lt;?php $heading = apply_filters(&#38;#39;woocommerce_product_specifications_heading&#38;#39;, __(&#38;#39;Product Specifications&#38;#39;, &#38;#39;woocommerce&#38;#39;)); ?&#38;gt;
	&#38;lt;h2&#38;gt;&#38;lt;?php echo $heading; ?&#38;gt;&#38;lt;/h2&#38;gt;
	&#38;lt;?php echo $meta_content; ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;tab-specifications.php &#60;em&#62;&#38;lt;-contains actual tab label text&#60;/em&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
// Get Custom Field &#38;quot;specifications&#38;quot; meta data and hide tab if empty
global $woocommerce, $post;
$meta_content = apply_filters(&#38;#39;the_content&#38;#39;, get_post_meta($post-&#38;gt;ID, &#38;#39;specifications&#38;#39;, true));
if (!empty($meta_content)) { ?&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#tab-specifications&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Specifications&#38;#39;, &#38;#39;woocommerce&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;u&#62;STEP 2&#60;/u&#62;&#60;br /&#62;
Add your tabs to the woocommerce template here ... /plugins/woocommerce/woocommerce-template.php&#60;br /&#62;
Starting at line 375 you should see function definitions for &#34;Product page tabs&#34; and &#34;Product page tab panels&#34;.&#60;br /&#62;
Add your new tab and panel there ....&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// THIS IS MY NEW SPECIFICATIONS TAB
if (!function_exists(&#38;#39;woocommerce_product_specifications_tab&#38;#39;)) {
	function woocommerce_product_specifications_tab() {
		woocommerce_get_template(&#38;#39;single-product/tabs/tab-specifications.php&#38;#39;);
	}
}
// THIS IS MY NEW SPECIFICATIONS PANEL
if (!function_exists(&#38;#39;woocommerce_product_specifications_panel&#38;#39;)) {
	function woocommerce_product_specifications_panel() {
		woocommerce_get_template(&#38;#39;single-product/tabs/specifications.php&#38;#39;);
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;u&#62;STEP 3&#60;/u&#62;&#60;br /&#62;
Add hooks to your new tabs here ... /plugins/woocommerce/woocommerce-hooks.php&#60;br /&#62;
Starting at line 73, add your backticks in the &#34;Product page tabs&#34; sections&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_product_tabs&#38;#39;, &#38;#39;woocommerce_product_specifications_tab&#38;#39;, 40 );
add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_specifications_panel&#38;#39;, 40 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;u&#62;STEP 4&#60;/u&#62;&#60;br /&#62;
Edit your product and &#34;Add New Custom Field&#34; and its &#34;Value&#34;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;That is it - you should be done!&#60;/em&#62;&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livetooextreme on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-40091</link>
			<pubDate>Sat, 04 Feb 2012 06:38:28 +0000</pubDate>
			<dc:creator>livetooextreme</dc:creator>
			<guid isPermaLink="false">40091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Another way you could add &#34;additional tabs&#34; is by using the tabs shortcode to add tabs inside of the product description area.  It's maybe not as &#34;clean,&#34; but I just tried it and it looks pretty good.  Not ideal, but not bad either.  I think it will work for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-36877</link>
			<pubDate>Sat, 07 Jan 2012 12:58:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-36843</link>
			<pubDate>Sat, 07 Jan 2012 03:50:25 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">36843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, great support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-36063</link>
			<pubDate>Thu, 29 Dec 2011 11:21:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try to replace following line in template-blog.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container_wrap &#38;lt;?php echo $avia_config[&#38;#39;layout&#38;#39;]; ?&#38;gt;&#38;#39; id=&#38;#39;main&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container_wrap sidebar_left single_sidebar&#38;#39; id=&#38;#39;main&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and set the standard layout to &#34;right sidebar&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-35998</link>
			<pubDate>Fri, 23 Dec 2011 21:57:41 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">35998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks great information on the product data, that was exactly what I wanted.&#60;/p&#62;
&#60;p&#62;I still can not get this clear though.&#60;br /&#62;
I want my blog to have left sidebar and my product category pages to have a right sidebar. Can I do this? If so, please give me basic instructions because I am not understanding it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-35391</link>
			<pubDate>Mon, 19 Dec 2011 12:49:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Kriesi modifies the standard template - he adds some div containers around it (i.e. he uses the &#34;woocommerce_before_main_content&#34; and &#34;woocommerce_after_main_content&#34; action in abundance\woocommerce-config\config.php ). This also influences the layout/css styling of course. You can also change the action output in config.php.&#60;/p&#62;
&#60;p&#62;2) I just noticed that you mentioned the &#34;Additional information&#34; - is this the &#34;additional tab&#34; you mean? If yes, you can create it easily create it via admin backend.&#60;br /&#62;
 It will display a table which contains the attributes/values you enter for this product (i.e. like shape, color, size, etc.). Go to the product editor page (edit an existing one or create a new one) and then scroll down to the &#34;Product Data&#34; option field. There you'll find the &#34;Attributes&#34; tab which allows you to add a table with additional data. Howevver this tab doesn't allow you to add any content you like but just adds a table.&#60;/p&#62;
&#60;p&#62;However it's not a fexible tab (you can insert i.e. information without tables or rename it, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "product pages/categories how to set template and product page extra tab?"</title>
			<link>http://www.kriesi.at/support/topic/product-pagescategories-how-to-set-template-and-product-page-extra-tab#post-35357</link>
			<pubDate>Sun, 18 Dec 2011 21:42:04 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">35357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So just to be clear single product page layout changes require PHP template editing, they are not influenced by teh Default page Layout at all.&#60;br /&#62;
The product category pages inherit the blog template&#60;/p&#62;
&#60;p&#62;On the tabs. I can probably code it but Is there a template in the dummy content that has tabs like the demo? They did catch my attention before I bought the theme, I thought it would be standard if it was in the demo.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
