Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author FeliceMente

    (@felicemente)

    Very good suggestion!

    I can surely add a dropdown menu for selecting from a list of available custom posts, in the next release of the plugin, and eventually, in a later time, also give the possibility of creating new ones.

    +1 for Custom Post Type support.

    The other thing you might want to support is post formats. I’d personally like to use this as an image post by default. Might be nice to have this as an option in case post formats are available.

    For reference: around line 393 of the file /instagram/instagram.php I added the line set_post_format( $created_post_ID , 'Image' ); right below $created_post_ID = wp_insert_post($post_args); in order to automatically set its format as image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Instaroll] Custom Post Type’ is closed to new replies.