<?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 - User Favorites: kathystanford</title>
		<link><a href='http://www.kriesi.at/support/profile/kathystanford'>kathystanford</a></link>
		<description>Support Forum - User Favorites: kathystanford</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:06:05 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-71635</link>
			<pubDate>Sat, 18 Aug 2012 06:09:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kathy,&#60;/p&#62;
&#60;p&#62;Just inform us if the problem is resolved. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-71630</link>
			<pubDate>Sat, 18 Aug 2012 06:01:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I hope it worked out? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KSJ on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-71611</link>
			<pubDate>Fri, 17 Aug 2012 21:24:01 +0000</pubDate>
			<dc:creator>KSJ</dc:creator>
			<guid isPermaLink="false">71611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin,&#60;br /&#62;
I will try this.  I was out of town, sorry for the delay.&#60;br /&#62;
Regards, Kathy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-71215</link>
			<pubDate>Wed, 15 Aug 2012 17:21:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi KSJ,&#60;/p&#62;
&#60;p&#62;You'll need to enable the author to be output by the theme in that case. Open up includes&#38;gt;loop-index.php and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll need to remove the comment code to make it show up live. So change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

Now save the file back on your server in the same place.

Regards,

Devin&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>KSJ on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-70835</link>
			<pubDate>Mon, 13 Aug 2012 19:11:54 +0000</pubDate>
			<dc:creator>KSJ</dc:creator>
			<guid isPermaLink="false">70835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you.  However, the Author is not displayed...But the Categories are there.&#60;br /&#62;
Can you help with the author.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-70728</link>
			<pubDate>Mon, 13 Aug 2012 07:42:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can do this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.tweets-count.minor-meta, .text-sep.like-count-sep, .like-count.minor-meta, .text-sep.comment-container-sep {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KSJ on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-70727</link>
			<pubDate>Mon, 13 Aug 2012 06:21:44 +0000</pubDate>
			<dc:creator>KSJ</dc:creator>
			<guid isPermaLink="false">70727@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to to display only the Blog Post Author and Categories.&#60;br /&#62;
Thank you for any help.&#60;/p&#62;
&#60;p&#62;Regards, Kathy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-67787</link>
			<pubDate>Thu, 26 Jul 2012 18:15:22 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ross,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-meta-infos {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RossSadler on "Deleting elements from blog posts"</title>
			<link>http://www.kriesi.at/support/topic/deleting-elements-from-blog-posts#post-67567</link>
			<pubDate>Wed, 25 Jul 2012 12:03:30 +0000</pubDate>
			<dc:creator>RossSadler</dc:creator>
			<guid isPermaLink="false">67567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd like to delete the 'Likes' 'Tweets' &#38;amp; 'categories' from underneath a blog post. &#60;/p&#62;
&#60;p&#62;Any help appreciated thanks!&#60;/p&#62;
&#60;p&#62;Ross
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
