Thread Starter
rob1
(@rob1)
OK- hashed out the problem. Simple backslash works fine. However, since I’d already submitted articles for those urls, it threw an error and never created the cat. At least, that’s what it looks like.
In short- nevermind!
I’m having a similar problem- 1.3alpha version. With pagination set (limited to 5), the stock ‘next/prev’ tag produces a link that looks like:
http://media-cow.net/synd/<br%20/><b>Warning</b>:%20%20strstr():%20Empty%20delimiter.%20in%20<b>/home/rob1/public_html/synd/wp-includes/template-functions-links.php</b>%20on%20line%20<b>450</b><br%20/>http://media-cow.net/synd/synd/page/2/
(See it in action: http://media-cow.net/synd/ )
Leads to a 404. Oddly, when on a category page, the link also looks goofy, but does actually take you to the next page. (see it in action: http://media-cow.net/synd/archives/category/journalfen/ )
The tag is stock:
<?php posts_nav_link(‘ â€â€? ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
Any ideas? (I am using htaccess for se friendly links.)