Hi,
is it possible to change the subject line to something else besides post title?
Thanks
Hi,
is it possible to change the subject line to something else besides post title?
Thanks
We try and use the article title <h1>, the fallback being the <title>.
If you want different than either of those, you could create a hack.
Create a hidden header.
<h1 class="title" style="display:none" class="print-yes">The title I want included in print/pdf/subject</h1>
You may need to tweak the article H1 as well (change to div or something less semantic).
You must log in to post.