Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter selnomeria

    (@selnomeria)

    SOLUTION:

    ==================== 1) FOR PLUGIN AUTHOR ==============
    change in islidex.php: get_posts('numberposts with get_posts('post_type=geo&numberposts

    ==================== 2) FOR USERS ==============
    dont touch the plugin. just, the only easy trick is to inject another parameter in query (with the help of “Number of Slides to show” field):

    instead of i.e. :
    “Number of Slides to show”: 4
    use:
    “Number of Slides to show”: 4&post_type=MY_CUSTOM_POST_TYPE

    Plugin Author Duke

    (@dukessa)

    Thank you!
    Sorry haven’t been working on this plugin in a long time, since there’s so many advanced alternatives nowadays.
    I’ll definitely add your solution if/when I decide to work on it again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add POST_TYPE support’ is closed to new replies.