<?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: Index page layout</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 01:51:00 +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/index-page-layout/#post-19582</guid>
					<title><![CDATA[Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19582</link>
					<pubDate>Tue, 06 May 2014 21:49:03 +0000</pubDate>
					<dc:creator>asharman</dc:creator>

					<description>
						<![CDATA[
						<p>Are you able to offer any help on how i can adjust the index.php, so that the first post can be styled differently?</p>
<p>I&#8217;m not using any galleries so it doesn&#8217;t matter if thats affected.</p>
<p>Also, i received an email saying there is a new update available, are you able to tell me where i look to see what the changes are?</p>
<p>Many thanks</p>
<p>Angus</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19589</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19589</link>
					<pubDate>Wed, 07 May 2014 08:13:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You want to modify the first post in the blog page (post list)?<br />
Updates are now added to the description page (bottom).</p>
<p><a href="http://themeforest.net/item/aqua-responsive-multipurpose-wordpress-template/3649588" rel="nofollow">http://themeforest.net/item/aqua-responsive-multipurpose-wordpress-template/3649588</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19590</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19590</link>
					<pubDate>Wed, 07 May 2014 10:16:48 +0000</pubDate>
					<dc:creator>asharman</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, thanks for getting back to me.</p>
<p>I&#8217;m running the theme on a multisite, with each site having a child theme of the &#8216;Aqua&#8217; theme. I&#8217;ve decided to make one of the sites dedicated to &#8216;industry news&#8217;, so i was hoping to make the post list (index.php) so it&#8217;s styled a bit more like a &#8216;magazine&#8217;.</p>
<p>So I would like to style the first post differently from the others, which i guess would need different classes. This would then give me the flexibility to use the CSS to modify the styling, within my limited scope of ability! I&#8217;ve tried a couple of plugins for modifying layout, but i&#8217;m not too keen on the output, and i&#8217;d like to limit the number of plugins because i&#8217;m already using loads! I did spend some on google, and tried various bits of code before the &#8216;post loop&#8217; started, but as i say, i&#8217;m fairly clueless with coding and i didn&#8217;t get very far!</p>
<p>I appreciate that you probably don&#8217;t provide support for theme modifications, but if you can offer any help it would be very appreciated.</p>
<p>Thanks &amp; regards</p>
<p>Angus</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19592</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19592</link>
					<pubDate>Wed, 07 May 2014 11:05:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Angus,</p>
<p>So assuming you are targeting this page (your blog list):</p>
<p><a href="http://blueowlcreative.com/wp/savia/blog/" rel="nofollow">http://blueowlcreative.com/wp/savia/blog/</a></p>
<p>you can easily get the first post item in the list by this selector (adding a border just to show you how it gets selected):</p>
<pre><code>.post_item:first-child {
border: 1px solid green;
}</code></pre>
<p>You can then further style the child elements like so for example:</p>
<pre><code>.post_item:first-child .pic img {
max-width: 200px;
}</code></pre>
<p>etc.</p>
<p>Don&#8217;t forget to add some differentiation for this specific page, otherwise all pages that use the index.php template will use the same styling. You can do that for example by adding the page ID to some of the top level elements on the page:</p>
<p><code>id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;</code></p>
<p>then targeting only the page with that id:</p>
<pre><code>#PAGE_ID_HERE .post_item:first-child {
border: 1px solid green;
}</code></pre>
<p>Good luck! <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/index-page-layout/#post-19593</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19593</link>
					<pubDate>Wed, 07 May 2014 11:40:45 +0000</pubDate>
					<dc:creator>asharman</dc:creator>

					<description>
						<![CDATA[
						<p>Ah fantastic, that looks much easier than i thought! Hopefully this will allow me to achieve the &#8216;magazine&#8217; look!</p>
<p>I&#8217;ve got a few more questions, but i&#8217;ll see how i get in with this first!</p>
<p>Many thanks for your quick help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19683</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19683</link>
					<pubDate>Wed, 07 May 2014 21:43:34 +0000</pubDate>
					<dc:creator>asharman</dc:creator>

					<description>
						<![CDATA[
						<p>Well, you can see what i&#8217;ve come up with so far at <a href="http://hatcherycentral.com/news/" rel="nofollow">http://hatcherycentral.com/news/</a></p>
<p>I managed quite a few changes, although i didn;t manage with specifying the page. I tried adding id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221; in various places, including directly before the &#8216;classes&#8217;. Any chance you could advise where on index.php i should put it? Also, what is the page id of the post/blog list page, which is the home page? I would also need the pade id of the categories page so i can style that it in the same way.</p>
<p>- on the blog/post list page, is it possible to have an excerpt instead of all the post content? with a longer excerpt for the first post?<br />
- is there a way to limit the number of posts on the home page to 9?</p>
<p>Many thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19692</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19692</link>
					<pubDate>Thu, 08 May 2014 09:16:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Great job, looking so different now!<br />
I would add the Id to this DIV:</p>
<p><code>&lt;div class=&quot;row&quot;&gt;</code> Around line 24 in the original index.php.</p>
<p>You can then see the source code of the page in question and see the ID that gets dynamically added by WP.<br />
Then you can use that as a selector for your elements to target only this specific page.</p>
<p>Sure you can have an excerpt&#8230; In my Demo I am using THE MORE tag though.<br />
You can modify the template anyway you please though.</p>
<p>The number of post items per page is set in your admin: Settings->Reading.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19694</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19694</link>
					<pubDate>Thu, 08 May 2014 21:46:35 +0000</pubDate>
					<dc:creator>asharman</dc:creator>

					<description>
						<![CDATA[
						<p>Many thanks, once again, for the help. I think i&#8217;ve managed to get it styled slightly more like a &#8216;magazine&#8217;!</p>
<p>The problem is that the search results seem be displayed using the same page ID (317), so they are styled the same. Where as i&#8217;d prefer just to leave these listed in the default style. Would it be as simple as copying the contents of index.php and creating search.php? or would it need to registered somewhere?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19695</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19695</link>
					<pubDate>Fri, 09 May 2014 07:53:42 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Exactly right, just create your separate search.php from the default index.php! <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/index-page-layout/#post-19696</guid>
					<title><![CDATA[Reply To: Index page layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/index-page-layout/#post-19696</link>
					<pubDate>Fri, 09 May 2014 11:35:38 +0000</pubDate>
					<dc:creator>asharman</dc:creator>

					<description>
						<![CDATA[
						<p>Excellent, thank you so so much!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

