Hey, is it possible to change the meta titles of wordpress blogs etc. to for example the article title? The title right now is the very generic username. Oh and description would be cool too.
I just took a look at the registration process. During the registration the blogname is the suburl (blogname.wordpress.com) but after the first registration step there is another "blogname" field that now refers to the meta title. The changes we have made will probably affect the first field which indeed becomes illegal if it contains whitespaces or special chars.
Is there a way for me to take a look look at the actual registration script?
Comments
ok so adding
blogname=%article_title%
in STEP1 should do the job. Let me know if it worked.
because that will have also spaces in it which is not allowed i think.
Try this...
you might have to uncomment the "max length" to limit the size of it.