<?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: Move Blog Post Stats to Below Post</title>
		<link>http://www.kriesi.at/support/topic/move-blog-post-stats-to-below-post</link>
		<description>Support Forum - Topic: Move Blog Post Stats to Below Post</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 14:35:45 +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/move-blog-post-stats-to-below-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Move Blog Post Stats to Below Post"</title>
			<link>http://www.kriesi.at/support/topic/move-blog-post-stats-to-below-post#post-44171</link>
			<pubDate>Thu, 01 Mar 2012 07:31:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
yes but it requires a some css tweaking on your end (I can't provide a complete solution) - open up includes/format-standard.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;three units alpha blog-meta meta-color&#38;quot;&#38;gt;

	        	&#38;lt;div class=&#38;#39;post-format primary-background flag&#38;#39;&#38;gt;
	        		&#38;lt;span class=&#38;#39;post-format-icon post-format-icon-&#38;lt;?php echo get_post_format(); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
	        		&#38;lt;span class=&#38;#39;flag-diamond site-background&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
	        	&#38;lt;/div&#38;gt;

	        	&#38;lt;div class=&#38;#39;blog-inner-meta extralight-border&#38;#39;&#38;gt;

					&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php
						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(__(&#38;#39;this entry has&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												__(&#38;#39;this entry has&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												__(&#38;#39;this entry has&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						?&#38;gt;

						&#38;lt;?php
						$cats = get_the_category();

						if(!empty($cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

						if($portfolio_cats &#38;amp;&#38;amp; !is_object($portfolio_cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							echo $portfolio_cats;
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						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;#39;;

						?&#38;gt;

					&#38;lt;/span&#38;gt;	

				&#38;lt;/div&#38;gt;	

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Delete it. Then change &#34;six units entry-content&#34; to &#34;nine units entry-content&#34; and add following code after the_content():&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;blog-inner-meta extralight-border&#38;#39;&#38;gt;

					&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php
						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(__(&#38;#39;this entry has&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												__(&#38;#39;this entry has&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												__(&#38;#39;this entry has&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						?&#38;gt;

						&#38;lt;?php
						$cats = get_the_category();

						if(!empty($cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

						if($portfolio_cats &#38;amp;&#38;amp; !is_object($portfolio_cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							echo $portfolio_cats;
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						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;#39;;

						?&#38;gt;

					&#38;lt;/span&#38;gt;	

				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lmw626 on "Move Blog Post Stats to Below Post"</title>
			<link>http://www.kriesi.at/support/topic/move-blog-post-stats-to-below-post#post-44126</link>
			<pubDate>Thu, 01 Mar 2012 00:51:00 +0000</pubDate>
			<dc:creator>lmw626</dc:creator>
			<guid isPermaLink="false">44126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to move the blog post side area with little banner and stats on comments, post category and author to appear below the post?  I feel like using an entire sidebars worth of the page real estate is a waste of space just for that info and it appears that it's not possible to use that same side below the stats area as the widgets sidebar.   &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thisbluebird.com&#34; rel=&#34;nofollow&#34;&#62;http://www.thisbluebird.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
