I know Jennifer over at ScriptyGoddess has written a plug-in for this, but it doesn't seem to be compatible with WP 1.5 and she has said she isn't going to be able to update her plug-ins for personal reasons.
Are there any other plug-ins out there that can do this or can anyone write one?
Thanks,
Daisyhead
Btw, the plug-in at ScriptyGoddess can be found here.
I use the hide/cut plugin and it works fine with 1.5.
Thanks so much for the link Ceo!
Hmmm. I'm not sure if this is what I need or not. What I'm looking for is a plug-in for my extended entries so that when a reader clicks on the (more) link, the rest of the entry will show on that particular page, instead of taking them to the perma-link page. Can this hide/cut plug-in do this?
-Daisyhead
Version 1.4 of ScriptyGoddess' plugin works on my 1.5 powered site. See
http://the-way-to-the-centre.org.uk/blog/archives/2004/07/ for an example (the bottom post).
It's working here too.
However... the [!--more--] tag is not.
Neither is the coffee2code cut/hide plugin.
showing a single post on my index has finally reaped its comeuppance...
blah
I'll try implementing it again Ian. Great blog btw! :-)
Okay, it doesn't work for me. I get the "read more here" link, but when I click on it, instead of the extended entry just opening up on the index page, you get taken to the perma-link page. =( I have no clue why it doesn't work for me.
I see that Jennifer said you need to include this, <?php wp_head(); ?> in your index page, but when I try to add that, I get errors on my site.
You are putting the <?php wp_head(); ?> in the <head></head> section aren't you? I just checked mine at it is there.
When put that in my <head> section, the plugin works, but I get the following error:
Warning: call_user_func_array(): First argumented is expected to be a valid callback, 'doGeoUrlHeader' was given in /xxx/xxx/xxx/wp-includes/functions.php on line 929
Any idea how to fix this? I wonder how come it works with your WP 1.5 and not mine?
A quick look around:
http://wordpress.org/support/topic.php?id=23831
I didn't think geourl was still in WP?
Yeah, I just found this thread http://wordpress.org/support/topic.php?id=23831
Same one. I had uploaded my old vars.php file instead of my new one. A quick copy of my smilies and it works now. Thanks Ian!