I have a similar problem, I enter
<pre lang=”PHP”>for ($i=0; $i<count($ad); $i++)
[…]
< /pre >
and WP changes it to
<pre lang=”PHP”>for ($i=0; $i<count($ad);)>
[…]
</count($ad);)>< /pre >
Can I somehow deactivate this feature to still “correct” the code I enter in code view?
I’m not sure what you mean, I change the permalink option and click on “Update Permalink Structure” – anything else I have to do?
Mmh I have a similar problem with the lastest version.
If I change permalink structure from default to date and name based, I get “No posts matched your criteria.” when trying to print a page which is linked http://localhost/wordpress/index.php/pagename/printpage/
then while the default where it works is
http://localhost/wordpress/?page_id=3&print=1