Title: Post Comic Button
Last modified: August 20, 2016

---

# Post Comic Button

 *  Resolved [Crazy-Jake](https://wordpress.org/support/users/crazy-jake/)
 * (@crazy-jake)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/post-comic-button/)
 * I can only find the upload comic button by using the top toolbar and going under
   new post > comic. Hadnt there been a ‘New Comic’ button on the admin bar next
   to the dashboard (or was that comicpress)? How can i get that back?
 * [http://wordpress.org/extend/plugins/comic-easel/](http://wordpress.org/extend/plugins/comic-easel/)

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

 *  Thread Starter [Crazy-Jake](https://wordpress.org/support/users/crazy-jake/)
 * (@crazy-jake)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/post-comic-button/#post-3483655)
 * UPDATE: Also , scheduled comics do not show up in the posts section. is something
   broken?
 *  Thread Starter [Crazy-Jake](https://wordpress.org/support/users/crazy-jake/)
 * (@crazy-jake)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/post-comic-button/#post-3483693)
 * UPDATE 2: turns out another plugin added other buttons to the dashboard sidebar
   and hid or pushed the ‘comic’ option of the menu. Disabling his other plugin 
   resolved the issue, but now i cannot use the other plugin. Any idea why this 
   is? Does the menu bar only support so many buttons?
 *  Thread Starter [Crazy-Jake](https://wordpress.org/support/users/crazy-jake/)
 * (@crazy-jake)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/post-comic-button/#post-3483724)
 * main issue is resolved, but still cannot enable any more plugins that add more
   more buttons to the dashboard sidebar…
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-comic-button/#post-3483741)
 * in the wp-content/themes/comic-easel/ directory
    edit the comiceasel.php file,
   search for:
 *     ```
       'menu_position' => 5,
       ```
   
 * comment it out by putting two slashes in front of it
 *     ```
       //		'menu_position' => 5,
       ```
   
 * So it isn’t read by the system.
 * That menu position is what places it where it’s at, without it; it will place
   it below the ‘comments’ section, so whatever plugin is conflicting with it’s 
   position will be able to use that ‘5’ position as it see’s fit. (unfortunately)
 * [http://codex.wordpress.org/Function_Reference/register_post_type](http://codex.wordpress.org/Function_Reference/register_post_type)
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-comic-button/#post-3483742)
 * You could also try position 6 7 8 or 9 .. to see if you can get both up there.

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

The topic ‘Post Comic Button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comic-easel_226fa1.svg)
 * [Comic Easel](https://wordpress.org/plugins/comic-easel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comic-easel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comic-easel/)
 * [Active Topics](https://wordpress.org/support/plugin/comic-easel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comic-easel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comic-easel/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Frumph](https://wordpress.org/support/users/frumph/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/post-comic-button/#post-3483742)
 * Status: resolved