Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ZenixSol

    (@zenixsol)

    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 You can do it by

    1. adding following code in your custom template page.
      <?php if (!dynamic_sidebar('some name for this widgets section') ) : ?>
      <?php endif; ?>
    2. Then, in your theme’s functions.php file, put the following:

      register_sidebar(array('name' => 'some name for this widgets section'));

    3. Then you need to assign this widget created section by moving to
      appearance->widgets in your wordpress admin panel.
    4. 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

    (@zenixsol)

    Hopefully this will work for you.

    Thread Starter scotxxx

    (@scotxxx)

    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

    (@zenixsol)

    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.