Title: Rename Additional Features
Last modified: August 30, 2016

---

# Rename Additional Features

 *  [thinkmedia](https://wordpress.org/support/users/thinkmedia/)
 * (@thinkmedia)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/)
 * 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://wordpress.org/plugins/agentpress-listings/](https://wordpress.org/plugins/agentpress-listings/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-6699483)
 * > 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](https://wordpress.org/support/users/thinkmedia/)
 * (@thinkmedia)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-6699708)
 * 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.
 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-6699713)
 * 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](https://wordpress.org/support/users/thinkmedia/)
 * (@thinkmedia)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-6699730)
 * 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 🙂
 *  [Marcy](https://wordpress.org/support/users/antigone7/)
 * (@antigone7)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-6699732)
 * I think you would need to install a plugin, such as PoEditor to mange the translation
   text.
    [https://wordpress.org/plugins/poeditor/](https://wordpress.org/plugins/poeditor/)
 *  Thread Starter [thinkmedia](https://wordpress.org/support/users/thinkmedia/)
 * (@thinkmedia)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-6699735)
 * 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?
 *  [austintenantadvisors](https://wordpress.org/support/users/austintenantadvisors/)
 * (@austintenantadvisors)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-8264890)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/agentpress-listings_46515d.svg)
 * [AgentPress Listings](https://wordpress.org/plugins/agentpress-listings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/agentpress-listings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/agentpress-listings/)
 * [Active Topics](https://wordpress.org/support/plugin/agentpress-listings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/agentpress-listings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/agentpress-listings/reviews/)

## Tags

 * [featured](https://wordpress.org/support/topic-tag/featured/)
 * [functions](https://wordpress.org/support/topic-tag/functions/)
 * [genesis](https://wordpress.org/support/topic-tag/genesis/)
 * [rename](https://wordpress.org/support/topic-tag/rename/)

 * 7 replies
 * 4 participants
 * Last reply from: [austintenantadvisors](https://wordpress.org/support/users/austintenantadvisors/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/rename-additional-features/#post-8264890)
 * Status: not resolved