<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Posts template</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/posts-template/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:15:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21485</guid>
					<title><![CDATA[Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21485</link>
					<pubDate>Wed, 26 Nov 2014 14:38:01 +0000</pubDate>
					<dc:creator>KineticPulse</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>I&#8217;m having problems with the archive pages in Savia: See the link here:</p>
<p><a href="http://79.170.40.40/pcam.co.uk/category/blog/" rel="nofollow">http://79.170.40.40/pcam.co.uk/category/blog/</a></p>
<p>This is just a standard list of posts, but the markup seems to be broken as the first post appears correctly (almost) yet the subsequent posts are outside the column div.</p>
<p>Also, I want this to be full width but the single.php template doesn&#8217;t seem to be used for these pages</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21486</guid>
					<title><![CDATA[Reply To: Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21486</link>
					<pubDate>Thu, 27 Nov 2014 10:02:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Have you edited your index.php template? Looks like you are closing a div way too early&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21487</guid>
					<title><![CDATA[Reply To: Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21487</link>
					<pubDate>Thu, 27 Nov 2014 11:41:03 +0000</pubDate>
					<dc:creator>KineticPulse</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s what I thought, but this is the standard Savia index.php, as I haven&#8217;t overridden in the child.<br />
I since created child index.php to debug, but it&#8217;s as if an extra div close is appearing in the loop somehow (possibly in the post content)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21488</guid>
					<title><![CDATA[Reply To: Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21488</link>
					<pubDate>Thu, 27 Nov 2014 11:47:07 +0000</pubDate>
					<dc:creator>KineticPulse</dc:creator>

					<description>
						<![CDATA[
						<p>Here&#8217;s my modified index.php &#8211; I can&#8217;t see anywhere that is closing a div early. The page looks like the div is being closed after one iteration of the loop</p>
<pre><code>&lt;?php 
/**
 * The Default template file.
 * 
 * @package WordPress
 */

get_header(); ?&gt;

&lt;div class=&quot;content_bgr&quot;&gt;

	&lt;?php if(is_archive() || is_search() || is_home()): ?&gt;
		&lt;div class=&quot;full_container_page_title&quot;&gt;	
			&lt;div class=&quot;container startNow animationStart&quot;&gt;		
				&lt;div class=&quot;row no_bm&quot;&gt;
					&lt;div class=&quot;sixteen columns&quot;&gt;
						&lt;?php boc_breadcrumbs(); ?&gt;
						&lt;div class=&quot;page_heading&quot;&gt;&lt;h1&gt;
						&lt;?php 	if ( is_home() &amp;&amp; is_front_page() ) {
								//	bloginfo(&#039;name&#039;);
								}else{
									echo (is_archive() ? single_cat_title() : (is_search() ? _e(&#039;Search results for:&#039;, &#039;Savia&#039;).&#039; &#039;. get_search_query(): (is_home() ? wp_title(&#039;&#039;) :&#039;&#039;) ));
						} ?&gt;
						&lt;/h1&gt;&lt;/div&gt;
					&lt;/div&gt;		
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;?php else: ?&gt;
	&lt;div class=&quot;h10&quot;&gt;&lt;/div&gt;
	&lt;?php endif; ?&gt;

	&lt;div class=&quot;container animationStart startNow&quot;&gt;
		&lt;div class=&quot;row blog_list_page&quot;&gt;

				&lt;div class=&quot;sixteen columns&quot;&gt;
					
			&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
						
						&lt;!-- Post Loop Begin --&gt;
						&lt;div class=&quot;post_item clearfix&quot;&gt;
						
							
			&lt;?php 	// IF Post type is Standard (false) 	
					if(function_exists( &#039;get_post_format&#039; ) &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;gallery&#039; &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;video&#039; &amp;&amp; has_post_thumbnail()) { 
						$thumbbig = wp_get_attachment_image_src( get_post_thumbnail_id($post-&gt;ID), &#039;portfolio-slim&#039; );
						$attachment_image = wp_get_attachment_image_src(get_post_thumbnail_id($post-&gt;ID), &#039;portfolio-slim&#039;);
						
			?&gt;			
						&lt;div class=&quot;pic&quot;&gt;
							&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php echo $post-&gt;post_title; ?&gt;&quot;&gt;
								&lt;img src=&quot;&lt;?php echo $attachment_image[0]; ?&gt;&quot;/&gt;&lt;div class=&quot;img_overlay_zoom&quot;&gt;&lt;span class=&quot;icon_plus&quot;&gt;&lt;/span&gt;&lt;/div&gt;
							&lt;/a&gt;
						&lt;/div&gt;
			&lt;?php 	} // IF Post type is Standard :: END ?&gt;

			
							&lt;div class=&quot;post_list_left&quot;&gt;
								&lt;div class=&quot;day&quot;&gt;&lt;?php echo get_the_date(&#039;j&#039;);?&gt;&lt;/div&gt;
								&lt;div class=&quot;month&quot;&gt;&lt;?php echo get_the_date(&#039;M&#039;);?&gt;&lt;/div&gt;
							&lt;/div&gt;
							
							&lt;div class=&quot;post_list_right&quot;&gt;
								
								&lt;?php if(get_the_title()!=&#039;&#039;){ ?&gt;
								&lt;h3 class=&quot;post_title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf(esc_attr__(&#039;Permalink to %s&#039;, &#039;Savia&#039;), the_title_attribute(&#039;echo=0&#039;)); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
								&lt;?php } ?&gt;
								
								&lt;p class=&quot;post_meta&quot;&gt;
									&lt;span class=&quot;author&quot;&gt;&lt;a href=&quot;&lt;?php echo get_author_posts_url(get_the_author_meta(&#039;ID&#039; )); ?&gt;&quot;&gt;&lt;?php echo __(&#039;By &#039;,&#039;Savia&#039;);?&gt; &lt;?php the_author_meta(&#039;display_name&#039;); ?&gt;&lt;/a&gt;&lt;/span&gt;
								&lt;?php if(get_the_tags()) { ?&gt;	
									&lt;span class=&quot;tags&quot;&gt;&lt;?php the_tags(&#039;&#039;,&#039;, &#039;); ?&gt;&lt;/span&gt; 
								&lt;?php } ?&gt;
								&lt;/p&gt;
								
								&lt;div class=&quot;post_description clearfix&quot;&gt;
								&lt;?php the_content(&#039;Read more&#039;); ?&gt;
								&lt;/div&gt;
																
								&lt;?php if(get_the_title()==&#039;&#039;){ ?&gt;
								&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; class=&#039;more-link&#039;&gt;&lt;?php _e(&#039;Read more&#039;,&#039;Savia&#039;);?&gt;&lt;/a&gt;
								&lt;?php } ?&gt;
							
							&lt;/div&gt;

						&lt;/div&gt;
						&lt;!-- Post Loop End --&gt;				
					&lt;?php endwhile; ?&gt;

					&lt;?php boc_pagination($pages = &#039;&#039;, $range = 2); ?&gt;
					
					&lt;?php else: ?&gt;
					&lt;p&gt;&lt;?php _e(&#039;Sorry, no posts matched your criteria.&#039;,&#039;Savia&#039;); ?&gt;&lt;/p&gt;
					&lt;?php endif; // Loop End  ?&gt;
		
				&lt;/div&gt;
			
		&lt;/div&gt;	
	&lt;/div&gt;
&lt;/div&gt;
&lt;?php get_footer(); ?&gt;	</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21489</guid>
					<title><![CDATA[Reply To: Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21489</link>
					<pubDate>Fri, 28 Nov 2014 11:18:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>HI again,</p>
<p>If that&#8217;s the case maybe you have an extra closing DIV in the content of one of your posts, possibly the one after which everything breaks&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21490</guid>
					<title><![CDATA[Reply To: Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21490</link>
					<pubDate>Fri, 28 Nov 2014 12:58:18 +0000</pubDate>
					<dc:creator>KineticPulse</dc:creator>

					<description>
						<![CDATA[
						<p>I would agree with you, if the content of the posts were not just a string of text!</p>
<p>I don;t think it&#8217;s anything your theme is doing TBH as it looks like The Loop is throwing a fit for some reason</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21500</guid>
					<title><![CDATA[Reply To: Posts template]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/posts-template/#post-21500</link>
					<pubDate>Mon, 01 Dec 2014 09:47:21 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I would experiment by removing chunks of the post that is causing it one by one until I find the troublemaker&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

