Title: Make Title Optional
Last modified: February 24, 2018

---

# Make Title Optional

 *  Resolved [arhodes5](https://wordpress.org/support/users/arhodes5/)
 * (@arhodes5)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/make-title-optional-3/)
 * Hello,
    I love your plugin, but I do have one request. Could you edit the option
   for displaying the title. So if I leave the title section blank, nothing is shown
   instead of the default.
 * Thank you!
    Andrew

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

 *  Plugin Author [Luke Mlsna](https://wordpress.org/support/users/bitacre/)
 * (@bitacre)
 * [8 years ago](https://wordpress.org/support/topic/make-title-optional-3/#post-10331462)
 * Yes, I’ll add that in this week.
 * Until then you can probably just give `&nbsp;` for the title and it will look
   blank.
 *  [rayfusci](https://wordpress.org/support/users/rayfusci/)
 * (@rayfusci)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/make-title-optional-3/#post-10738626)
 * I’m using version 1.5.1 of the plugin, which appears to be the latest available.
 * I tried to send this same request to the support address, but the email bounced
 *     ```
          ----- The following addresses had permanent fatal errors -----
       <plugins@shinraholdings.com>
           (reason: 550 5.1.1 <plugins@shinraholdings.com> Recipient not found. 
       <http://x.co/irbounce>)
       ```
   
 * Luke, I hope nothing serious is wrong!
 * Here’s what I tried to send via email:
    ============ Thank you for writing this
   widget!
 * I think it would be useful to others to be able to suppress the Title line.
 * You could potentially add a checkbox for this.
 * For my purposes, I commented out the line in the plugin where you set a
    default
   title if the title was empty. Then when the title is empty, it doesn’t output
   the Title line at all.
 * I originally put in   for a title, which does suppress the title text,
    but still
   outputs a blank line.
 * best regards,
    ============
 * In case someone else wants to make the same edit I did while we’re waiting for
   the new feature, comment out this line:
    `/* $title = ! empty( $instance['title'])?
   $instance['title'] : __( 'Meta', 'customMetaWidget' ); */`
 *  [rayfusci](https://wordpress.org/support/users/rayfusci/)
 * (@rayfusci)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/make-title-optional-3/#post-10738647)
 * … I originally put in `&nbsp;` for a title, …

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

The topic ‘Make Title Optional’ is closed to new replies.

 * ![](https://ps.w.org/custom-meta-widget/assets/icon-256x256.png?rev=1396420)
 * [Custom Meta Widget](https://wordpress.org/plugins/custom-meta-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-meta-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-meta-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-meta-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-meta-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-meta-widget/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [rayfusci](https://wordpress.org/support/users/rayfusci/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/make-title-optional-3/#post-10738647)
 * Status: resolved