• Resolved K213

    (@k213)


    Hi everyone,

    Iam building a website right now, and I love the plugin. I’am using the Beta and it is working great sofar.
    I have just one quesition.

    I’am using Nelioefi External Featured image plugin.
    It gives me the possibility to link the featured image of a woocommerce product to a self updating image service for magazines.

    Woocommerce is using the image automaticly, but WP-Tiles does not.
    How can I modify the plugin so that I’am able to show the external featured image, which is basicly only a URL to the image.

    Thanks for reading and your help in advanced,
    K

    https://ww.wp.xz.cn/plugins/wp-tiles/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi @k213,

    Sorry for the late response, I have had very little free time. I have looked at the Nelio External Featured Image plugin, and found the problem.

    WP Tiles uses get_post_thumbnail_id so it can programmatically do stuff with the featured image. NEFI however only works with (get_)the_post_thumbnail.

    It is possible to override the WP Tiles featured image by returning a src on the pre_wp_tiles_image hook. So, to get it to work, add a filter to pre_wp_tiles_image and inside the filter, get the full url to the featured image using NEFI. Return that url, and WP Tiles will use it!

    Good luck, and post back here if you run into any problems!

    Mike

    Any success with this

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

The topic ‘Featured Image URL’ is closed to new replies.