I have a new Apache Roller blog, that I am trying to put together....and since I can't use plugins I need help with a little programing problem. I would like to be able to use the "Tags" that I input to be used as the meta description because they way its set now the meta descriptions can only be set for the entire site in the header....I would like to be able to change it on an individual post basis. I don't know if this helps any, but just in case...in the form where I added the entry and tag information for the post this is the code in the tag section <tr> <td class="entryEditFormLabel"> <label for="title">Tags</label> </td> <td> <input type="text" name="bean.tagsAsString" size="70" maxlength="255" value="" tabindex="3" id="entryEditTags" class="entryEditTags"/> <div id="entryEditTagsChoices" style="display:none" class="autocomplete"></div> <br/> <script type="text/javascript"> <!-- new RollerTagsAutoCompleter("entryEditTags", "entryEditTagsChoices", "/blog/roller-services/json/tags/amor/", { tokens : [' ',','], minChars: 2 }); // --></script> </td> Code (markup): Well that's it, please let me know what this will cost me and if you have any further questions. Thanks. Alex