Title: remove &quot;:&quot;
Last modified: August 30, 2016

---

# remove ":"

 *  Resolved [ckgm](https://wordpress.org/support/users/ckgm/)
 * (@ckgm)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-18/)
 * Hi,
 * thank you for the great plugin! We are using the pro Version. In the Additional
   Filed Titles are displayed in the Frontend a “:” between the title and the information.
   Is it possible to remove this colon?
 * Thank you for support.
 * [https://wordpress.org/plugins/locatoraid/](https://wordpress.org/plugins/locatoraid/)

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

 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-18/#post-6212713)
 * Hello,
    sorry for not replying sooner. You can remove the “:” by editing this
   file:
 * locatoraid-por/application/core/MY_Controller.php
 * You will need the line 210:
    $field_view = join( ‘: ‘, array($f[‘title’], $e[
   $f[‘name’]]) );
 * Change it so it will not put the colon:
    $field_view = join( ‘ ‘, array($f[‘title’],
   $e[$f[‘name’]]) );
 * Please note though that this file will be automatically rewritten with an update
   so you will need to reapply this change.
 *  Thread Starter [ckgm](https://wordpress.org/support/users/ckgm/)
 * (@ckgm)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-18/#post-6212715)
 * … it works, many thanks!

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

The topic ‘remove ":"’ is closed to new replies.

 * ![](https://ps.w.org/locatoraid/assets/icon-128x128.png?rev=1779257)
 * [Locatoraid Store Locator](https://wordpress.org/plugins/locatoraid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/locatoraid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/locatoraid/)
 * [Active Topics](https://wordpress.org/support/plugin/locatoraid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/locatoraid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/locatoraid/reviews/)

## Tags

 * [frontend](https://wordpress.org/support/topic-tag/frontend/)

 * 2 replies
 * 2 participants
 * Last reply from: [ckgm](https://wordpress.org/support/users/ckgm/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-18/#post-6212715)
 * Status: resolved