Knut
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Problem that Google only finds comment feedsI am already using the wonderfull sitemap-plugin, but I didn’t know about the other plugin. I will start using that one. Thanks.
But still, if anybody has any experience with feeds owertaking normal posts, I would be happy to hear.
Forum: Fixing WordPress
In reply to: I want to use plugin outside wordpressBy the way podz. You seem to be knowing something of PHP and HTML. Do you know a HTML-tag I can place around the PHP-tag for getting feeds, so that the links a disabled. Meaning, I would like to show the headlines but without the links. The reason for asking about this is, that I am interested in this for specific feeds, but not all – this is why I don’t want to disable the links in the PHP-coding. The overall reason for alle this, is that danish newspapers don’t alowe deeplinking.
Forum: Fixing WordPress
In reply to: I want to use plugin outside wordpressActually I had the whole blog-machinery in the root, so i just put <?php include (‘wp-blog-header.php’); ?> on top of the page, and it works. Thank you very much for understanding and explaining undertandable, podz. You saved me alot of troubleshooting.
Forum: Plugins
In reply to: Trouble with recent comments pluginThanks again for the response.
By the way, I tried to avoid the date in the plugin for recent posts, because it fills to much in blog. I found the easy solution to put h3 to the size 0 in the css, and it worked excellent. But today I realized that in IE there remains a little line if I do so (I use Firefox myself). Is there any other way of costumizing the date of the post away?
Forum: Plugins
In reply to: Trouble with recent comments pluginMaybe it’s an typo, but the file says 3.3 and not 4.0.
But maybe I don’t really do it as I have to. I still don’t know what to do with the two XSLT-files. I put in all three files in my pluginfolder, and put this:
- <?php the_recent_comments(‘title=Your title’); ?>
in to my sidebar.
Forum: Plugins
In reply to: Trouble with recent comments pluginThanks for the quick response, I will come back later. By the way, thanks for the Recent Post-plugin, wich I just installed and am very happy with.