<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Theme Hybrid Support &#187; Topic: Insert &#34;Edit&#34; Link in Post</title>
		<link>http://themehybrid.com/support/topic/insert-edit-link-in-post</link>
		<description>WordPress theme club support forums</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 13:51:11 +0000</pubDate>
		<generator>bbpress 1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://themehybrid.com/support/search.php</link>
		</textInput>
		<atom:link href="http://themehybrid.com/support/rss/topic/insert-edit-link-in-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Nate Desmond on "Insert &#34;Edit&#34; Link in Post"</title>
			<link>http://themehybrid.com/support/topic/insert-edit-link-in-post#post-35009</link>
			<pubDate>Tue, 09 Feb 2010 16:44:52 +0000</pubDate>
			<dc:creator>Nate Desmond</dc:creator>
			<guid isPermaLink="false">35009@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;That works perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Tadlock on "Insert &#34;Edit&#34; Link in Post"</title>
			<link>http://themehybrid.com/support/topic/insert-edit-link-in-post#post-34926</link>
			<pubDate>Mon, 08 Feb 2010 20:31:19 +0000</pubDate>
			<dc:creator>Justin Tadlock</dc:creator>
			<guid isPermaLink="false">34926@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;You've got two functions trying to do two different things.  You need to get rid of the first one, which is this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;hybrid_singular-post_entry_meta&#38;#39;, &#38;#39;my_singular_post_entry_meta&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_singular_post_entry_meta( $meta ) {
      	return &#38;#39;&#38;lt;p class=&#38;quot;entry-meta&#38;quot;&#38;gt;[entry-terms taxonomy=&#38;quot;post_tag&#38;quot; before=&#38;quot;Tagged &#38;quot;]&#38;lt;/p&#38;gt;&#38;#39;;
      }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nate Desmond on "Insert &#34;Edit&#34; Link in Post"</title>
			<link>http://themehybrid.com/support/topic/insert-edit-link-in-post#post-34911</link>
			<pubDate>Mon, 08 Feb 2010 17:21:52 +0000</pubDate>
			<dc:creator>Nate Desmond</dc:creator>
			<guid isPermaLink="false">34911@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;This seems to be the code dealing with this part of the post page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;hybrid_singular-post_entry_meta&#38;#39;, &#38;#39;my_singular_post_entry_meta&#38;#39; );

 function my_multiple_entry_meta( $meta ) {
      	return &#38;#39;&#38;lt;p class=&#38;quot;entry-meta&#38;quot;&#38;gt;[entry-terms taxonomy=&#38;quot;post_tag&#38;quot; before=&#38;quot;Tagged &#38;quot;] [entry-comments-link before=&#38;quot; &#124; &#38;quot;]&#38;lt;/p&#38;gt;&#38;#39;;
      }

      function my_singular_post_entry_meta( $meta ) {
      	return &#38;#39;&#38;lt;p class=&#38;quot;entry-meta&#38;quot;&#38;gt;[entry-terms taxonomy=&#38;quot;post_tag&#38;quot; before=&#38;quot;Tagged &#38;quot;]&#38;lt;/p&#38;gt;&#38;#39;;
      }

add_filter( &#38;#39;hybrid_singular-post_entry_meta&#38;#39;, &#38;#39;my_singular_post_meta&#38;#39; );

     function my_singular_post_meta( $meta ) {
	return &#38;#39;&#38;lt;p class=&#38;quot;entry-meta&#38;quot;&#38;gt;[entry-terms taxonomy=&#38;quot;post_tag&#38;quot; before=&#38;quot;Tagged &#38;quot;] [entry-edit-link before=&#38;quot; &#124; &#38;quot;]&#38;lt;/p&#38;gt;&#38;#39;;
     }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nate Desmond on "Insert &#34;Edit&#34; Link in Post"</title>
			<link>http://themehybrid.com/support/topic/insert-edit-link-in-post#post-34910</link>
			<pubDate>Mon, 08 Feb 2010 17:18:39 +0000</pubDate>
			<dc:creator>Nate Desmond</dc:creator>
			<guid isPermaLink="false">34910@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I inserted the code, but it still does not work.&#60;/p&#62;
&#60;p&#62;Do you know what could be wrong?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Tadlock on "Insert &#34;Edit&#34; Link in Post"</title>
			<link>http://themehybrid.com/support/topic/insert-edit-link-in-post#post-34813</link>
			<pubDate>Sun, 07 Feb 2010 05:59:08 +0000</pubDate>
			<dc:creator>Justin Tadlock</dc:creator>
			<guid isPermaLink="false">34813@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Add this to your &#60;code&#62;functions.php&#60;/code&#62; file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;hybrid_singular-post_entry_meta&#38;#39;, &#38;#39;my_singular_post_meta&#38;#39; );

function my_singular_post_meta( $meta ) {
	return &#38;#39;&#38;lt;p class=&#38;quot;entry-meta&#38;quot;&#38;gt;[entry-terms taxonomy=&#38;quot;post_tag&#38;quot; before=&#38;quot;Tagged &#38;quot;] [entry-edit-link before=&#38;quot; &#124; &#38;quot;]&#38;lt;/p&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nate Desmond on "Insert &#34;Edit&#34; Link in Post"</title>
			<link>http://themehybrid.com/support/topic/insert-edit-link-in-post#post-34791</link>
			<pubDate>Sun, 07 Feb 2010 00:26:45 +0000</pubDate>
			<dc:creator>Nate Desmond</dc:creator>
			<guid isPermaLink="false">34791@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I would like to insert an &#34;edit&#34; link next to my tag list at the end of each post.&#60;/p&#62;
&#60;p&#62;You can see my current setup here: &#60;a href=&#34;http://quotes.practicalmanliness.com/general-douglas-macarthur/222/&#34; rel=&#34;nofollow&#34;&#62;http://quotes.practicalmanliness.com/general-douglas-macarthur/222/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
