We are trying to rethink how a blog is laid out, by using Tags as primary headers for each post, instead of Categories.
In order to do this, we have to set a Tag for the post as Primary.
So, we are trying to read the Tags as they are input into the Post Tags widget in the Post Admin, by using Javascript to read the AJAX output printed to the page. We have accomplished that part of the equation.
What we haven't be able to do, is then use document.write after printing the tags using .ready to another widget we created, so that the end user may select one of the Tags as primary.
For some reason, it does not seem to like the document.write statement and we're not sure why.
Any suggestions?