Anne-Lise
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image text ?I think Marekki’s watermark plugin does what you want.
Forum: Fixing WordPress
In reply to: RSS-Entries not working anymorejLanguage is a plugin for multilanguage blogging. I had that same error a few days ago, but then it was a problem with the more-tag. I had stripped ‘Read more’ from index.php of the theme. After I added ‘…’ to that file, the problem was, or better seemed to be solved.
Lines 301-305 of jLanguage.php say:
$position = strpos($text, '<!--more-->'); $noteaser = strpos($text, '<!--noteaser-->'); if (!$multipage && !is_single() && $position) { $tmp = strlen($orginalText) -5; while($orginalText[$tmp]!='<')I don’t know exactly how to read the error logs. When I go to phpMyAdmin, I see that there are quite a few failed and stopped tries to connect to my site. But I don’t know how I have to interpret that.
Forum: Fixing WordPress
In reply to: RSS-Entries not working anymore@handysolo: I’m also trying to read my feed through Google Reader. But the feed that shows up there is an old feed (a few items are deleted or I changed them back to Concept) and the number of comments I have on some posts doesn’t match the actual number of comments.
Normally I use Sage (a Firefox plugin) for reading my feeds. When I try to do that now, I get a message that says that there’s an XML parse error.
If I open the link to my feed (http://www.cellojaren.nl/feed) in my browser, I only get the header. As I said in my first post: even when I disable all my plugins and clear all caches, the error still exists.Forum: Fixing WordPress
In reply to: RSS-Entries not working anymore@adam: Thanks.
@handysolo: I see the RSS-icon in the address bar of my browser as well. But when I add the feed to my feedreader, and try to read my blog through that same feedreader, it says that there is an XML parse error.
Forum: Installing WordPress
In reply to: wp_enqueue_script()I tried uploading the whole WP-installation again and somehow it worked. So the problem is solved.
Forum: Your WordPress
In reply to: Teacher’s first site in wordpress asking for reviewsIt looks interesting. It’s a pity I don’t teach English or French, otherwise I would definitively be interested in participating.
I would like to warn you though about students and passwords. First of all they seem to lose them quite often. And they are also not as careful with passwords as we would like them to be. They easily share them, especially when there’s peer pressure or teasing going on.
Forum: Fixing WordPress
In reply to: Link Manager main page: Can I do this?I really like this plugin, because I have so many links on my site, in several categories. One of them is my blogroll. At the moment the plugin sorts all categories by name. However I want my blogroll to be sorted by updated and the other categories by name. Is it possible that I can add a code to the plugin so it does this?