<?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: Remove the Postfooter's permalink</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 05:28:44 +0000</pubDate>

<item>
<title>helgatheviking on "Remove the Postfooter's permalink"</title>
<link>http://themeshaper.com/forums/topic/remove-the-postfooters-permalink#post-27032</link>
<pubDate>Thu, 17 May 2012 14:37:54 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">27032@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;love it when it's easy. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>bogh on "Remove the Postfooter's permalink"</title>
<link>http://themeshaper.com/forums/topic/remove-the-postfooters-permalink#post-27028</link>
<pubDate>Thu, 17 May 2012 14:15:29 +0000</pubDate>
<dc:creator>bogh</dc:creator>
<guid isPermaLink="false">27028@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Case solve then :)&#60;br /&#62;
I just needed to be sure.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Remove the Postfooter's permalink"</title>
<link>http://themeshaper.com/forums/topic/remove-the-postfooters-permalink#post-27024</link>
<pubDate>Thu, 17 May 2012 12:06:39 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">27024@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;nope, that looks like the only way.
&#60;/p&#62;</description>
</item>
<item>
<title>bogh on "Remove the Postfooter's permalink"</title>
<link>http://themeshaper.com/forums/topic/remove-the-postfooters-permalink#post-27019</link>
<pubDate>Thu, 17 May 2012 08:44:37 +0000</pubDate>
<dc:creator>bogh</dc:creator>
<guid isPermaLink="false">27019@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I was wondering if a simplier solution can be found to my problem.&#60;br /&#62;
I need to remove the  &#34;Bookmark the permalink.&#34; from postfooter.&#60;/p&#62;
&#60;p&#62;So, I can remove it from the code below, but seems to be too much code for what I want to do. Is there an easier way to remove that?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_postfooter_postconnect() {

	$postconnect = __(&#38;#39;. Bookmark the &#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39; . apply_filters(&#38;#39;the_permalink&#38;#39;, get_permalink()) . &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;Permalink to &#38;#39;, &#38;#39;thematic&#38;#39;) . the_title_attribute(&#38;#39;echo=0&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39;;
	$postconnect .= __(&#38;#39;permalink&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;

	if ((comments_open()) &#38;#38;&#38;#38; (pings_open())) { /* Comments are open */
		$postconnect .= &#38;#39; &#38;lt;a class=&#38;quot;comment-link&#38;quot; href=&#38;quot;#respond&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
		$postconnect .= __(&#38;#39; or leave a trackback: &#38;#39;, &#38;#39;thematic&#38;#39;);
		$postconnect .= &#38;#39;&#38;lt;a class=&#38;quot;trackback-link&#38;quot; href=&#38;quot;&#38;#39; . get_trackback_url() . &#38;#39;&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Trackback URL for your post&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot; rel=&#38;quot;trackback&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Trackback URL&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
	} elseif (!(comments_open()) &#38;#38;&#38;#38; (pings_open())) { /* Only trackbacks are open */
		$postconnect .= __(&#38;#39; Comments are closed, but you can leave a trackback: &#38;#39;, &#38;#39;thematic&#38;#39;);
		$postconnect .= &#38;#39;&#38;lt;a class=&#38;quot;trackback-link&#38;quot; href=&#38;quot;&#38;#39; . get_trackback_url() . &#38;#39;&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Trackback URL for your post&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot; rel=&#38;quot;trackback&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Trackback URL&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
	} elseif ((comments_open()) &#38;#38;&#38;#38; !(pings_open())) { /* Only comments open */
		$postconnect .= __(&#38;#39; Trackbacks are closed, but you can &#38;#39;, &#38;#39;thematic&#38;#39;);
		$postconnect .= &#38;#39;&#38;lt;a class=&#38;quot;comment-link&#38;quot; href=&#38;quot;#respond&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
	} elseif (!(comments_open()) &#38;#38;&#38;#38; !(pings_open())) { /* Comments and trackbacks closed */
		$postconnect .= __(&#38;#39; Both comments and trackbacks are currently closed.&#38;#39;, &#38;#39;thematic&#38;#39;);
	}
	// Display edit link on single posts
	if (current_user_can(&#38;#39;edit_posts&#38;#39;)) {
		$postconnect .= &#38;#39; &#38;#39; . thematic_postfooter_posteditlink();
	}
	return apply_filters(&#38;#39;thematic_postfooter_postconnect&#38;#39;,$postconnect);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>

</channel>
</rss>
