vishalrao
Forum Replies Created
-
But again, you will have to wait until the user clicks on the confirmation link, before approving the corresponding comment, otherwise you will implicitly be telling StCR to “activate” that subscription because you trust this user.
I don’t think so, because I just approved a comment but the subscription status of the user is still showing “Awaiting Confirmation”.
As a feature suggestion, a digest feature where user can opt to receive a digest version of comments, if there are too many comments being made, would be very desirable.
Thanks for taking time looking into Camu. It’s much appreciated and I would be looking for the next release where this is resolved.
BTW, I have already voted 5 stars for your plugin!
Even I thought so. Hence I used to log out and then confirm. I also tried through 2 browsers simultaneously.
Forum: Plugins
In reply to: External links pluginNo I didn’t add manually. The only plugins I have activated on my blog are: Head META Description, Optimal Title, WordPress Database Backup and now External Links.
When I create a post, it works perfectly. When I edit (no actual editing, just click on the edit link) that post and save it, all my external links have class “external external”. To rectify it, I have to delete classes of all links.
Here’s more… When I again edit the post (without deleting the classes) and save, the “external” class is added thrice (class=”external external external”). Which means, every time I click on edit and save, an extra “external” class is added.
Forum: Plugins
In reply to: External links pluginForum: Requests and Feedback
In reply to: Bug when editing postNo!
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?Hi Californiastatebellcom:
Here’s the code that’ll achieve what you want:
<title><?php wp_title(”); ?><?php if ( is_home() ) bloginfo(‘name’); ?></title>