<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div>On Mar 29, 2018, at 12:18 PM, Steve Bronson <<a href="mailto:steve@airdelights.com" class="">steve@airdelights.com</a>> wrote:<br class=""><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div class="">Looking for help on displaying field in <title> tag in header.<br class=""> <br class="">The field is in cat and field name is title_head_format<br class=""> <br class="">How would I display contents of this field in my <title> tag?<br class=""></div></div></blockquote><br class=""></div><div>Hi Steve,<div class=""><br class=""></div><div class="">You’d need to locate the template/page that is currently being used to generate the specific page (likely in the catalogs/<blah>/templates/ … directory) and locate the existing <title> block.</div><div class=""><br class=""></div><div class="">A likely recipe to find this relatively easily would be (from catalog root):</div><div class=""><br class=""></div><div class="">grep -R ‘<title>’ .</div><div class=""><br class=""></div></div><div class="">Once you find where the existing piece is, you can modify it to add the corresponding field via a [data …] or variable substitution if through the flypage.</div><div class=""><br class=""></div><div class="">HTH,</div><div class=""><br class=""></div><div class="">David</div><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--<br class="">David Christensen<br class="">End Point Corporation<br class=""><a href="mailto:david@endpoint.com" class="">david@endpoint.com</a><br class="">785-727-1171<br class=""><br class=""><br class=""></div>

</div>
<br class=""></body></html>