• Hi,

    I have successfully changed the fields, the slug, and the menu label using the examples in other support posts. THANK YOU!!!

    I would like to change the “Additional Features:” to “Great For:” AND add another row below it.

    $output .= '<br />';
    			$output .= sprintf( '<b>%s</b><br /> %s</p></div>', __( 'Room Type:', 'agentpress-listings' ), get_the_term_list( $post->ID, 'type', '', ', ', '' ) );

    But for the life of me, I can not figure out the filter/code to make it happen in my functions.php file like the rest of the mods.

    Any help will be greatly appreciated.

    Thanks!

    https://www.ads-software.com/plugins/agentpress-listings/

Viewing 7 replies - 1 through 7 (of 7 total)
  • I would like to change the “Additional Features:” to “Great For:”

    You can do this by editing the language file. “agentpress.po” file is locating in languages folder.

    For 2nd option you will create new shortcode. All custom code will go to functions.php file

    Thread Starter thinkmedia

    (@thinkmedia)

    I don’t see how changing the languages file will change the heading from “Additional Features” to “Great For” as it isn’t a language change.

    I can change it all right in the plugin but that will break with every update. It’s better to add a filter just like the other elements of a listing and put it in the functions file.

    I just can’t figure out the filter.

    Currently there have no filter for it. You can install any .PO file editor and edit the language file. After editing the file you will upload it on server.

    Thread Starter thinkmedia

    (@thinkmedia)

    Hi,

    Thanks for your suggestion however changing the PO file doesn’t change anything being displayed.

    #: includes/class-listings.php:190
    msgid "Additional Features:"
    msgstr ""

    changed to msgid "Great For:"

    does nothing.
    So I’m still not getting how changing the PO file will change to copy on the front end.

    Thanks ??

    I think you would need to install a plugin, such as PoEditor to mange the translation text.
    https://www.ads-software.com/plugins/poeditor/

    Thread Starter thinkmedia

    (@thinkmedia)

    I’m sorry, I must be missing something.
    Why are we editing the PO file?
    I’m not translating anything.

    I wanted to change the title of the content area from “Additional Features” to “Best For”

    I can change it in the plugin files but this will break with each update to the plugin.

    What am I missing?

    Did you find a solution to this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Rename Additional Features’ is closed to new replies.