Nobody
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Help – Chinese wordpressVery likely the theme has done something wrong. The header will be shown when an empty string is localized. It looks like <?php _e(”) ?>
You have to find that string out and remove it, and things should work fine then. If you need more help, you can send email to me.Things like this is normal because wordpress doesn’t want to provide support for theme localization.
Forum: Installing WordPress
In reply to: 1.5 upgrade to 2.1 == reinstall !?Yes, this likely works, but too late for me.
Forum: Plugins
In reply to: Is “Adhesive”dead?This question has already been answered in another thread. I don’t know why the whole redalt site seems to be removing links to all plugins except a few though.
Forum: Fixing WordPress
In reply to: How to change page category?I’ve just cooked it up in several minutes after reading this discussion, available in:
http://me.abelcheung.org/devel/wordpress-page-categories-assignation/However, it doesn’t mean there is any visible change. Just keep blogger categorize their pages more easily, nothing more. To present pages in a categorized way needs more coding. I believe some plugin has already done that.