<?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: posts</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 12:42:10 +0000</pubDate>

<item>
<title>bobbysoren on "Insert anything between posts in homepage"</title>
<link>http://themeshaper.com/forums/topic/insert-anything-between-posts-in-homepage#post-27114</link>
<pubDate>Thu, 24 May 2012 17:00:14 +0000</pubDate>
<dc:creator>bobbysoren</dc:creator>
<guid isPermaLink="false">27114@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey! Everybody. Thanks for reading me out. This is the problem I've been going through.&#60;/p&#62;
&#60;p&#62;I want to show anything between any specific number of posts on the homepage. &#60;/p&#62;
&#60;p&#62;Example :&#60;br /&#62;
&#60;a href=&#34;http://fashionista.com/&#34; rel=&#34;nofollow&#34;&#62;http://fashionista.com/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Look between the 1st and 2nd post of the main index loop, it has subscription form. So I want to put anything like ads and stuff into that area.&#60;/p&#62;
&#60;p&#62;-Bobby
&#60;/p&#62;</description>
</item>
<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>PaulMurray on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24936</link>
<pubDate>Tue, 17 Jan 2012 17:37:05 +0000</pubDate>
<dc:creator>PaulMurray</dc:creator>
<guid isPermaLink="false">24936@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks again, that post certainly made things much clearer :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24921</link>
<pubDate>Mon, 16 Jan 2012 19:39:58 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24921@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;how to filter anything, anywhere is always the same.  variable in to your function, manipulate, send modified value to filter.&#60;/p&#62;
&#60;p&#62;my tutorial:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/need-help-understanding-actions-vs-filters-and-changing-post-meta-and-utility#post-22638&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/need-help-understanding-actions-vs-filters-and-changing-post-meta-and-utility#post-22638&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i think my explanation is quite good, but i lack the proper perspective too.  so you'll notice on the thread that there is some discussion about what is still unclear from the newbie perspective.  hopefully you can participate.
&#60;/p&#62;</description>
</item>
<item>
<title>PaulMurray on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24912</link>
<pubDate>Mon, 16 Jan 2012 00:24:55 +0000</pubDate>
<dc:creator>PaulMurray</dc:creator>
<guid isPermaLink="false">24912@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ok, I my lack of PHP knowledge is totally letting me down here. I've been reading through every single tutorial I can find on the subject but I'm completely stumped as to where to start with this function.&#60;/p&#62;
&#60;p&#62;I think I found where the thematic_post() function is created within thematic_content() inside content-extensions.php, but I'm now at a loss as to how to filter this function and recreate the posts with the individual elements in the order I want. &#60;/p&#62;
&#60;p&#62;Any chance you can point me in the right direction?
&#60;/p&#62;</description>
</item>
<item>
<title>PaulMurray on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24771</link>
<pubDate>Mon, 09 Jan 2012 21:13:15 +0000</pubDate>
<dc:creator>PaulMurray</dc:creator>
<guid isPermaLink="false">24771@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, Helga, I'll have a play around :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24748</link>
<pubDate>Mon, 09 Jan 2012 01:28:47 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24748@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sounds like you want to filter thematic_post() (a filter that is somewhat confusingly in the thematic_content() function) in the case of excerpts
&#60;/p&#62;</description>
</item>
<item>
<title>PaulMurray on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24742</link>
<pubDate>Sun, 08 Jan 2012 19:58:39 +0000</pubDate>
<dc:creator>PaulMurray</dc:creator>
<guid isPermaLink="false">24742@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the reply, but that simply aligns the image to the left (which I want) but I also want the title and other text aligned to the right inline with the image, like I have in my current theme - &#60;a href=&#34;http://www.paulmurraydesign.com/blog-2&#34; rel=&#34;nofollow&#34;&#62;http://www.paulmurraydesign.com/blog-2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Because the image is placed inside a div I can't really place it where I want it with CSS so I think I'm gonna have to write a function that creates the post with the image before the other content.
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24741</link>
<pubDate>Sun, 08 Jan 2012 19:56:35 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">24741@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Woops! I'll shut up now. I see what you are saying about the container constraint. Maybe a z-index, position absolute thing?
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24740</link>
<pubDate>Sun, 08 Jan 2012 19:51:35 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">24740@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi. I'm new too but this seems to work for me in child css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.entry-content .wp-post-image {&#60;br /&#62;
float: left;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;adjust (negative) margins and padding accordingly...I think
&#60;/p&#62;</description>
</item>
<item>
<title>PaulMurray on "Changing index/archives"</title>
<link>http://themeshaper.com/forums/topic/changing-indexarchives#post-24739</link>
<pubDate>Sun, 08 Jan 2012 19:40:42 +0000</pubDate>
<dc:creator>PaulMurray</dc:creator>
<guid isPermaLink="false">24739@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello, I'm new to Thematic and am having trouble getting my head around something.&#60;/p&#62;
&#60;p&#62;I'm looking to change my index page and archives (both of which display excerpts with thumbnails) so that the post thumbnail is position to the left of the title, meta and excerpt. Basically I want all the text to be to the right of the thumbnail and not have the title and meta before/above the thumbnail as seems to be the default.&#60;/p&#62;
&#60;p&#62;I don't think I can do this through CSS as the thumbnail is placed inside a div with the excerpt by default. I understand that I'll need to write a function that creates the post with the elements in the order I want, but I'm confused as to which filter I need to be looking at.&#60;br /&#62;
Should I be filtering thematic_content() or a different one? Am I even going about this the correct way?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Sabra on "Category archive showing wrong posts"</title>
<link>http://themeshaper.com/forums/topic/category-archive-showing-wrong-posts#post-24302</link>
<pubDate>Wed, 14 Dec 2011 12:47:39 +0000</pubDate>
<dc:creator>Sabra</dc:creator>
<guid isPermaLink="false">24302@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I have a child theme based on Thematic and just noticed that my category archive is showing the wrong posts, not the posts that are in the category. Does anyone know what going on here? I haven't altered or copied the category.php file.&#60;/p&#62;
&#60;p&#62;Take care,&#60;br /&#62;
Sabra
&#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>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>middlesister on "Posts only display as excerpts."</title>
<link>http://themeshaper.com/forums/topic/posts-only-display-as-excerpts#post-22679</link>
<pubDate>Sat, 13 Aug 2011 10:43:58 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">22679@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You need to filter thematic_content to tell it not to use excerpts on the pages you want.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_filter_content($content) {
	if (is_home() &#124;&#124; is_front_page()) {
		$content= &#38;#39;full&#38;#39;;
	}
	return $content;
}
add_action(&#38;#39;thematic_content&#38;#39;,&#38;#39;childtheme_filter_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this to your child theme's functions.php. Change the conditional to match whichever page you are targeting.
&#60;/p&#62;</description>
</item>
<item>
<title>wobbey on "Posts only display as excerpts."</title>
<link>http://themeshaper.com/forums/topic/posts-only-display-as-excerpts#post-22674</link>
<pubDate>Sat, 13 Aug 2011 04:47:39 +0000</pubDate>
<dc:creator>wobbey</dc:creator>
<guid isPermaLink="false">22674@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The site I am working on &#60;a href=&#34;http://huc.photonicsg3.net/&#34; rel=&#34;nofollow&#34;&#62;http://huc.photonicsg3.net/&#60;/a&#62; is having some issues with showing entire posts on specific blogs. It's built in a child theme using the thematic framework.&#60;/p&#62;
&#60;p&#62;The posts on the home page and student blog only show an excerpt and no images. They should look like the posts on the upcoming events page. Each blog needs to show posts from a specific category only.&#60;/p&#62;
&#60;p&#62;Here is the snippet of php for the upcoming events page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$wp_query = new WP_Query();
$wp_query-&#38;gt;query( array( &#38;#39;cat&#38;#39; =&#38;gt; &#38;#39;-246&#38;#39;, &#38;#39;posts_per_page&#38;#39; =&#38;gt; 10, &#38;#39;paged&#38;#39; =&#38;gt; $paged ) );
$more = 0;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is the snippet of php for the student blog page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$wp_query = new WP_Query();
$wp_query-&#38;gt;query( array( &#38;#39;cat&#38;#39; =&#38;gt; &#38;#39;246&#38;#39;, &#38;#39;posts_per_page&#38;#39; =&#38;gt; 10, &#38;#39;paged&#38;#39; =&#38;gt; $paged ) );
$more = 0;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is the snippet of php for the home page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$wp_query = new WP_Query();
$wp_query-&#38;gt;query( array( &#38;#39;posts_per_page&#38;#39; =&#38;gt; 10, &#38;#39;paged&#38;#39; =&#38;gt; $paged ) );
$more = 0;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure if you can solve much with this info but I can supply more if needed. Any help is greatly appreciated!&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>chris_s on "Sidebar issue"</title>
<link>http://themeshaper.com/forums/topic/sidebar-issue#post-22293</link>
<pubDate>Tue, 12 Jul 2011 19:57:07 +0000</pubDate>
<dc:creator>chris_s</dc:creator>
<guid isPermaLink="false">22293@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Did you change the HTML for your front page - or whatever page template you're using - at all? It looks like your first post is within your content div, but your remaining posts are outside, according to Firebug. Usually means you have an extra closing div in there somewhere. Check your code and make sure you're div's match up properly.
&#60;/p&#62;</description>
</item>
<item>
<title>violetabella on "Sidebar issue"</title>
<link>http://themeshaper.com/forums/topic/sidebar-issue#post-22292</link>
<pubDate>Tue, 12 Jul 2011 17:48:47 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">22292@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi everyone- I'm working on a theme, and it was working fine on my test server. When I installed it, the sidebar shifts underneath the posts and the posts even shift to the left. I tried adjusting the widths in the 2-c-l-fixed, but nothing seems to be working. Can someone please take a look?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kristenlovesdesign.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.kristenlovesdesign.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "3 column for pages, 2 column for posts - how?"</title>
<link>http://themeshaper.com/forums/topic/3-column-for-pages-2-column-for-posts-how#post-22249</link>
<pubDate>Fri, 08 Jul 2011 22:33:30 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22249@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Awesome - thanks @helgatheviking - exactly what I was looking for!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "3 column for pages, 2 column for posts - how?"</title>
<link>http://themeshaper.com/forums/topic/3-column-for-pages-2-column-for-posts-how#post-22233</link>
<pubDate>Fri, 08 Jul 2011 14:33:40 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22233@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you'd do this w/ different conditional logic&#60;br /&#62;
&#60;a href=&#34;http://programming.thematic4you.com/2010/01/how-to-use-a-different-layout-for-a-certain-page/&#34; rel=&#34;nofollow&#34;&#62;http://programming.thematic4you.com/2010/01/how-to-use-a-different-layout-for-a-certain-page/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "3 column for pages, 2 column for posts - how?"</title>
<link>http://themeshaper.com/forums/topic/3-column-for-pages-2-column-for-posts-how#post-22220</link>
<pubDate>Fri, 08 Jul 2011 04:46:31 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22220@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi there,&#60;br /&#62;
what is the quickest/cleanest way to do this? or is it patently obvious &#38;#38; I'm just missing something?&#60;br /&#62;
thanks in advance,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Removing specific parts of the post-meta"</title>
<link>http://themeshaper.com/forums/topic/removing-specific-parts-of-the-post-meta#post-21995</link>
<pubDate>Wed, 22 Jun 2011 20:19:13 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21995@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you can read through the extensions folder and see where they exist.  pretty much they'll be wrapped in a function that looks like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (function_exists(&#38;#39;childtheme_override_special_function&#38;#39;))  {
	function thematic_special_function() {
		childtheme_override_special_function();
	}
} else {
	function thematic_special_function() {
               echo &#38;quot;bacon!&#38;quot;;
	}
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>maren.m on "Removing specific parts of the post-meta"</title>
<link>http://themeshaper.com/forums/topic/removing-specific-parts-of-the-post-meta#post-21994</link>
<pubDate>Wed, 22 Jun 2011 19:20:56 +0000</pubDate>
<dc:creator>maren.m</dc:creator>
<guid isPermaLink="false">21994@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks!! Very helpful.&#60;br /&#62;
Where can I learn more about these built-in overrides?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
