Title: Quick Post Widget keep defaults
Last modified: August 19, 2016

---

# Quick Post Widget keep defaults

 *  Resolved [leahs2](https://wordpress.org/support/users/leahs2/)
 * (@leahs2)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/quick-post-widget-keep-defaults/)
 * I would like to keep the default values in the quickpost widget when a user clicks
   in the box. So they can fill in the default values rather than have them erase.
   Any thoughts??
 * Thank you!!

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

 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/quick-post-widget-keep-defaults/#post-1624414)
 * Hi Leahs2,
 * You will have to do some editing in the quick-post-widget.php file.
    In the current
   1.7 version on line 379 remove the following code: `onfocus="if(this.value=='
   <?php echo '<' . $post_title_default . '>'; ?>') this.value=''; return false;"`
 * On line 382 remove:
    `onfocus="if(this.value=='<?php echo '<' . $post_content_default.'
   >'; ?>') this.value=''; return false;"`
 * Remember that you will lose any modifications made in the code when updating 
   the plugin.
 * Good luck,
    Perry
 *  Thread Starter [leahs2](https://wordpress.org/support/users/leahs2/)
 * (@leahs2)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/quick-post-widget-keep-defaults/#post-1624497)
 * Thanks, Perry!

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

The topic ‘Quick Post Widget keep defaults’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-post-widget.svg)
 * [Quick Post Widget](https://wordpress.org/plugins/quick-post-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-post-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-post-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-post-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-post-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-post-widget/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [leahs2](https://wordpress.org/support/users/leahs2/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/quick-post-widget-keep-defaults/#post-1624497)
 * Status: resolved