*

Andrey

  • ****
  • 157 posts
How to replace the output of the photo link in RSS
« on: February 15, 2020, 10:45:09 AM »
Hello!
Help me please.
How to replace the output of the photo link in RSSFeed: 01_thumbnail.jpg with the standard size: 01.jpg
Code: [Select]
if (@ $ item ['image']) {
                     echo '<a href="'.$item['image'†['link'tee.'" title="'.$item['image'†['title'†.'" rel="nofollow"> ';
                     echo '<img style = "float: left; border: 0px;" src = "'. $ item [' image '] [' url '].'" alt = "'. $ item [' image '] [' title '].'" /> </a> ';
                 } [/ CODE]