I've been noticing that some templates use doctype XHTML 1.0 Strict and others use Transitional. Which one is better for WP 2.7.1?
Also, can anyone recommend a CSS forum? I tried joining CSS Creator but they haven't sent me an email confirmation. Webmasterworld doesn't allow you to post links and they are strict about posting code examples. Seems like if they are going to be that militant about it, it's going to be hard to accomplish anything there.
The reason I'm asking these questions is...
I have a client using the alternate0 theme and the single.php template does not call in the sidebar.
If I add
<?php get_sidebar(); ?>
I can get it to display but not in the correct place. So far the best I've been able to do is to get it in the correct horizontal alignment but too low vertically. Seems strange because all of the other page templates simply have that code at the bottom just above the call to the footer. However, that doesn't work on the single post template.
If anyone wants to see the site, it's at http://feefifaux.net
This is still under development and we're experimenting with some things (like the music on the home page, which I am not a fan of). The theme is buggy but the client likes it. I posted a comment on the theme author's blog about this but it apparently was deleted and was not answered. I guess they don't want to provide any support or suggestions for this theme.
Thanks