Sherry Dedman
Forum Replies Created
-
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeA 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.
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!
Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeThis is the code on the index.php page (or in this theme, the home.php page):
<?php the_content('Read the rest of this entry »'); ?>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?
That seems to make sense to me, but I wouldn’t know what code to put there.
Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeI see.
I have set them back to original and turned off the Google Analyticator plug-in, and it’s still not working.
-Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeActually, I put back the default code which is:
class="more-link">$1</a>I changed the “more text” on the ‘Saving on Summer: Budgeting a Vacation’ post to “Read More About This Topic” – I’ll do that on the most recent post as well, so it’s easier to find.
-Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeThank you so much for the help.
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=”more-link”>(.*?) and it is still not working.
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.
Thank you for your continued help!
Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ Codebump!
Forum: Fixing WordPress
In reply to: Unable to edit themes in WP 2.8Any fix for this? I’m having the same probs. Is 2.8.1 the answer?
Thanks.
-Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeAm I in the right place for asking this question? Should I re-post this elsewhere? I really need some help, please.
Thanks.
Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ Codebumping again. Is there anyone who can tell me what I need to do to the above code to make the customizable “more text” feature in the Headspace2 plug-ing actually work?
Thanks for any help.
Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ Codebump again, please? Thanks.
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeActually, it should read:
<a href="http://www.efinancialblog.com/managing-student-debt-government-program/#more-869" class="more-link">Read the rest of this entry »</a>I just cut & pasted that today – still not working.
Thank you for your continued help!
Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeWell, this is what is renendered:
<a href="http://www.efinancialblog.com/managing-student-debt-government-program/#more-869" class="more-link");">Read the rest of this entry »</a>Is that what you mean? I have no idea where it is getting that class=”more-link” from.
Thank you.
Sherry
`
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ Codebump again, please? Thanks.
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ CodeIt looks like it is:
<?php the_content('Read the rest of this entry »'); ?>Can you please tell me what I need to change there to make the Headspace2 “read more” work?
Thank you very much!
-Sherry
Forum: Plugins
In reply to: HeadSpace 2 ‘More Text’ Codebump please?