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

    (@webzunft)

    Hi,

    are you an experienced WordPress developer? The code around the filters in the plugin should be quite easy to understand.

    If not, this is hard to answer in just a short reply.

    Thanks
    Thomas

    Thread Starter Holly73

    (@holly73)

    Well, experienced developer… depends what this means, but I’d say no. I wrote some custom plugins for my own use and understand the basics. So, just try to explain it in short ??

    Plugin Author Thomas Maier

    (@webzunft)

    It is all in the isc.class.php file. There are three filters, just search for apply_filters.

    I think the one you can start with is isc_images_in_posts_simple.

    Check out how the existing $image_urls looks like and add your images there too using “add_filter( ‘isc_images_in_posts_simple’, ‘your-function’, 10, 2 );

    Thomas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Source list in custom post types’ is closed to new replies.