<?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: archives on page - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/archives-on-page</link>
		<description>Support Forum - Tag: archives on page - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 22:51:20 +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/archives-on-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80523</link>
			<pubDate>Sun, 21 Oct 2012 00:21:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@saynw Sure, Try it out. Just have a backup handy of the database and theme.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80339</link>
			<pubDate>Fri, 19 Oct 2012 10:32:55 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What you mind, saynw, to give me the code, that you've added exactly in the archive.php? I don't get it to work. You can use &#60;a href=&#34;http://pastie.org/&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/&#60;/a&#62; to add your code. Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80324</link>
			<pubDate>Fri, 19 Oct 2012 07:11:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nicolas,&#60;/p&#62;
&#60;p&#62;Just give it a try. Enable it then give me the link of your pages where you want those images either to hide or show it. Enable it then lets just adjust it via css. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saynw on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80233</link>
			<pubDate>Thu, 18 Oct 2012 12:10:12 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">80233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, thanks for your help mate! You saved my life with the archive.php file! &#60;/p&#62;
&#60;p&#62;I added the plugin code and there is no error breaking the webpage, however the feature image doesn't show up on the archives page. I think the reason is that my theme has disable the option to show any feature image on post/page. Can I enable the featured image, just to be shown on categories archives?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Nicolas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80200</link>
			<pubDate>Thu, 18 Oct 2012 10:04:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nicolas,&#60;/p&#62;
&#60;p&#62;This is the content of archives.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $more, $k_option; 

$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar

get_header(); ?&#38;gt;

	&#38;lt;!-- ###################################################################### --&#38;gt;
	&#38;lt;div id=&#38;quot;main&#38;quot;&#38;gt;
	&#38;lt;!-- ###################################################################### --&#38;gt;

		&#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;
			&#38;lt;h2&#38;gt;&#38;lt;?php /* If this is a category archive */ if (is_category()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php echo single_cat_title(); ?&#38;gt;

 			  	&#38;lt;?php /* If this is a daily archive */ } elseif (is_day()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php the_time(&#38;#39;F jS, Y&#38;#39;); ?&#38;gt;

			 	&#38;lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php the_time(&#38;#39;F, Y&#38;#39;); ?&#38;gt;

				&#38;lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php the_time(&#38;#39;Y&#38;#39;); ?&#38;gt;

			  	&#38;lt;?php /* If this is a search */ } elseif (is_search()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Search Results&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt; 

			  	&#38;lt;?php /* If this is an author archive */ } elseif (is_author()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Author Archive&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt; 

				&#38;lt;?php /* If this is a paged archive */ } elseif (isset($_GET[&#38;#39;paged&#38;#39;]) &#38;amp;&#38;amp; !empty($_GET[&#38;#39;paged&#38;#39;])) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Blog Archives&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;
				&#38;lt;?php } ?&#38;gt;&#38;lt;/h2&#38;gt;

		&#38;lt;?php
		$fullsized = $k_option[&#38;#39;general&#38;#39;][&#38;#39;article_appearance&#38;#39;];
		if($paged &#38;gt;= 2)
		{
			if($k_option[&#38;#39;general&#38;#39;][&#38;#39;article_appearance_sub&#38;#39;] == 1) $fullsized = 0;
			if($k_option[&#38;#39;general&#38;#39;][&#38;#39;article_appearance_sub&#38;#39;] == 2) $fullsized = 10000;
			if($k_option[&#38;#39;general&#38;#39;][&#38;#39;article_appearance_sub&#38;#39;] == 3) $fullsized = $k_option[&#38;#39;general&#38;#39;][&#38;#39;article_appearance&#38;#39;];;
		}

		$smallsized = 1;

		if (have_posts()) :
		while (have_posts()) : the_post();

		// ############################# FULL SIZED POSTS #############################
		if ($fullsized &#38;gt; 0) :

		$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),
													&#38;#39;display_link&#38;#39; =&#38;gt; &#38;#39;_prev_image_link&#38;#39;,
													&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;L&#38;#39;,&#38;#39;_preview_big&#38;#39;),
													&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M&#38;#39;]
													));

		?&#38;gt;
		&#38;lt;div class=&#38;quot;entry &#38;lt;?php if(!$preview_image) echo &#38;#39;entry-no-pic&#38;#39;;?&#38;gt;&#38;quot;&#38;gt;
			&#38;lt;?php
			if($preview_image)
			{
			echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;#39;;
			echo $preview_image;
			echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
			} 

			?&#38;gt;

			&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
				&#38;lt;h1 class=&#38;quot;entry-heading&#38;quot;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;newscast&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;
					&#38;lt;?php the_title(); ?&#38;gt;
					&#38;lt;/a&#38;gt;
				&#38;lt;/h1&#38;gt;

				&#38;lt;div class=&#38;quot;entry-head&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;date ie6fix&#38;quot;&#38;gt;&#38;lt;?php the_time(&#38;#39;M d, Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;quot;comments ie6fix&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;newscast&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;newscast&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;newscast&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;quot;author ie6fix&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;by&#38;#39;,&#38;#39;newscast&#38;#39;);?&#38;gt; &#38;lt;?php the_author_posts_link(); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;entry-text&#38;quot;&#38;gt;
					&#38;lt;?php the_excerpt() ?&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;entry-bottom&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Read more&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!--end entry_content--&#38;gt;
		&#38;lt;/div&#38;gt;&#38;lt;!--end entry --&#38;gt;
		&#38;lt;?php
		$fullsized--;

		else:
		// ############################# SMALL SIZED POSTS #############################
			if($smallsized == 1): echo &#38;#39;&#38;lt;div class=&#38;quot;doubleentry&#38;quot;&#38;gt;&#38;#39;; endif;
			$smallsized ++;

			$small_prev = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;S&#38;#39;),
															&#38;#39;display_link&#38;#39; =&#38;gt; &#38;#39;_prev_image_link&#38;#39;,
															&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;L&#38;#39;,&#38;#39;_preview_big&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;S&#38;#39;],
															&#38;#39;img_attr&#38;#39; =&#38;gt; array(&#38;#39;class&#38;#39;=&#38;gt;&#38;#39;rounded alignleft&#38;#39;),
															&#38;#39;link_attr&#38;#39; =&#38;gt; array(&#38;#39;class&#38;#39;=&#38;gt;&#38;#39;alignleft preloading_background&#38;#39;)
															));

			?&#38;gt;
			&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;
			&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
				&#38;lt;h1 class=&#38;quot;entry-heading&#38;quot;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;newscast&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;
					&#38;lt;?php the_title(); ?&#38;gt;
					&#38;lt;/a&#38;gt;
				&#38;lt;/h1&#38;gt;				&#38;lt;div class=&#38;quot;entry-head&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;date ie6fix&#38;quot;&#38;gt;&#38;lt;?php the_time(&#38;#39;M d, Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;quot;comments ie6fix&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;newscast&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;newscast&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;newscast&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;entry-text&#38;quot;&#38;gt;
					&#38;lt;?php
					if($small_prev) echo $small_prev;
					the_excerpt();
					?&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;entry-bottom&#38;quot;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Read more&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;
		&#38;lt;/div&#38;gt;

		&#38;lt;?php
		if($smallsized &#38;gt; 2): echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;; $smallsized = 1; endif;

		endif; endwhile;
		if($smallsized == 2):echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;; endif;

		kriesi_pagination();

		else: 

			echo&#38;#39;&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;&#38;#39;;
			echo&#38;#39;&#38;lt;h2&#38;gt;&#38;#39;.__(&#38;#39;Nothing Found&#38;#39;,&#38;#39;newscast&#38;#39;).&#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;;
			echo&#38;#39;&#38;lt;p&#38;gt;&#38;#39;.__(&#38;#39;Sorry, no posts matched your criteria&#38;#39;,&#38;#39;newscast&#38;#39;).&#38;#39;&#38;lt;/p&#38;gt;&#38;#39;;
			echo&#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;

 		endif;

 		// end content: ?&#38;gt;&#38;lt;/div&#38;gt; 

		&#38;lt;?php
		get_sidebar();

		get_footer();
		?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try to place the plugin code above this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
		$fullsized = $k_option[&#38;#39;general&#38;#39;][&#38;#39;article_appearance&#38;#39;];
		if($paged &#38;gt;= 2)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saynw on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80113</link>
			<pubDate>Wed, 17 Oct 2012 18:26:39 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">80113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael,&#60;/p&#62;
&#60;p&#62;I'm afraid it din't work. Would you pass me the original archive.php because after I tried to modify it, it stops working.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Nicolas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-80027</link>
			<pubDate>Wed, 17 Oct 2012 08:44:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nicolas,&#60;/p&#62;
&#60;p&#62;Check this link : &#60;a href=&#34;http://wordpress.org/extend/plugins/category-images-ii/other_notes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/category-images-ii/other_notes/&#60;/a&#62;&#60;br /&#62;
They have this code that can be used inside archives, this is the code:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php ciii_category_archive_image(); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
Try to insert that code inside wp-content\themes\newscast\archives.php&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saynw on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-79960</link>
			<pubDate>Tue, 16 Oct 2012 12:41:05 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">79960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, thanks for your answer!&#60;/p&#62;
&#60;p&#62;I installed the 2nd plugin you listed (Taxonomy Images II), however the feature image for the category is not showing in the archives. I reckon the reason is that my theme is set to not display the feature image on the page/post. &#60;/p&#62;
&#60;p&#62;How can I set my theme to display the feature image on this particular category archives? I don't want the feature image to be display in other pages/posts.&#60;/p&#62;
&#60;p&#62;By the way, other thing that would solve my problem, is to set a page, to display a category archives below the content, if you know how to do this, I can avoid the step of displaying a feature image for a category.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Nicolas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-79922</link>
			<pubDate>Tue, 16 Oct 2012 07:36:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nicolas,&#60;/p&#62;
&#60;p&#62;You can try one of these plugins:&#60;br /&#62;
- &#60;a href=&#34;http://wordpress.org/extend/plugins/categories-images/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/categories-images/&#60;/a&#62;&#60;br /&#62;
- &#60;a href=&#34;http://wordpress.org/extend/plugins/category-images-ii/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/category-images-ii/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I haven't used this yet but it might be worth a try. These plugins are not yet tested for compatibility with the theme however, these plugins might help you with what you want to achieve, just check your site after activating the plugin and after you have configured it properly, just to ensure it doesn't conflict with the theme. Just read through the documentation of those plugins and I'm sure you will surely succeed. Hope this is helpful. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-79912</link>
			<pubDate>Tue, 16 Oct 2012 06:33:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Afaik category pages do not support featured images. However maybe plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/dirtysuds-category-thumbnail/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/dirtysuds-category-thumbnail/&#60;/a&#62; will help you. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saynw on "Hot to set featured image for a Category?"</title>
			<link>http://www.kriesi.at/support/topic/hot-to-set-featured-image-for-a-category#post-79796</link>
			<pubDate>Mon, 15 Oct 2012 15:24:03 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">79796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello guys. &#60;/p&#62;
&#60;p&#62;I have a page to display one of my categories archives. I wonder if its possible to set a featured image to this Category?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Nicolas
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
