<?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: footer text weirdness</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 03:26:15 +0000</pubDate>

<item>
<title>lastraw on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19037</link>
<pubDate>Tue, 08 Feb 2011 19:28:40 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">19037@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks guys,&#60;/p&#62;
&#60;p&#62;I changed it to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Template Name: Top Stories
*/
?&#38;gt;

&#38;lt;?php

    // calling the header.php
    get_header();
?&#38;gt;

	&#38;lt;div id=&#38;quot;container&#38;quot;&#38;gt;
		&#38;lt;div id=&#38;quot;content-single&#38;quot;&#38;gt;

            &#38;lt;?php 

            the_post();

            // action hook creating the single post
            thematic_singlepost();

            // create the navigation below the content
			thematic_navigation_below();

            ?&#38;gt;
&#38;lt;?php
// by category ID
$args = array( &#38;#39;numberposts&#38;#39; =&#38;gt; 1, &#38;#39;category&#38;#39;=&#38;gt; &#38;#39;36&#38;#39; );
$postslist = get_posts( $args );
foreach ($postslist as $post) :  setup_postdata($post); ?&#38;gt;
	&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
		&#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;
		&#38;lt;?php the_content(); ?&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;?php endforeach; ?&#38;gt;
  &#38;lt;/div&#38;gt;
  &#38;lt;!-- #content-single --&#38;gt;
&#38;lt;!-- #container --&#38;gt;
        &#38;lt;/div&#38;gt;

   &#38;lt;?php
    // calling the standard sidebar
    thematic_sidebar();

       // calling footer.php
    get_footer();

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which is an improvement in that the entire text string is gone (better than the partial), but still wonder why the footer text that should be there isn't?
&#60;/p&#62;</description>
</item>
<item>
<title>Jonny Janiero on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19034</link>
<pubDate>Tue, 08 Feb 2011 13:59:58 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">19034@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@helga, it could be. i had a similar problem in the past.&#60;/p&#62;
&#60;p&#62;maybe you should try&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php wp_reset_query(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;after&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php endwhile; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19032</link>
<pubDate>Tue, 08 Feb 2011 07:29:55 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">19032@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;what if you used get_posts instead of query_posts.  it could be that in messing w/ the query, the site doesn't know what page it is on at the moment?  &#60;/p&#62;
&#60;p&#62;it is a very similar foreach loop.  check this for a good example.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/get_posts&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/get_posts&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19031</link>
<pubDate>Tue, 08 Feb 2011 05:05:49 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">19031@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Interesting— I just turned off collapsing categories and it shows what is supposed to be on the homepage only &#60;/p&#62;
&#60;p&#62;©2011 Integral Group &#124;&#124; site by Windesheim Design&#60;/p&#62;
&#60;p&#62;but not what should be on the rest of the pages&#60;/p&#62;
&#60;p&#62;©2011 Integral Group
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19030</link>
<pubDate>Tue, 08 Feb 2011 04:43:59 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">19030@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If that plugin doesn't work for this site I would have to shoot myself now :)
&#60;/p&#62;</description>
</item>
<item>
<title>Jonny Janiero on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19029</link>
<pubDate>Tue, 08 Feb 2011 04:38:11 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">19029@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;this is a weird one.&#60;br /&#62;
i notice the inclusion of collapsing categories on the news page. have you tried disabling the plugin and check if it makes any difference?
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19026</link>
<pubDate>Tue, 08 Feb 2011 03:26:12 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">19026@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for taking a look. Here's the template I used for the &#34;News&#34; pages.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Template Name: Top Stories
*/
?&#38;gt;
&#38;lt;?php
    // calling the header.php
    get_header();
?&#38;gt;
	&#38;lt;div id=&#38;quot;container&#38;quot;&#38;gt;
		&#38;lt;div id=&#38;quot;content-single&#38;quot;&#38;gt;
            &#38;lt;?php the_post();

            // action hook creating the single post
            thematic_singlepost();

            // create the navigation below the content
			thematic_navigation_below();
            ?&#38;gt;
&#38;lt;?php
// enter the IDs of which categories you want to display
$display_categories = array(36);
foreach ($display_categories as $category) { ?&#38;gt;
&#38;lt;?php query_posts(&#38;quot;showposts=1&#38;#38;cat=$category&#38;quot;);
	    $wp_query-&#38;gt;is_category = false;
		$wp_query-&#38;gt;is_archive = false;
		$wp_query-&#38;gt;is_home = true;
		 ?&#38;gt;
&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;
      &#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;&#38;lt;h2&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Permanent Link to &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
 &#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; class=&#38;quot;title&#38;quot;&#38;gt;
      &#38;lt;?php
// this is where title of the article gets printed
	   the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;br /&#38;gt;
       &#38;lt;?php
// this is where the article gets printed
	 the_content();  ?&#38;gt;&#38;lt;br /&#38;gt;&#38;lt;/div&#38;gt;
      &#38;lt;?php endwhile; ?&#38;gt;
    &#38;lt;?php } ?&#38;gt;
  &#38;lt;/div&#38;gt;
  &#38;lt;!-- #content-single --&#38;gt;
&#38;lt;!-- #container --&#38;gt;
        &#38;lt;/div&#38;gt;
   &#38;lt;?php
    // calling the standard sidebar
    thematic_sidebar();
       // calling footer.php
    get_footer();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Jonny Janiero on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19023</link>
<pubDate>Tue, 08 Feb 2011 02:29:25 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">19023@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;oh, i see it now.&#60;br /&#62;
hmmmmm that is strange.&#60;br /&#62;
you checked the template you used for news? did you ever hardcode anything?&#60;br /&#62;
other than that, at a loss i'm afraid.
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-19012</link>
<pubDate>Mon, 07 Feb 2011 20:25:31 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">19012@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Nope, the homepage footer text should be&#60;br /&#62;
©2011 Integral Group &#124;&#124; site by Windesheim Design. &#60;/p&#62;
&#60;p&#62;The other pages should have just&#60;br /&#62;
©2011 Integral Group &#60;/p&#62;
&#60;p&#62;and most of them do, but &#60;a href=&#34;http://www.integralgroup.com/news/&#34; rel=&#34;nofollow&#34;&#62;http://www.integralgroup.com/news/&#60;/a&#62; has&#60;br /&#62;
&#124;&#124; site by Windesheim Design
&#60;/p&#62;</description>
</item>
<item>
<title>Jonny Janiero on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-18983</link>
<pubDate>Sat, 05 Feb 2011 00:48:19 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">18983@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;looks like its working now yeah?
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "footer text weirdness"</title>
<link>http://themeshaper.com/forums/topic/footer-text-weirdness#post-18979</link>
<pubDate>Fri, 04 Feb 2011 22:50:25 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">18979@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To have a link on this homepage only, I put this code in my function file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//WD link on frontpage only
function my_footer($thm_footertext) {
if (is_home() &#124;&#124; is_front_page() )
	$thm_footertext .= &#38;#39; &#124;&#124; site  by &#38;lt;a href=&#38;quot;http://www.windesheimdesign.com&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt; Windesheim Design&#38;lt;/a&#38;gt;. &#38;#39;;
	return $thm_footertext;
}
add_filter(&#38;#39;thematic_footertext&#38;#39;, &#38;#39;my_footer&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Everything works fine, except for the news section:&#60;br /&#62;
&#60;a href=&#34;http://www.integralgroup.com/news/&#34; rel=&#34;nofollow&#34;&#62;http://www.integralgroup.com/news/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;weird huh? I just upgraded this site to the newest version of thematic today.&#60;/p&#62;
&#60;p&#62;I'd appreciate any ideas why this is happening,&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Leslie
&#60;/p&#62;</description>
</item>

</channel>
</rss>
