<?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>WordPress &#8250; Support Topic: HeadSpace 2 'More Text' Code</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: HeadSpace 2 'More Text' Code</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 14:53:13 +0000</pubDate>

<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1115142</link>
<pubDate>Wed, 24 Jun 2009 18:11:26 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1115142@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A plug-in developer I connected with on Twitter dug in and solved this issue.  There was some specialized code calling posts in the theme I was using.  Switching the code back to the traditional post loop solved it.&#60;/p&#62;
&#60;p&#62;Thank you very to everyone who tried to help.  As usual when butting up against a problem like this, I learned a lot about some other things as well as a side benefit!&#60;/p&#62;
&#60;p&#62;Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114210</link>
<pubDate>Tue, 23 Jun 2009 21:09:33 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1114210@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is the code on the index.php page (or in this theme, the home.php page):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php the_content(&#38;#39;Read the rest of this entry &#38;amp;raquo;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Shouldn't that look different than that when this plug-in is activated?  Shouldn't that 'Read the rest...' text actually be a code calling the customized text for that particular post?&#60;/p&#62;
&#60;p&#62;That seems to make sense to me, but I wouldn't know what code to put there.&#60;/p&#62;
&#60;p&#62;Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114201</link>
<pubDate>Tue, 23 Jun 2009 20:58:29 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1114201@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I see.&#60;/p&#62;
&#60;p&#62;I have set them back to original and turned off the Google Analyticator plug-in, and it's still not working.&#60;/p&#62;
&#60;p&#62;-Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>aburiano on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114194</link>
<pubDate>Tue, 23 Jun 2009 20:51:42 +0000</pubDate>
<dc:creator>aburiano</dc:creator>
<guid isPermaLink="false">1114194@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That is the default for the replace. The one I posted was for the pattern box.&#60;/p&#62;
&#60;p&#62;So just to be sure you have them set back to the original&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Pattern&#60;/strong&#62; should be&#60;br /&#62;
&#60;code&#62;class=&#38;quot;more-link&#38;quot;&#38;gt;(.*?)&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and &#60;strong&#62;Replace&#60;/strong&#62; should be&#60;br /&#62;
&#60;code&#62;class=&#38;quot;more-link&#38;quot;&#38;gt;$1&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114187</link>
<pubDate>Tue, 23 Jun 2009 20:46:55 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1114187@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Actually, I put back the default code which is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;class=&#38;quot;more-link&#38;quot;&#38;gt;$1&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I changed the &#34;more text&#34; on the 'Saving on Summer: Budgeting a Vacation' post to &#34;Read More About This Topic&#34; - I'll do that on the most recent post as well, so it's easier to find.&#60;/p&#62;
&#60;p&#62;-Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>aburiano on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114181</link>
<pubDate>Tue, 23 Jun 2009 20:42:06 +0000</pubDate>
<dc:creator>aburiano</dc:creator>
<guid isPermaLink="false">1114181@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Did you change it back to&#60;br /&#62;
&#60;code&#62;class=&#38;quot;more-link&#38;quot;&#38;gt;(.*?)&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
or to&#60;br /&#62;
&#60;code&#62;class=&#38;quot;more-link&#38;quot;&#38;gt;(.*?)&#60;/code&#62;&#60;br /&#62;
?&#60;/p&#62;
&#60;p&#62;You do not need to change anything in css for the more text link to work. &#60;/p&#62;
&#60;p&#62;Which post did you change the more text on? What did you change it to?
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114158</link>
<pubDate>Tue, 23 Jun 2009 20:29:55 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1114158@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you so much for the help.&#60;/p&#62;
&#60;p&#62;Aburiano: I changed it the way you described, but it still didn't work.  That javascript link-tracker code is coming from the Google Analytics plug-in, so I deactivated the Google plug-in and changed the module back to class=&#34;more-link&#34;&#38;gt;(.*?) and it is still not working.&#60;/p&#62;
&#60;p&#62;kwbridge: Thank you for posting.  But I was wondering if there was something I was supposed to put in there to call the customized read more text.  I guess I guessed wrong on that one.&#60;/p&#62;
&#60;p&#62;Thank you for your continued help!&#60;/p&#62;
&#60;p&#62;Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>davewilkinson on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114134</link>
<pubDate>Tue, 23 Jun 2009 20:11:52 +0000</pubDate>
<dc:creator>davewilkinson</dc:creator>
<guid isPermaLink="false">1114134@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@aburiano well spotted on the Javascript issue.&#60;/p&#62;
&#60;p&#62;Hello Kim!
&#60;/p&#62;</description>
</item>
<item>
<title>kwbridge on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114120</link>
<pubDate>Tue, 23 Jun 2009 20:07:45 +0000</pubDate>
<dc:creator>kwbridge</dc:creator>
<guid isPermaLink="false">1114120@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is the css I use for .more-link&#60;/p&#62;
&#60;p&#62;.more-link {&#60;br /&#62;
	text-align:right;&#60;br /&#62;
	float:right;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	width:72px;&#60;br /&#62;
	height:17px;&#60;br /&#62;
	text-transform:uppercase;&#60;br /&#62;
	padding-right:10px;&#60;br /&#62;
	text-indent:-9009px;&#60;br /&#62;
	margin-bottom:8px;&#60;br /&#62;
	background:url(images/b_more.png) no-repeat right top;&#60;br /&#62;
}&#60;br /&#62;
.more-link a {&#60;br /&#62;
	text-indent:-9009px;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I am using an image for the background, which you might not want. And what it looks like is available on my site site - linked to my name here.
&#60;/p&#62;</description>
</item>
<item>
<title>aburiano on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1114118</link>
<pubDate>Tue, 23 Jun 2009 20:07:17 +0000</pubDate>
<dc:creator>aburiano</dc:creator>
<guid isPermaLink="false">1114118@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I looked at your website and it looks like your links also include a javascript tracking tag after the &#34;more-link&#34; class. &#60;/p&#62;
&#60;p&#62;So to fix it, go to the Headspace2 admin area and click the button to edit the &#34;more text&#34; module. &#60;/p&#62;
&#60;p&#62;Where it has&#60;br /&#62;
&#60;code&#62;class=&#38;quot;more-link&#38;quot;&#38;gt;(.*?)&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change it to&#60;br /&#62;
&#60;code&#62;class=&#38;quot;more-link&#38;quot; onclick=&#38;quot;javascript:pageTracker._trackPageview (&#38;#39;/outbound/www.efinancialblog.com&#38;#39;);&#38;quot;&#38;gt;(.*?)&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1113974</link>
<pubDate>Tue, 23 Jun 2009 18:06:54 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1113974@http://wordpress.org/support/</guid>
<description>&#60;p&#62;bump!
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1112999</link>
<pubDate>Mon, 22 Jun 2009 20:06:35 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1112999@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Am I in the right place for asking this question?  Should I re-post this elsewhere?  I really need some help, please.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1111884</link>
<pubDate>Sun, 21 Jun 2009 17:59:33 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1111884@http://wordpress.org/support/</guid>
<description>&#60;p&#62;bumping again.  Is there anyone who can tell me what I need to do to the above code to make the customizable &#34;more text&#34; feature in the Headspace2 plug-ing actually work?&#60;/p&#62;
&#60;p&#62;Thanks for any help.&#60;/p&#62;
&#60;p&#62;Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1111080</link>
<pubDate>Sat, 20 Jun 2009 18:42:00 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1111080@http://wordpress.org/support/</guid>
<description>&#60;p&#62;bump again, please? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1110220</link>
<pubDate>Fri, 19 Jun 2009 19:07:31 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1110220@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Actually, it should read:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.efinancialblog.com/managing-student-debt-government-program/#more-869&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;Read the rest of this entry &#38;amp;raquo;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I just cut &#38;amp; pasted that today - still not working.&#60;/p&#62;
&#60;p&#62;Thank you for your continued help!&#60;/p&#62;
&#60;p&#62;Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>johnny5 on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1109557</link>
<pubDate>Fri, 19 Jun 2009 07:57:22 +0000</pubDate>
<dc:creator>johnny5</dc:creator>
<guid isPermaLink="false">1109557@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok, I think I see the problem - there is a ); that shouldn't be there (just before the 'Read'). The more text module is looking for the pattern class=&#34;more-link&#34;&#38;gt;, but it's class=&#34;more-link&#34;);&#38;gt;.  This is actually invalid HTML. I'm not sure where it's coming from, but you could try disabling other plugins to see if they're affecting it
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1108933</link>
<pubDate>Thu, 18 Jun 2009 20:32:24 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1108933@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, this is what is renendered:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.efinancialblog.com/managing-student-debt-government-program/#more-869&#38;quot; class=&#38;quot;more-link&#38;quot;);&#38;quot;&#38;gt;Read the rest of this entry &#38;amp;raquo;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is that what you mean?  I have no idea where it is getting that class=&#34;more-link&#34; from.&#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;Sherry&#60;/p&#62;
&#60;p&#62;`
&#60;/p&#62;</description>
</item>
<item>
<title>johnny5 on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1108321</link>
<pubDate>Thu, 18 Jun 2009 11:59:56 +0000</pubDate>
<dc:creator>johnny5</dc:creator>
<guid isPermaLink="false">1108321@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Can you post the HTML that is used to display the more text?
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1107673</link>
<pubDate>Wed, 17 Jun 2009 21:48:08 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1107673@http://wordpress.org/support/</guid>
<description>&#60;p&#62;bump again, please?  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1106043</link>
<pubDate>Tue, 16 Jun 2009 18:08:14 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1106043@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It looks like it is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php the_content(&#38;#39;Read the rest of this entry &#38;amp;raquo;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Can you please tell me what I need to change there to make the Headspace2 &#34;read more&#34; work?&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;/p&#62;
&#60;p&#62;-Sherry
&#60;/p&#62;</description>
</item>
<item>
<title>johnny5 on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1105331</link>
<pubDate>Tue, 16 Jun 2009 07:00:56 +0000</pubDate>
<dc:creator>johnny5</dc:creator>
<guid isPermaLink="false">1105331@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It is possible that more link in your theme is not the same as the one in the default theme. The configuration for the more module allows you to change the pattern that is used to match the more link.  If you have a look at your theme and the module config you may be able to change it, otherwise post them here.
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1105042</link>
<pubDate>Mon, 15 Jun 2009 23:45:44 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1105042@http://wordpress.org/support/</guid>
<description>&#60;p&#62;bump please?
&#60;/p&#62;</description>
</item>
<item>
<title>sherrynes on "HeadSpace 2 'More Text' Code"</title>
<link>http://wordpress.org/support/topic/280444#post-1104834</link>
<pubDate>Mon, 15 Jun 2009 20:53:15 +0000</pubDate>
<dc:creator>sherrynes</dc:creator>
<guid isPermaLink="false">1104834@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm having trouble getting the 'more text' fuction of HeadSpace2 to work.  The field for the customized text is coming up on my &#34;write post&#34; page.  But when I put something in there and publish the post, the more text just has the default &#34;read more&#34; text and not my customized text.&#60;/p&#62;
&#60;p&#62;Was I supposed to make a change to the template/theme in single.php as well?&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help.&#60;/p&#62;
&#60;p&#62;-Sherry
&#60;/p&#62;</description>
</item>

</channel>
</rss>
