I’m not sure how to submit a new topic here… but I have aquestion along these lines. When an authorized posts a Blog the blog does not say who they are… no link to the author or profile…. nothing… How do i turn this on?
This is not the right topic for this. Since it has nothing to do with the issue at hand. You will find information about user levels at http://codex.wordpress.org/User_Levels
You control the registration for commentors and such in your Administration Panel Options.
blahedo, I’m not sure what you are asking.
1) Improved editor for template files? You can use any good text editor to edit any of your template files.
2) Improved editor for posts? Again, any good text editor with spell check will do the job and then you copy and paste.
3.) I don’t know what “wp insert all over the place” means, so you will have to be clear about that. WordPress will put XHTML into your posts that do not use XHTML tags. Is that what you mean? But you are using XHMTL/HTML and you want to have that be in your posts?
You can control the “output” of your posts by using Text Control from http://dev.wp-plugins.org/wiki/TextControl on a global or per post basis.
4) If you want to import your static XHTML content into your new WordPress setup, this article on my site might help. I imported over 500 posts and this is a rough summary of the process for me.
5.) To “insert template tags” into your template files (they are not to be used inside posts – which you must know but for those watching), you type them. Yes, that is an adolescent answer, but that’s how the rest of us do it.
We open the template file that needs the tag we want to use and we either copy and paste it from the WordPress Codex Template Tag examples or type it in where we want it.
So is the question “where” or “how” to add template tags?
Here are some more resources that might help you.
WordPress Templates
http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start
http://codex.wordpress.org/Working_with_WordPress
http://codex.wordpress.org/Blog_Design_and_Layout
http://codex.wordpress.org/Using_Themes
http://codex.wordpress.org/Designing_Themes_for_Public_Release
There are WYSIWYG editor available as plugins for WordPress. Check codex.wordpres.org