Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • +1000! each time I want to update my website this polylang link modification is a nightmare!
    Please have a look on this as this is a big issue in terms of compatibility between your plugin and the polylang one.
    Thanks ^^

    Hi and thank you for your great plugin!

    I have two suggestions for you :
    1 : I had some problem with an rss (403 error code). Now all is ok and the problem didn’t come from your plugin but I think it would be great if the plugin could reports eventual error reading the rss instead of just saying that 0 post was imported.
    2 : In my rss the associated jpg is included in the enclosure tag. I had to modify the plugin (class-rss-pi-featured-image.php) to get the featured image url like this :

    if ($enclosure = $item->get_enclosure()) {
    $img_url = $enclosure->get_link();
    }

    Maybe you should had an option to say where to check the featured image in the rss. Or just get the image if there is an enclosed one and if not check an <img> like today.

    Thanks!

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