<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>WP Marketing &#187; Topic: Code showing up in WP teaser again</title>
		<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again</link>
		<description>Wordpress for Internet and Affiliate Marketing</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 16:17:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wpmarketing.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://wpmarketing.org/forum/rss/topic/code-showing-up-in-wp-teaser-again" rel="self" type="application/rss+xml" />

		<item>
			<title>kim_w on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-42</link>
			<pubDate>Wed, 28 Oct 2009 18:29:09 +0000</pubDate>
			<dc:creator>kim_w</dc:creator>
			<guid isPermaLink="false">42@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;working perfectly now - thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kim_w on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-41</link>
			<pubDate>Wed, 28 Oct 2009 18:22:20 +0000</pubDate>
			<dc:creator>kim_w</dc:creator>
			<guid isPermaLink="false">41@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;ah ha! thank you -- I will go to work on the theme files. I appreciate your feedback....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanadaddy on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-40</link>
			<pubDate>Wed, 28 Oct 2009 18:20:24 +0000</pubDate>
			<dc:creator>hanadaddy</dc:creator>
			<guid isPermaLink="false">40@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;kim_w, I did some research and found the theme files. You know these commercial theme files use non standard ways to implement particular tasks because there are limitation with the provided official APIs.&#60;/p&#62;
&#60;p&#62;I checked and found that your Agent Theme is using &#60;code&#62;the_content_limit&#60;/code&#62; function included in the &#60;code&#62;functions.php&#60;/code&#62;. And calling &#60;code&#62;the_content&#60;/code&#62; instead of &#60;code&#62;the_excerpt&#60;/code&#62; within  the customized function. That caused my Hana Flv Plugin to produce output for the case of content output, not the excerpt output. That's why you got all the scripts . &#60;/p&#62;
&#60;p&#62;Just to make things clear , my plug-in works OK with the themes using standard &#60;code&#62;the_excerpt&#60;/code&#62; function. Yours is having problem since it's not using the standard API.&#60;/p&#62;
&#60;p&#62;Since this is custom modification, I would not update or modify my plug-in but rather you should check your theme file.&#60;/p&#62;
&#60;p&#62;In &#60;code&#62;functions.php&#60;/code&#62;, add below lines after line 310 &#60;/p&#62;
&#60;pre&#62;
	global $wp_current_filter;
	array_push($wp_current_filter,'get_the_excerpt');
&#60;/pre&#62;
&#60;p&#62; &lt;a class=&#039;bb_attachments_link&#039; href=&#039;http://wpmarketing.org/forum/?bb_attachments=40&amp;bbat=6&#039;&gt;&lt;img  src=&#039;http://wpmarketing.org/forum/?bb_attachments=40&amp;bbat=6&amp;inline&#039; /&gt;&lt;/a&gt;&#60;/p&#62;
&#60;p&#62;Also, if that line number does not work, just find the 'the_content_limit' within the functions.php file and add the above lines after that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kim_w on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-39</link>
			<pubDate>Wed, 28 Oct 2009 13:36:22 +0000</pubDate>
			<dc:creator>kim_w</dc:creator>
			<guid isPermaLink="false">39@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;WP 2.8.4 and theme is Agent Theme by StudioPress. I will PM you if you need to see other files, too - thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanadaddy on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-38</link>
			<pubDate>Wed, 28 Oct 2009 12:58:38 +0000</pubDate>
			<dc:creator>hanadaddy</dc:creator>
			<guid isPermaLink="false">38@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;This is to add the image showing the problem.&#60;/p&#62;
&#60;p&#62; &lt;a class=&#039;bb_attachments_link&#039; href=&#039;http://wpmarketing.org/forum/?bb_attachments=38&amp;bbat=5&#039;&gt;&lt;img  src=&#039;http://wpmarketing.org/forum/?bb_attachments=38&amp;bbat=5&amp;inline&#039; /&gt;&lt;/a&gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanadaddy on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-37</link>
			<pubDate>Wed, 28 Oct 2009 12:40:59 +0000</pubDate>
			<dc:creator>hanadaddy</dc:creator>
			<guid isPermaLink="false">37@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;What version of Wordpress are you using? Can I get try your theme file for testing? ( Just for index.php ) If you can, I will PM my email so you can send it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kim_w on "Code showing up in WP teaser again"</title>
			<link>http://wpmarketing.org/forum/topic/code-showing-up-in-wp-teaser-again#post-36</link>
			<pubDate>Wed, 28 Oct 2009 11:59:48 +0000</pubDate>
			<dc:creator>kim_w</dc:creator>
			<guid isPermaLink="false">36@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I am having the same problem that was posted a few weeks ago (&#60;a href=&#34;http://wpmarketing.org/forum/topic/hana-code-shows-up-in-wordpress-teaser&#34; rel=&#34;nofollow&#34;&#62;http://wpmarketing.org/forum/topic/hana-code-shows-up-in-wordpress-teaser&#60;/a&#62;) but I cannot find any resolution that works for me --&#60;/p&#62;
&#60;p&#62;The code for the player is showing up in the teaser for my WP posts. I entered the 'description' as suggested, but it did nothing; I also tried the simple solution of adding more text description to try to &#34;bump&#34; the code off the teaser, but that didn't work either. You can see an example from &#60;a href=&#34;http://www.viewdigs.com&#34; rel=&#34;nofollow&#34;&#62;http://www.viewdigs.com&#60;/a&#62; Can you advise what to do?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
