These are some readers' responses. Read the full article to see what all the fuss is about.
-
Popular
Categories
- .Net & C# (1)
- C++ (5)
- Coding (3)
- Copyright, etc. (3)
- HTML/CSS (2)
- Java (14)
- JavaScript (5)
- JUnit (3)
- Recommendations (9)
- Risks (6)
- Software projects (2)
- SQL (4)
- Testing (6)
- Tools (4)
- Web (4)
- Web publishing (16)
- Windows (1)
- WordPress (27)
310 responses
Other comment pages: « 1 … 3 4 5 6 7 [8] 9 10 11 12 13 … 16 »
Thanks for the plugin. I use it on my site http://pasaporteblog.com/
Y ahora en Castellano, MUCHAS GRACIAS POR ESTE PLUGIN,
Pau desde Valencia, Spain
Can you think of a way to modify this plugin to automatically look for any images that are in the content, then slap in a tag with the thumbnail of the first image found in any story (maybe left aligned around the text)? That would be the most awesome thing ever.
I’d love to be able to replace my current home page with excerpts of my stories, but only if they included a preview image. I started manually creating excerpts with image tags in them, but with almost 1000 posts to deal with, I’d rather find a way to automate this task.
Is it possible to code Evermore so that it doesn’t run for posts in a certain category?
I am using feedwordpress, and have a category called Syndicated Posts, and would like Evermore not to put in MORE tags into the Syndicated Posts.
Thanks…
Thanks for the suggestion. I’ll consider how best to add this functionality and see what I come up with.
Thanks for the plugin. Love it.
I’ve had to add a line though to stop it adding stuff to my static pages. I guess normally the addition wouldn’t matter but sometimes it happens in a place marked as code and then becomes visible.
The extra line is specifically for WP 2.1:
function tguy_em_addmoreall($posts) {
/* Add a "more" link immediately after reading posts from the database.
*/
$count = count($posts);
for ($i = 0; $i post_type === 'post') // ADDED
$posts[$i]->post_content = tguy_em_addmore($posts[$i]->post_content);
}
return $posts;
}
Thanks for that, Rob. It seems that the real problem is that the (more) is being added in the middle of another tag, which shouldn’t normally happen. I will investigate.
In the meantime, you’re right that it shouldn’t add the (more) to pages, since it will never do anything useful. I’ll fix that in the next release.
Bennett,
I love the plug-in - it was exactly what I was looking for. I ran across something that I don’t understand. Evermore worked great for 3 days, and then last night I logged onto the site and the sidebar had slid down to below the page of posts. I de-activated Evermore and the page returned to normal. Have you ever come across this, and what could the problem be? The website is http://www.detectovision.com
Thanks for your help!
Thank you for this Plugin!
You done a really good job!
Other comment pages: « 1 … 3 4 5 6 7 [8] 9 10 11 12 13 … 16 »