Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Realtyna

    (@realtyna)

    Hi,

    WPL prints property page title as open graph title. If you want to change it, you can simply modify property page title on Add/Edit listing menu.

    Regards,
    Realtyna support team

    Thread Starter resunoiz

    (@resunoiz)

    where is it stored? I’ve only found Property Link Pattern under wpl permalink but changin/removing attributes changes nothing.

    In those settings the price is already not present.

    sample link:
    https://www.immobiliareantonelli.com/properties/163-Appartamenti-Matelica-Italia-62024-2Camere-2Bagni/

    og:title
    Appartamenti – Immobiliare Antonelli – 2Camere – 2Bagni – Prezzo ?80.0

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    It’s not a pattern, it’s field located in WPL->Add/Edit listing->Basic Details->Property Page title.

    Regards,
    Realtyna support team

    Thread Starter resunoiz

    (@resunoiz)

    in that way, it have to be edited ONE BY ONE…
    there’s not an automatic title generation wsystem to be edited?!?

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    You can develop a simple filter yourself for filtering property page title. The filter hook is generate_property_page_title. You will receive following 3 parameters in registered function:

    1- $title_str The string that you should change and return based on your needs.
    2- $title an array of title sections.
    3- $property_data an array including all property data.

    After all you should return $title_str.
    After registering the filter, you should empty value of field_312 column of [wp_prefix]_wpl_properties table.

    Regards,
    Realtyna support team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘edit single listing og:title’ is closed to new replies.