Title: How to remove Title &amp; Description fields??
Last modified: August 24, 2016

---

# How to remove Title & Description fields??

 *  [Omkar Ghodke](https://wordpress.org/support/users/omkar-ghodke/)
 * (@omkar-ghodke)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/)
 * Hello,
 *  great plugin so far
 * but I want to remove title & description of upload form I am using
    [fu-upload-
   form] shortcode for front-end upload.
 * Please help
 * Thanks
 * [https://wordpress.org/plugins/frontend-uploader/](https://wordpress.org/plugins/frontend-uploader/)

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

 *  [entire3d](https://wordpress.org/support/users/entire3d/)
 * (@entire3d)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179004)
 * seems author did not reply. yes this is nice simple plugin and I also want to
   know how to remove Title & Description fields?
 *  [dubechuke](https://wordpress.org/support/users/dubechuke/)
 * (@dubechuke)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179038)
 * Hi, the default fields (Title & Description) can be removed by checking the box“
   suppress default fields” in Settings ==> Frontend Upload Settings
 *  [Richard Foley](https://wordpress.org/support/users/richardfoley/)
 * (@richardfoley)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179066)
 * Yes, but what if you want to remove just the one (description) field?
 * It might be possible to tick the “suppress default fields” settings option and
   then to add back in a new title field…
 *  [mliberacki](https://wordpress.org/support/users/mliberacki/)
 * (@mliberacki)
 * [10 years ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179068)
 * I’m bumping this because I’m also have the same problem. Suppressing the default
   fields does not suppress the title.
 *  [ngp130895](https://wordpress.org/support/users/ngp130895/)
 * (@ngp130895)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179070)
 * Enter nothing between those quotation marks or apostrophes will make them showing
   nothing.
    title=”” or description =””
 *  [ngp130895](https://wordpress.org/support/users/ngp130895/)
 * (@ngp130895)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179071)
 * One other way to do this is that you change the style sheet of the selected element
   that you want to disable its title or description.
    Let’s say you have this and
   you want to disable the title
 *     ```
       [input type="text" name="post_title" id="title" class="required" description="Title"]
       ```
   
 * To disable the description, you will need this in your css
 *     ```
       label[for="title"] {
          display:none;
       }
       ```
   

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

The topic ‘How to remove Title & Description fields??’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontend-uploader_81a69d.svg)
 * [Frontend Uploader](https://wordpress.org/plugins/frontend-uploader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-uploader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-uploader/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-uploader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-uploader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-uploader/reviews/)

## Tags

 * [description](https://wordpress.org/support/topic-tag/description/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [Tile](https://wordpress.org/support/topic-tag/tile/)

 * 6 replies
 * 6 participants
 * Last reply from: [ngp130895](https://wordpress.org/support/users/ngp130895/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/how-to-remove-title-description-fields/#post-6179071)
 * Status: not resolved