drkestrel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change default category in Home PageJust added the following and fixed the problem
<?php if (!in_category('3')) continue; ?>Forum: Plugins
In reply to: Postie and undefined iconvMy ISP, http://www.diyhosts.co.uk has sadly informed me that they are not going to upgrade to PHP5.2.0, as http://bugs.php.net/bug.php?id=32244&edit=1 suggests the latest version will solve the problem
Building on the penultimate post dated 22-Jun-2004 at http://ch2.php.net/manual/en/function.iconv.php, has any one got any idea how I can use pattern matching to convert iso-2022-jp to UTF-8?
Forum: Fixing WordPress
In reply to: Importing Entries FROM Pmachine TO WordPressIt also seems not to work when pMachine source contain text that is in Chinese BIG-5 + ANSI encoding.
And I just tried and confirmed the text under MORE are not imported.
Anyone know what code in pMachine to change to get index.xml will contain text under more.
Forum: Fixing WordPress
In reply to: Importing Entries FROM Pmachine TO WordPressCan you really?
I visually examine the RSS feed generated by pMachine 2.3. It only has a description tag but no more tag?
How would the content under “More” be imported?