Actually Scripty’s code is a hack of the core files not a plugin per se.
Try this true plugin that does the same function without mucking with your WP files.
http://www.chroder.com/archives/2005/05/31/wordpress-collapsible-more-link/
Courtney, it works perfectly on my site
http://abenweek.net
I installed it a month or two ago, no worries. Just download the file as she say, rename it to a .php, upload it to your plugins directory, and activate it.
Voila!
Marc, it looks very much like a plugin to me, being that you download a file, that goes in the plugins directory, and is activated. No hacking necessary.
maybe I’m lost in how you use it…because I’ve put
<!–more–>
before the content that i wanted as readmore..and it doesnt do anything.
what i did was put
<!–more–>
text here
<!–/more–>
and it gives me this when i view the source…
text
<!–/more–>
I’m using it with 1.5.1.3 here.
There’s nothing to this plugin. All it there is to it is
1) upload the plugin into your /plugins directory
2) activate it
3) it replaces all the normal more tag with the javascript more tag.
Is this the site you’re trying to use it on?
http://www.courtneyelizabeth.com/
If it is, her more script probably isn’t working because WP doesn’t display the more link if there is only one post on the page.
OOOOOOOOOOH…didnt know that…..
that’s a good question….
How do we get the more link to show up on SINGLE Entry type Blogs?
Maybe it isn’t working because you’re doing this:
<!–/more–>
no, i was doing it right but i only had 1 post on the page, so it didnt work.
NOW, i’m tryng to figure out if there’s a way around the only using
<!–more–> on more than 1 post views….