Title: Editor
Last modified: April 26, 2020

---

# Editor

 *  Resolved [jemetos](https://wordpress.org/support/users/jemetos/)
 * (@jemetos)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/editor-23/)
 * Hi
 * I am enjoying Directorist and I have added quite a few listings on my website.
   I now want to allow users to add listings. (The next stage will be to use your
   plugins for Paid Listings). I went through a similar evolution a few years back
   with a similar directory on Joomla.
 * My question is can I limit the editor available for the Listing Form? I thought
   that I had seen something in settings but maybe it was another plugin.
 * I want to remove the Text input tab so that there is no chance of people adding
   code etc.
 * Many thanks.
 * R
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Feditor-23%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [aazztech](https://wordpress.org/support/users/aazztech/)
 * (@aazztech)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/editor-23/#post-12738162)
 * Hello Jemetos,
    Thank you for choosing our service.
 * You can disable the text editor for the general users by following the settings
   shown in the screenshot below.
 * ![screenshot](https://i0.wp.com/i.imgur.com/c1GeNEa.png?ssl=1)
 * > [View post on imgur.com](https://imgur.com/c1GeNEa)
 * Regards.
 *  Thread Starter [jemetos](https://wordpress.org/support/users/jemetos/)
 * (@jemetos)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/editor-23/#post-12744342)
 * Hi
 * Thanks for the reply. I do not want to switch off the field. I wanted to change
   the Editor – so that the user does not have full access to add code.
 * I want to change it so that the user can only input plain text – or just a few
   formatting such as bold.
 *  [aazztech](https://wordpress.org/support/users/aazztech/)
 * (@aazztech)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/editor-23/#post-12748563)
 * Hello Jemetos,
    Sorry for the misunderstanding. Please add the following filter
   hook in your themes functions.php file to disable the Text tab from the description
   field.
 *     ```
       add_filter('atbdp_add_listing_wp_editor_settings', function( $content ) {
   
           $content['quicktags'] = false;
   
           return $content;
       });
       ```
   
 * Regards.
    -  This reply was modified 6 years, 1 month ago by [aazztech](https://wordpress.org/support/users/aazztech/).
    -  This reply was modified 6 years, 1 month ago by [aazztech](https://wordpress.org/support/users/aazztech/).

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

The topic ‘Editor’ is closed to new replies.

 * ![](https://ps.w.org/directorist/assets/icon-256x256.gif?rev=3185058)
 * [Directorist: AI-Powered Business Directory, Listings & Classified Ads](https://wordpress.org/plugins/directorist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/directorist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/directorist/)
 * [Active Topics](https://wordpress.org/support/plugin/directorist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/directorist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/directorist/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [aazztech](https://wordpress.org/support/users/aazztech/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/editor-23/#post-12748563)
 * Status: resolved