Title: [Plugin: Quick Post Image Widget] Custom Post Type
Last modified: August 20, 2016

---

# [Plugin: Quick Post Image Widget] Custom Post Type

 *  Resolved [scotxxx](https://wordpress.org/support/users/scotxxx/)
 * (@scotxxx)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-quick-post-image-widget-custom-post-type/)
 * can i have this plugin populate a custom post type?? Could you point me in the
   right direction to modify this. Also you link is broken for Plugin homepage.
 * [http://wordpress.org/extend/plugins/quick-post-image-widget/](http://wordpress.org/extend/plugins/quick-post-image-widget/)

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

 *  Plugin Author [ZenixSol](https://wordpress.org/support/users/zenixsol/)
 * (@zenixsol)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-quick-post-image-widget-custom-post-type/#post-3004842)
 * Actually this is widget. So, by default you can use it in widget sections defined
   by your theme.
    If you want to use it in some [custom template page](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
   You can do it by
    1. adding following code in your custom template page.
    2.     ```
           <?php if (!dynamic_sidebar('some name for this widgets section') ) : ?>
           <?php endif; ?>
           ```
       
    3.  Then, in your theme’s functions.php file, put the following:
    4. `register_sidebar(array('name' => 'some name for this widgets section'));`
    5.  Then you need to assign this widget created section by moving to
        appearance-
       >widgets in your wordpress admin panel.
    6. And thats all 🙂
 * lemme know if you need further help.
 * **Ps. I have just updated link for plugin homepage. For other link server is 
   down for some reason.**
 *  Plugin Author [ZenixSol](https://wordpress.org/support/users/zenixsol/)
 * (@zenixsol)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-quick-post-image-widget-custom-post-type/#post-3004843)
 * Hopefully this will work for you.
 *  Thread Starter [scotxxx](https://wordpress.org/support/users/scotxxx/)
 * (@scotxxx)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-quick-post-image-widget-custom-post-type/#post-3004899)
 * it post to “post”s fine… but i need it to post to a custom post type. Just title
   and Featured image is what i need.. thanks for the reply.
 * Scot
 *  Plugin Author [ZenixSol](https://wordpress.org/support/users/zenixsol/)
 * (@zenixsol)
 * [13 years ago](https://wordpress.org/support/topic/plugin-quick-post-image-widget-custom-post-type/#post-3005129)
 * For that you will have to make change in code where it inserts post data in database.
   There you have option to add post type.

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

The topic ‘[Plugin: Quick Post Image Widget] Custom Post Type’ is closed to new 
replies.

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

## Tags

 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)

 * 4 replies
 * 2 participants
 * Last reply from: [ZenixSol](https://wordpress.org/support/users/zenixsol/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-quick-post-image-widget-custom-post-type/#post-3005129)
 * Status: resolved