Chetan Kunte
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unexpected ABBR tag automatically inserted into links — why now?Sorry, I’ve bumped it up to 1.0.3 as the fix (1.0.2 still had issues that you were facing.)
Bumped to 1.0.3 version towards the fix. (1.0.2 I noticed still had issues for some cases.)
Forum: Fixing WordPress
In reply to: Unexpected ABBR tag automatically inserted into links — why now?@clpowers: Grateful to you for finding this bug in small-caps plugin. Version 1.0.2 (now available) fixes this. Give it a spin, and see if it works for you.
Thanks for identifying this. I’ve pushed a fix in 1.0.2 version.
Forum: Installing WordPress
In reply to: get_year_link appears broken in WordPress 2.8@michaelh: Yes, it’s now working, because I had to change my Permalink structure. WordPress 2.8 forces me *not* to use /archives/%postname% as a permalink structure for the yearly archive to work.
Forum: Installing WordPress
In reply to: get_year_link appears broken in WordPress 2.8@michaelh: Grateful for your help. Plugins are not an issue. I checked all of them turned off. Could the behavior have something to do with this following line I have before the loop in archive.php:
<?php query_posts($query_string.'&posts_per_page=50'); ?>I use the above to override the number of posts displayed in an archive page. (e.g.,: http://ckunte.com/archives/2009/01 ).
Funny thing is, this query_posts call is working just fine for listing monthly archive (example above), and for listing day archive (e.g.,: http://ckunte.com/archives/2009/01/16 ). If the query_string works for the month, and the day, I wonder this url http://ckunte.com/archives/2009 keeps listing only the main archives page http://ckunte.com/archives ?
Any ideas?
Again, as I said earlier, not a single line of code has been changed since 2.7.1 in which it worked flawlessly, and not a single plugin (with the exception of the latest Akismet) has been added or upgraded.
Forum: Fixing WordPress
In reply to: Missing categoriesNever mind, they all mysteriously reappeared when I deactivated all my plugins, re-loaded the page, and reactived them again.
Forum: Fixing WordPress
In reply to: Custom Archive Page with posts in categoriesExtended Live Archive doesn’t work with Opera 🙁
That’s not true! Extended live archive works just fine in Opera. I’m using version 8.5.1 by the way.
Forum: Fixing WordPress
In reply to: Unable to post via w.bloggar 4.0 using WordPress 1.5.1.3macmanx: you’re right. I checked with my hosting company and they told me that they had ‘disabled’ access to xmlrpc following an alert about exploit.
So, if anyone faces a similar problem (of unable to post via xmlrpc), this is one of the leads to look out for.
Forum: Installing WordPress
In reply to: Upgrade problemHere’s a link to customize your header.
Forum: Installing WordPress
In reply to: Upgrade problemYou said you’ve backed-up everything, so you should have all the files. Create a new theme of your taste later when things settle down (don’t modify the default, that way you’ll always have atleast one working theme)
Forum: Installing WordPress
In reply to: Upgrade problemUpload the .htaccess file that you have. See if it works okay. If not, just create a new one (from Permalinks section under options).
Forum: Installing WordPress
In reply to: Upgrade problemHey, it’s working =) Congratulations!
Forum: Installing WordPress
In reply to: Upgrade problemAre you on Windows server?
Forum: Installing WordPress
In reply to: Upgrade problemThis thread might be useful. Do lookup and see how it goes.