premasagar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments are in database, but says “No Comments” on most postsTake a look at this forum thread. I had the same problem. Turned out to be an issue with a previous version of the Spam Karma plugin. Once the plugin was upgraded, comments started incrementing properly again.
Thanks for this. I had the same problem. I upgraded to the latest Spam Karma, then had to manually change the database, by finding posts that received comments after the WP upgrade and changing the comment_count field to give the correct amount of comments. Now it is all incrementing properly.
Forum: Fixing WordPress
In reply to: My blog has disappeared(?!)Ah, this was indeed a hosting issue. They experienced some mysterious glitch in their server that evaded detection and are now investigating.
We are now back online.
Thank you for helping me on this one.Prem.
Forum: Fixing WordPress
In reply to: My blog has disappeared(?!)Done. No output from either.
Forum: Fixing WordPress
In reply to: My blog has disappeared(?!)Thanks for the reply. Unfortunately, I do not have access to those files. WP is installed to http://www.dharmasphere.org/blog/ so the standard WP folders and files take that as a prefix. You are right, none of the standard WP files are working. Nothing returned at all.
I wasn’t actually making real changes. But yes… I’ve got the whole thing on my hard drive :o)
Forum: Fixing WordPress
In reply to: User Grouping / Private CatogoriesAny further news on this?
Forum: Fixing WordPress
In reply to: “Read more” link on archive pageAh… indeed.
I discovered that the very same post, which was posted to two different categories, showed the more link in one of the categories, but not in the other. And that is because in the category where the post is displayed in full, i.e. without the more link, it is the only post present in that category. In the other category, where there are a couple of different posts, the more link is shown.
Thank you for taking a look and helping me find this out.
:o) Prem.Forum: Fixing WordPress
In reply to: “Read more” link on archive pageDo you really? I don’t. I only see it on the index page.
For example, the solitary post in the “Linguistics” category should have a <more…> link after two paragraphs..
http://www.dharmasphere.org/category/linguisticsI really appreciate your lightning fast reply BTW…
Forum: Plugins
In reply to: google-hilite bugsahem… *bump*
Forum: Plugins
In reply to: google-hilite bugsHmm, I seem to be having different problems to the ones mentioned.
Firstly, I needed to add:
add_filter('the_excerpt', 'hilite');
to the end of the script, as I did for other plugins, because it was not being activated on the main search page – just when viewing a single post.But the problem I still have is that no search terms are highlighted when I first search for a word. When I repeat the same search, the words are highlighted as expected. Weird!
Using WordPress 1.5
Any ideas?