+ Reply to Thread
Results 1 to 3 of 3

Thread: Replace listing page title

  1. #1
    Junior Member
    Join Date
    Mar 2024
    Posts
    19

    Replace listing page title

    I know you can set the listing title by editing 'Build listing title' in category page.
    But how can i change listing title in listing detail page only, leaving the title in browse forms etc as is?

    Example:

    I have the listing title set as following: "Make/Model, Built"
    But i would like to set a different field type in listing detail page to show as the H1 tag of the page.

    In other words, in browse form i would like to show Make/Model, Built" and in listing detail page i would like to show the title genereted by the user in add listing page.

    Any ideas?
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,179
    Go to templates/.../tpl/blocks/listing-details-header.tpl > instead {$pageInfo.name} use {$listing_data.title}

  3. #3
    Junior Member
    Join Date
    Mar 2024
    Posts
    19
    Quote Originally Posted by Rudi View Post
    Go to templates/.../tpl/blocks/listing-details-header.tpl > instead {$pageInfo.name} use {$listing_data.title}
    Worked. Thank you!

+ Reply to Thread