<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 03:53:16 +0000</pubDate>

<item>
<title>em hr on "which file is used for the posts in Thematic"</title>
<link>http://themeshaper.com/forums/topic/which-file-is-used-for-the-posts-in-thematic#post-25053</link>
<pubDate>Thu, 26 Jan 2012 17:49:06 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">25053@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi sixfootjames,&#60;/p&#62;
&#60;p&#62;The template-page-blog.php file is being deprecated in Thematic's upcoming 0.9.8 release and will be removed entirely at some point.&#60;/p&#62;
&#60;p&#62;It's recommended that you either configure your wp-admin/settings/reading : &#34;front page&#34;  and &#34;posts page&#34; in which case the index.php will be the template used *or* you could create a home.php template in your child theme.&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "which file is used for the posts in Thematic"</title>
<link>http://themeshaper.com/forums/topic/which-file-is-used-for-the-posts-in-thematic#post-25051</link>
<pubDate>Thu, 26 Jan 2012 15:59:37 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25051@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you don't need to use the blog template to show your latest posts.  in fact, just as a heads up, that template is being deprecated.  if you are on the blog index then thematic generates that from the thematic_index_loop() function in content-extensions.php.  there are other loops like thematic_category_loop(), etc.  you can create your own loop using the override functionality.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;childtheme_override_index_loop(){

  echo &#38;quot;i want bacon in my loop&#38;quot;;

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;usually i copy over the contents of the original function and then hack away in my own functions.php
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "which file is used for the posts in Thematic"</title>
<link>http://themeshaper.com/forums/topic/which-file-is-used-for-the-posts-in-thematic#post-25049</link>
<pubDate>Thu, 26 Jan 2012 07:34:59 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">25049@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Managed to find it....&#60;/p&#62;
&#60;p&#62;template-page-blog.php&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "which file is used for the posts in Thematic"</title>
<link>http://themeshaper.com/forums/topic/which-file-is-used-for-the-posts-in-thematic#post-25048</link>
<pubDate>Thu, 26 Jan 2012 07:20:55 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">25048@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I have switched templates, dumped arb text into files to see if it will show when I hit F5 but still I am not able to find the file responsible to render the posts page.&#60;/p&#62;
&#60;p&#62;I need to reskin this so that I can use it for a News page, could someone please help and let me know what file this might be?&#60;/p&#62;
&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24944</link>
<pubDate>Wed, 18 Jan 2012 00:33:10 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24944@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the first parameter is post ID.  you'll need to find the ID of the parent and use that in get_the_post_thumbnail.  &#60;/p&#62;
&#60;p&#62;maybe something like :&#60;br /&#62;
&#60;a href=&#34;http://www.webcitizenmag.com/2010/05/20/how-to-get-top-parent-page-id-in-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.webcitizenmag.com/2010/05/20/how-to-get-top-parent-page-id-in-wordpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Bennyboy on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24943</link>
<pubDate>Wed, 18 Jan 2012 00:15:26 +0000</pubDate>
<dc:creator>Bennyboy</dc:creator>
<guid isPermaLink="false">24943@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga - that code was exactly what I needed, thanks for posting!&#60;/p&#62;
&#60;p&#62;I have a question related to it - if I wanted child pages of a parent page to display the parent page featured image, what would I use? I assuming it's using 'get_the_post_thumbnail', but I can't get it to pull the parent image.&#60;/p&#62;
&#60;p&#62;Any clues?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24666</link>
<pubDate>Thu, 05 Jan 2012 16:23:39 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24666@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i get what i asked for.  but 'round here we don't advise hacking the thematic core files.  and i don't really even advocate creating a child header.php unless you are doing something really whacky.  &#60;/p&#62;
&#60;p&#62;you can do what you're trying easily from your child's functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_add_thumbnail(){
    if ( ! is_front_page() ) {?&#38;gt;
        &#38;lt;div class=&#38;quot;header-image&#38;quot;&#38;gt;&#38;lt;?php the_post_thumbnail( &#38;#39;full&#38;#39; ); ?&#38;gt;&#38;lt;/div&#38;gt;
    &#38;lt;?php }?&#38;gt;
}
add_action(&#38;#39;thematic_belowheader&#38;#39;,&#38;#39;kia_add_thumbnail&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you will need to add another condition so it only will appear on pages and not on blog posts or archives
&#60;/p&#62;</description>
</item>
<item>
<title>aaronrelph on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24665</link>
<pubDate>Thu, 05 Jan 2012 15:59:37 +0000</pubDate>
<dc:creator>aaronrelph</dc:creator>
<guid isPermaLink="false">24665@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I added this code to header.php just above the &#38;lt;main&#38;gt; element. I used a conditional tag so it doesn't show on the front page. All other pages will have a header image if the featured image is set. &#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( ! is_front_page() ) {?&#38;gt;&#60;br /&#62;
        &#38;lt;div class=&#34;header-image&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php the_post_thumbnail( 'full' ); ?&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php }?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24663</link>
<pubDate>Thu, 05 Jan 2012 14:58:48 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24663@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@aaron, maybe you could share what you did in case someone else is trying to do the same thing.
&#60;/p&#62;</description>
</item>
<item>
<title>aaronrelph on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24652</link>
<pubDate>Thu, 05 Jan 2012 03:52:18 +0000</pubDate>
<dc:creator>aaronrelph</dc:creator>
<guid isPermaLink="false">24652@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@helgatheviking - Thanks so much!!! That's all i need - working perfect now!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24649</link>
<pubDate>Thu, 05 Jan 2012 02:59:02 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24649@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;not doing anything wrong per se, but featured images don't display on pages by default.  you can look at page.php and see that the_post_thumbnail() is nowhere to be found... nor is it hidden in something like thematic_content() b/c page.php just uses wp default the_content(). depending on where you'd like the image to appear you can add it to a hook or filter it into the the_content
&#60;/p&#62;</description>
</item>
<item>
<title>aaronrelph on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24648</link>
<pubDate>Thu, 05 Jan 2012 02:48:27 +0000</pubDate>
<dc:creator>aaronrelph</dc:creator>
<guid isPermaLink="false">24648@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This is the only page I've set a featured image on so far&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.imgonnarelph.com/mha/?page_id=10&#34; rel=&#34;nofollow&#34;&#62;http://www.imgonnarelph.com/mha/?page_id=10&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I looked in the code to see why it's not displaying - not seeing any issues though.
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24644</link>
<pubDate>Wed, 04 Jan 2012 23:43:01 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">24644@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Can you post your website URL in reply if you're not developing locally, that way we can look and try and work out what's causing the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>aaronrelph on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24642</link>
<pubDate>Wed, 04 Jan 2012 22:26:10 +0000</pubDate>
<dc:creator>aaronrelph</dc:creator>
<guid isPermaLink="false">24642@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Anyone out there have an idea what I'm doing wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>aaronrelph on "Featured Image on a page (not a post) not showing up"</title>
<link>http://themeshaper.com/forums/topic/featured-image-on-a-page-not-a-post-not-showing-up#post-24618</link>
<pubDate>Wed, 04 Jan 2012 04:45:23 +0000</pubDate>
<dc:creator>aaronrelph</dc:creator>
<guid isPermaLink="false">24618@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;On each of my pages I have a header image and using the 'featured image' would work perfect but when i set a featured image nothing is showing up on page. Any ideas on what I might be doing wrong?&#60;/p&#62;
&#60;p&#62;Again I am trying to set a full size featured image on a page - not a post.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Custom post type page template not working"</title>
<link>http://themeshaper.com/forums/topic/custom-post-type-page-template-not-working#post-23874</link>
<pubDate>Mon, 21 Nov 2011 01:38:13 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23874@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you are so going about this the wrong way. &#60;/p&#62;
&#60;p&#62;please read the codex on Template Hierarchy... which is geeky wordpress speak for which wordpress template will display what type of content&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Template_Hierarchy#Custom_Post_Types_display&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Hierarchy#Custom_Post_Types_display&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;basically you can copy index.php, rename it archive-wheels.php and it will automagically show all the wheels posts, since it would be following the correct naming structure outlined in the codex&#60;/p&#62;
&#60;p&#62;or if you insist on doing it the 'page-template' way instead of using the built in approach, then you'd do better to copy from the blog template instead of page.php&#60;/p&#62;
&#60;p&#62;template-page-blog.php  &#60;/p&#62;
&#60;p&#62;hope that helps!
&#60;/p&#62;</description>
</item>
<item>
<title>iyamdman on "Custom post type page template not working"</title>
<link>http://themeshaper.com/forums/topic/custom-post-type-page-template-not-working#post-23873</link>
<pubDate>Sun, 20 Nov 2011 18:11:12 +0000</pubDate>
<dc:creator>iyamdman</dc:creator>
<guid isPermaLink="false">23873@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am learning Wordpress and modifying the Themeatic framework, but I am learning as I go.&#60;/p&#62;
&#60;p&#62;I have a custom post type called 'wheels'.&#60;/p&#62;
&#60;p&#62;I took the page.php file, and renamed it wheels_page.php&#60;/p&#62;
&#60;p&#62;I added the page template header.&#60;/p&#62;
&#60;p&#62;Now I only want it to display posts only for the post type &#34;wheels&#34;.&#60;/p&#62;
&#60;p&#62;I added this line to the new page template (I put it just under the &#34;container&#34;):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;container&#38;quot;&#38;gt;

		&#38;lt;?php query_posts(array(&#38;#39;post_type&#38;#39;=&#38;gt;&#38;#39;wheels&#38;#39;)); ?&#38;gt;

			&#38;lt;?php thematic_abovecontent(); ?&#38;gt;

			&#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I then created a page called &#34;Wheels&#34; and used wheels_page as the template.&#60;/p&#62;
&#60;p&#62;The PROBLEM is that when I open the page, it only shows one post, even though there are 6 post in &#34;wheels&#34;.&#60;/p&#62;
&#60;p&#62;Clearly I am not in the loop, but I have no idea where to find it, let alone how to make it a working page template.&#60;/p&#62;
&#60;p&#62;Can someone help me?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "The space between posts"</title>
<link>http://themeshaper.com/forums/topic/the-space-between-posts#post-23847</link>
<pubDate>Thu, 17 Nov 2011 19:22:17 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23847@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sorry about that.  according to the site, Cookie is the dog so i just assumed...which of course is the reason that maxim about assuming exists.  &#60;/p&#62;
&#60;p&#62;don't forget to mark as resolved.
&#60;/p&#62;</description>
</item>
<item>
<title>Cookie on "The space between posts"</title>
<link>http://themeshaper.com/forums/topic/the-space-between-posts#post-23845</link>
<pubDate>Thu, 17 Nov 2011 15:33:34 +0000</pubDate>
<dc:creator>Cookie</dc:creator>
<guid isPermaLink="false">23845@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Found a solution, never mind. And BTW, I am not Kate.
&#60;/p&#62;</description>
</item>
<item>
<title>markvd3 on "display first full post with comments and everything on frontpage?"</title>
<link>http://themeshaper.com/forums/topic/display-first-full-post-with-comments-and-everything-on-frontpage#post-23828</link>
<pubDate>Wed, 16 Nov 2011 17:29:59 +0000</pubDate>
<dc:creator>markvd3</dc:creator>
<guid isPermaLink="false">23828@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi, i would like to display my most recent post on the front page, just as it would look as the single.php with the comments and everything.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "The space between posts"</title>
<link>http://themeshaper.com/forums/topic/the-space-between-posts#post-23814</link>
<pubDate>Tue, 15 Nov 2011 14:30:12 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23814@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;kate, went to your site and can't seem to figure out what you are referring too in your last post.  you DO, however, seem to have a very high bottom  margin on the .entry-utility div
&#60;/p&#62;</description>
</item>
<item>
<title>Cookie on "The space between posts"</title>
<link>http://themeshaper.com/forums/topic/the-space-between-posts#post-23812</link>
<pubDate>Tue, 15 Nov 2011 14:09:30 +0000</pubDate>
<dc:creator>Cookie</dc:creator>
<guid isPermaLink="false">23812@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@ScottNix&#60;br /&#62;
It worked as a charm, thank you - exactly what I was looking for.&#60;/p&#62;
&#60;p&#62;Now, my question is how do I make the same thing with the images? The space between the end of the post (which is a gallery) and where the next post starts or the comment template starts is enormous. I'd like it smaller, if possible.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.diigo.com/item/image/1vrfi/1q0g&#34;&#62;&#60;strong&#62;Check out the image here!&#60;/strong&#62;&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "The space between posts"</title>
<link>http://themeshaper.com/forums/topic/the-space-between-posts#post-23807</link>
<pubDate>Mon, 14 Nov 2011 16:01:43 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">23807@http://themeshaper.com/forums/</guid>
<description>&#60;pre&#62;&#60;code&#62;.blog .entry-utility { margin: 0; }
.blog .hentry { margin: 0; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Both these elements will be adding space between posts on the blog section. The above CSS removes it completely, so you may &#34;want some&#34;, just add it back in or remove the margin on just one.
&#60;/p&#62;</description>
</item>
<item>
<title>Cookie on "The space between posts"</title>
<link>http://themeshaper.com/forums/topic/the-space-between-posts#post-23794</link>
<pubDate>Sun, 13 Nov 2011 22:56:22 +0000</pubDate>
<dc:creator>Cookie</dc:creator>
<guid isPermaLink="false">23794@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#38;lt;h3&#38;gt;Hello!&#38;lt;/h3&#38;gt;&#60;br /&#62;
First of all, I must say that I am absolutely in love with Thematic and I'd love to discover it even more. Currently designing a child-theme for my future blog and until now everything was just perfect.&#60;/p&#62;
&#60;p&#62;Now, I have a little problem, which I'd like to understand: &#60;strong&#62;how to make the space between posts smaller, on the blog page template?&#60;/strong&#62;. I don't like it the default way and I'd like to move it closer.&#60;/p&#62;
&#60;p&#62;If anyone can tell me, I will be very grateful. Thanks in advance, Cookie!
&#60;/p&#62;</description>
</item>
<item>
<title>lukegw on "Custom Front Page - Main Background Hide"</title>
<link>http://themeshaper.com/forums/topic/custom-front-page-main-background-hide#post-22778</link>
<pubDate>Sat, 20 Aug 2011 17:01:00 +0000</pubDate>
<dc:creator>lukegw</dc:creator>
<guid isPermaLink="false">22778@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;LOL after all that... did i or did I not say.. needing to get refreshed... &#60;/p&#62;
&#60;p&#62;the solution was an if function in the header.php of my child theme, or rather edit the one i had done before... but for solutions sake...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if (is_front_page() ) { ?&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;main&#34; style=&#34;border: none; background: none;&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;?php } else { ?&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;main&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;?php } ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lukegw on "Custom Front Page - Main Background Hide"</title>
<link>http://themeshaper.com/forums/topic/custom-front-page-main-background-hide#post-22777</link>
<pubDate>Sat, 20 Aug 2011 16:53:40 +0000</pubDate>
<dc:creator>lukegw</dc:creator>
<guid isPermaLink="false">22777@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've since figured that div#main is inside get_header() as it is clearly in the header.php file (DOH!)&#60;/p&#62;
&#60;p&#62;This is something I've tried but with no success: (probably lack of understanding)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function frontpage_main($no_main_bg) {&#60;br /&#62;
	if (is_front_page() ) {&#60;br /&#62;
        $no_main_bg = '&#38;lt;div id=&#34;main&#34; style=&#34;background: none;&#34;&#38;gt;';&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
add_action('get_header','frontpage_main');&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lukegw on "Custom Front Page - Main Background Hide"</title>
<link>http://themeshaper.com/forums/topic/custom-front-page-main-background-hide#post-22776</link>
<pubDate>Sat, 20 Aug 2011 15:54:15 +0000</pubDate>
<dc:creator>lukegw</dc:creator>
<guid isPermaLink="false">22776@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi guys, this is my first post on TSF, although I have regularly used it to learn development of child themes.&#60;/p&#62;
&#60;p&#62;I have taken a little bit of time out of developing and coming back to it I need to get more refreshed, but with little time.&#60;/p&#62;
&#60;p&#62;My problem is that on my custom front page, I need to insert a &#34;background: none&#34; style to div#main as I am using faux backgrounds throughout the site, although it is just not needed on the custom front page.&#60;/p&#62;
&#60;p&#62;I do not believe this can be done through an IF function on the frontpage.php as i am sure that Main is nested within thematic_abovecontainer... but I don't know how to edit the action in such a way in functions.php to achieve what I want.&#60;/p&#62;
&#60;p&#62;Should be an easy job I reckon... Its just that I need to get refreshed aha&#60;/p&#62;
&#60;p&#62;Thanks for any help guys!
&#60;/p&#62;</description>
</item>
<item>
<title>lachlan39 on "some links put into pages do not work"</title>
<link>http://themeshaper.com/forums/topic/some-links-put-into-pages-do-not-work#post-22608</link>
<pubDate>Thu, 11 Aug 2011 00:14:58 +0000</pubDate>
<dc:creator>lachlan39</dc:creator>
<guid isPermaLink="false">22608@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks again, helgatheviking. I've made the addition you suggested and the links still operate.&#60;/p&#62;
&#60;p&#62;However, I carried out the changes of theme mentioned above before I made your addition, so I'm still at a loss to explain why the theme changes fixed the problem. I understand your point about the &#34;cover up&#34; but both the problem links and some of the others seemed to be opposite the menu.  With the addition you've suggested, I guess the problem won't recur.&#60;/p&#62;
&#60;p&#62;I'm relatively new to WordPress and am not yet really secure with the structures - as you can tell. None of Firebug, WebDeveloper, View Source revealed the problem by the way.&#60;/p&#62;
&#60;p&#62;Many thanks for your timely help.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "some links put into pages do not work"</title>
<link>http://themeshaper.com/forums/topic/some-links-put-into-pages-do-not-work#post-22597</link>
<pubDate>Wed, 10 Aug 2011 14:42:57 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22597@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;if you were hovering over them and the links didn't change it was b/c the menu in the sidebar had a width of 940px and was &#34;covering up&#34; the regular content.  see my above post for the fix.
&#60;/p&#62;</description>
</item>
<item>
<title>lachlan39 on "some links put into pages do not work"</title>
<link>http://themeshaper.com/forums/topic/some-links-put-into-pages-do-not-work#post-22594</link>
<pubDate>Wed, 10 Aug 2011 06:41:25 +0000</pubDate>
<dc:creator>lachlan39</dc:creator>
<guid isPermaLink="false">22594@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Now resolved. But I'd like to know why/how!&#60;/p&#62;
&#60;p&#62;I activated the 2010 theme - all links behaved as expected. This also occurred with the 2011 theme and the basic thematic theme.&#60;/p&#62;
&#60;p&#62;So I activated my custom theme again - and now the links worked properly!&#60;/p&#62;
&#60;p&#62;So now I can go ahead and work on my theme again!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

