<?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 Topic: Change image size in home page, and number of posts</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 18 Jun 2013 23:44:12 +0000</pubDate>

<item>
<title>turbobutton on "Change image size in home page, and number of posts"</title>
<link>http://themeshaper.com/forums/topic/change-image-size-in-home-page-and-number-of-posts#post-23745</link>
<pubDate>Tue, 08 Nov 2011 21:39:29 +0000</pubDate>
<dc:creator>turbobutton</dc:creator>
<guid isPermaLink="false">23745@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;yes,  it seems a problem. &#60;/p&#62;
&#60;p&#62;perhaps the only clean way of doing it is grepping the contents and replacing the filename. seems horrible.&#60;/p&#62;
&#60;p&#62;can one 'override' a function in the base functions.php file?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Change image size in home page, and number of posts"</title>
<link>http://themeshaper.com/forums/topic/change-image-size-in-home-page-and-number-of-posts#post-23743</link>
<pubDate>Tue, 08 Nov 2011 14:02:05 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23743@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;if you show a post up until the &#38;lt;more&#38;gt; tag, you are showing the content of the full post.  i can't think of any way to show a small version of the photo that is in the full content.... except to insert smaller photos, but then they'll be smaller on the single post too.
&#60;/p&#62;</description>
</item>
<item>
<title>turbobutton on "Change image size in home page, and number of posts"</title>
<link>http://themeshaper.com/forums/topic/change-image-size-in-home-page-and-number-of-posts#post-23741</link>
<pubDate>Tue, 08 Nov 2011 07:00:55 +0000</pubDate>
<dc:creator>turbobutton</dc:creator>
<guid isPermaLink="false">23741@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks for your help.&#60;/p&#62;
&#60;p&#62;i checked out the excerpt idea. im looking to show a post up until the  -- more -- tag. but include a smaller image. they download qucker in the home page.&#60;/p&#62;
&#60;p&#62;yeh. number 2. its obvious now.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Change image size in home page, and number of posts"</title>
<link>http://themeshaper.com/forums/topic/change-image-size-in-home-page-and-number-of-posts#post-23740</link>
<pubDate>Tue, 08 Nov 2011 04:02:42 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23740@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;the thumbnail is not displayed b/c the front page shows full posts versus excerpts.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//show excerpts on home page instead of full posts
function child_content($content){
	if(is_home()){
		$content = &#38;#39;excerpt&#38;#39;;
	}
	return $content;
}

add_filter(&#38;#39;thematic_content&#38;#39;,&#38;#39;child_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;as for 2., i believe you can change the posts per page in the reading settings backend
&#60;/p&#62;</description>
</item>
<item>
<title>turbobutton on "Change image size in home page, and number of posts"</title>
<link>http://themeshaper.com/forums/topic/change-image-size-in-home-page-and-number-of-posts#post-23732</link>
<pubDate>Mon, 07 Nov 2011 10:01:30 +0000</pubDate>
<dc:creator>turbobutton</dc:creator>
<guid isPermaLink="false">23732@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'd like to alter two things on Thematic. But fail to see the solution.&#60;/p&#62;
&#60;p&#62;1. Change image size in the front page only&#60;/p&#62;
&#60;p&#62;I'd like to change the size of the post image displayed in the front page.&#60;br /&#62;
It seems that a thumbnail is not used on the front page, so the the following doesn't work.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function child_post_thumb() {&#60;br /&#62;
    return array(400,200);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_filter('thematic_post_thumb_size','child_post_thumb');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2. Change the number of posts displayed in an array.&#60;/p&#62;
&#60;p&#62;//The Query&#60;br /&#62;
query_posts('posts_per_page=5');&#60;/p&#62;
&#60;p&#62;Probably the latter issue is easier to solve.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
