leemark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All posts/content gone after upgrade…please help…If your posts show up on your site’s homepage, but don’t show up when you click the links to pages or full-length posts (or categories or archives for that matter), then it may be this issue with your permalinks: http://ww.wp.xz.cn/support/topic/189058?replies=1
Forum: Fixing WordPress
In reply to: 2 Email Recipients for comment notification?I’ve been looking for an answer to the same question, and it doesn’t seem like there’s a good way to do it inside of wordpress.
Here’s one way that seems to work, if you have access to your database (although it’s not a proper solution, IMHO):
Using something like phpMyAdmin to access your database, you can go into the “options” table and change the value of “admin_email” to contain both addresses, separated by a comma. Like “[email protected],[email protected]”.There’s got to be better way than that, though…
Forum: Plugins
In reply to: Validating to XHTML 1.1It validates to XHTML 1.0 Transitional ‘out of the box’ (at least mine did). He’s talking about converting it to XHTML 1.1 as I read it.
On another note, adding target=”_blank” to links is indeed a very bad habit (imho). It decreases usability and accessibility by taking that choice out the hands of users. But hey, we all have some bad habit.