<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Trouble creating blog template page</title>
		<link>http://www.themolitor.com/forums/topic/trouble-creating-blog-template-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Trouble creating blog template page</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 23:31:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/trouble-creating-blog-template-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Trouble creating blog template page"</title>
			<link>http://www.themolitor.com/forums/topic/trouble-creating-blog-template-page#post-18532</link>
			<pubDate>Wed, 13 Feb 2013 13:49:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18532@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, I meant to say "widgets AREN'T supported there by default" (I updated my statement above).</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>tomatofish on "Trouble creating blog template page"</title>
			<link>http://www.themolitor.com/forums/topic/trouble-creating-blog-template-page#post-18522</link>
			<pubDate>Wed, 13 Feb 2013 13:07:43 +0000</pubDate>
			<dc:creator>tomatofish</dc:creator>
			<guid isPermaLink="false">18522@http://www.themolitor.com/forums/</guid>
			<description><p>When i go to your Aid Charity theme there are no default footer widgets that I see. Can you point me in the right direction so that I can use the default footer widgets per your response above versus using my own custom widgets? thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Trouble creating blog template page"</title>
			<link>http://www.themolitor.com/forums/topic/trouble-creating-blog-template-page#post-17522</link>
			<pubDate>Fri, 18 Jan 2013 10:57:33 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17522@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Unfortunately I'm not able to troubleshoot customizations to the theme. I see you made a lot of edits to the footer (widgets aren't supported there by default) and in other places.</p>
<p>Hope you understand I don't have the resources to research problems with code I didn't write. You'll need to retrace your edits to resolve this. If you continue to have issues with a default setup of the theme I'll be more than happy to troubleshoot with you.</p>
<p>Again, I hope you understand my time limitations in this regard.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>tomatofish on "Trouble creating blog template page"</title>
			<link>http://www.themolitor.com/forums/topic/trouble-creating-blog-template-page#post-17502</link>
			<pubDate>Thu, 17 Jan 2013 13:44:28 +0000</pubDate>
			<dc:creator>tomatofish</dc:creator>
			<guid isPermaLink="false">17502@http://www.themolitor.com/forums/</guid>
			<description><p>I created a new page template for the blog so that the excerpts would show automatically for posts in the blog. I used the archive.php page as a template for the new blog page template. Everything looks great in Chrome, Safari, and Firefox, but IE8 and IE9 are dropping the background to the site, the footer is all messed up, and no excerpts or meta date info is showing.</p>
<p>Here is the code to my blog template page and a link to the site, any help is greatly appreciated. thank you!</p>
<p><a href="http://www.staindy.org/blog/" rel="nofollow">http://www.staindy.org/blog/</a></p>
<pre><code>&#60;?php
/*
Template Name: School Blog Template
*/

get_header();
get_sidebar();
?&#62;

&#60;div id=&#34;main&#34;&#62;

	&#60;h2 class=&#34;entrytitle&#34;&#62; &#60;?php single_cat_title(); ?&#62; &#60;/h2&#62;

	&#60;?php
	//OptionTree Stuff
	$crumbs = ot_get_option(&#039;crumbs_on_off&#039;);
	if ($crumbs &#38;&#38; function_exists(&#039;dimox_breadcrumbs&#039;)) dimox_breadcrumbs();
	?&#62;

&#60;div class=&#34;listing&#34;&#62;

	&#60;?php
	$temp = $wp_query;
	$wp_query= null;
	$wp_query = new WP_Query();
	$wp_query-&#62;query(&#039;cat=4,7,14&#039;. $homeCategory .&#039;&#38;showposts=3&#039;. $homeNumber .&#039;&#38;paged=&#039;. $paged .&#039;&#039;);
	while ($wp_query-&#62;have_posts()) : $wp_query-&#62;the_post();
	?&#62;

		&#60;div &#60;?php post_class(); ?&#62;&#62;
		&#60;?php if (has_post_thumbnail()) { ?&#62;
			&#60;a&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;blog&#039;, array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;&#60;/a&#62;
			&#60;div class=&#34;postTitle&#34;&#62;
		&#60;?php } else { ?&#62;
			&#60;div class=&#34;postTitle noImage&#34;&#62;
		&#60;?php } ?&#62;

			&#60;h2&#62;&#60;a&#62;&#34;&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62;

                    &#60;!--content for post is missing here--!&#62;
                    &#60;?php the_excerpt(); ?&#62;   

			&#60;div class=&#34;metaInfo&#34;&#62;&#60;?php the_time(&#039;F j, Y&#039;) ?&#62;  /  &#60;?php comments_popup_link(&#039;No Comments ››&#039;, &#039;1 Comment ››&#039;, &#039;% Comments ››&#039;); ?&#62;&#60;/div&#62;
			&#60;/div&#62;&#60;!--end title--&#62;
		&#60;/div&#62;&#60;!--end post--&#62;

		&#60;?php endwhile; ?&#62;

		&#60;?php get_template_part(&#34;navigation&#34;); ?&#62;

	&#60;?php $wp_query = null; $wp_query = $temp;?&#62;

	&#60;/div&#62;&#60;!--end listing--&#62;

&#60;/div&#62;&#60;!--end main--&#62;

&#60;?php get_footer(); ?&#62;</code></pre></description>
		</item>

	</channel>
</rss>
