owlservice
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: WP Needs Easier Way to Display a Photo in a BlogWhy not use Flickr and this plug-in: http://www.worrad.com/archives/2005/01/08/flickr-gallery-07/
can’t get any easier than this really.
Forum: Fixing WordPress
In reply to: wp_list_authors(); – how do I hide authors yet to contribute?Ah actually I have found out why now. Draft documaents. Can they be hidden from the tag with some syntax?
Thanks
Forum: Fixing WordPress
In reply to: wp_list_authors(); – how do I hide authors yet to contribute?Many thanks for that. I have implemented it but for some reason it shows posts that have been deleted as well on the count. So if a post has been deleted it still shows the author as well.
Any ideas?
Thanks
Forum: Plugins
In reply to: Is there a plugin to ‘read more’?Ha 🙂
Thanks
Forum: Plugins
In reply to: Is there a plugin to ‘read more’?Thanks – didn’t know that 🙂
So how would I apply a class to the tags in the examples?
Forum: Plugins
In reply to: Is there a plugin to ‘read more’?Thanks for that 🙂
I need to modify the funtion as I don’t like the word ‘more’ in brackets but I am having problems appying a style to it though,
‘function the_content($more_link_text = ‘class=\”more\”>Read full entry’, $stripteaser = 0, $more_file = ”) {
$content = get_the_content($more_link_text, $stripteaser, $more_file);
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
echo $content;
}’what am I doing wrong in applying that class?
Many thanks
Forum: Plugins
In reply to: Is there a plugin to ‘read more’?Thanks guys 🙂
As a matter of interest what is the best way to show, say, a paragraph of the post and then a ‘read more’ link to show the whole post.
Any suggestions?
Thanks
Forum: Plugins
In reply to: Is there a plugin to ‘read more’?well yeah it is like that but I thought I saw an extion that automated the task. Maybe I didn’t 🙂