Title: readmore button
Last modified: August 20, 2016

---

# readmore button

 *  Resolved [treehill](https://wordpress.org/support/users/treehill/)
 * (@treehill)
 * [15 years ago](https://wordpress.org/support/topic/readmore-button/)
 * I was trying to add wpmore(read more) button. I managed to delete buttons I dont
   need, found the name of the button I want….and I am stuck…
    CODE>quickpostwidget.
   php, lne 995/999
 * <echo preview,|,bold,italic,underline,|,justifyleft,
    justifycenter,|,wp_more’;
 * Any ideas?
    Great plugin, i didnt find anything close to this plugin..so I need
   to resolve this… great kids by the way, you are a lucky man… 🙂

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

 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years ago](https://wordpress.org/support/topic/readmore-button/#post-2088388)
 * [@treehill](https://wordpress.org/support/users/treehill/)
 * I got it working doing the following:
 * 1) on line 996 I added the wordpress plugin to the list of plugins so I changed
   line 996 from
 * `... echo 'safari,paste, ...`
 * to
 * `... echo 'wordpress,safari,paste, ...`
 * 2) on line 997 I added the the wp_more button just as you did
 * 3) apparently this wasn’t enough because errors occurred mentioning a getUserSetting
   function. This one is defined in the wp-admin/js/utils.js file. I don’t know 
   whether this is the right way but eventually I got it working by adding the following
   line after line 1216 (where tinymce is enqueued):
 * `wp_enqueue_script('utils', get_bloginfo('wpurl') . '/wp-admin/js/utils.js');`
 * I’m open for better solutions.
 * (and yes, I am a very lucky man….)
 * inapan
 *  Thread Starter [treehill](https://wordpress.org/support/users/treehill/)
 * (@treehill)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/readmore-button/#post-2088637)
 * It works! 🙂
    Thanks a lot inapan….resolved.
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/readmore-button/#post-2088638)
 * [@treehill](https://wordpress.org/support/users/treehill/)
 * Glad to know and thanks for the message.
 * inapan

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

The topic ‘readmore button’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [inapan](https://wordpress.org/support/users/inapan/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/readmore-button/#post-2088638)
 * Status: resolved