worufu
Forum Replies Created
-
HAHA. Sorry for spamming this forum with my own comments but I am just too stupid.
A long time ago I renamed my “Default” category to “Uncategorized”. In the plugin settings I decided to not include items from “Uncategorized” to the sitemap. One just has to know that all pages are within this category (which has the category ID 1).
Everything working now… except the setlocale bug which I hope to get fixed in a future plugin release.
OK. After some more investigation the INT problem is caused by my de_DE locale (which gets set for LC_ALL by qtranslate plugin). Disabling setlocale for a second allowed me to set the correct values for the priorities.
Sadly the static pages still do not show up. Has anybody the same problem at wordpress 2.7?
Forum: Themes and Templates
In reply to: wp 2.3.1 w3c validation 404 on static pagesOk. After digging deeper into the problem here is another (probably dirty) workaround which at least does not need any wordpress source modifications. Which itself is quite useful as it is much easier updating wordpress now.
I simply send a 200 OK header manually using the wordpress static_header function itself. Have not checked if first 404 and then 200 is sent or 200 only but W3C validation now works flawlessly.
define('WP_USE_THEMES', false); require('../blog/wp-blog-header.php'); status_header(200);Forum: Themes and Templates
In reply to: wp 2.3.1 w3c validation 404 on static pagesHello again…
… sadly no replies yet. In the meantime I am on wordpress release 2.6.5… still the same issue (just if anybody is interested at all).
Greetings,
WolfgangForum: Themes and Templates
In reply to: Page template dropdown not working in firefoxcycling through combo box entries of a selected combo box using arrow keys (up + down) seems to work.
is very limited though as you cannot see the full list but only one item at a time.