This is not an error report or an enhancement request, I just have a question.
I am using the Better BibTex exporter and I have a reference of type webpage that I want to export to .bib and include it in my LaTex file using the IEEEtran style.

I have found the corresponding postscript snippet on the documentation page that adds access date and URL. It works as expected. It uses the @misc field and outputs the website title to the journal field. I have also turned on the export URL feature.

Now, the IEEEtran style does not actually output the contents of the journal field (which represents the content of website title} in @misc type entry.

But IEEE reference guide states that the Website title should be given as follows:

Since I am already using the URL, I want to remove URL from howpublished and move the website title to howpublished, so that it is displayed properly. So, my question is How can I modify the postscript snippet to have website title show up in the howpublished field?
So far I have tried to access it using item.websitetitle or item.websiteTitle but could not get it to work. Thanks for your help.
This is not an error report or an enhancement request, I just have a question.
I am using the Better BibTex exporter and I have a reference of type
webpagethat I want to export to .bib and include it in my LaTex file using the IEEEtran style.I have found the corresponding postscript snippet on the documentation page that adds
access dateandURL. It works as expected. It uses the@miscfield and outputs the website title to the journal field. I have also turned on the export URL feature.Now, the IEEEtran style does not actually output the contents of the

journalfield (which represents the content of website title} in@misctype entry.But IEEE reference guide states that the Website title should be given as follows:

Since I am already using the URL, I want to remove
URLfromhowpublishedand move the website title tohowpublished, so that it is displayed properly. So, my question is How can I modify the postscript snippet to havewebsite titleshow up in thehowpublishedfield?So far I have tried to access it using
item.websitetitleoritem.websiteTitlebut could not get it to work. Thanks for your help.