• I had to change the PHP from

    title=”<?php echo $item->get_title().’ – Postada em ‘.$item->get_date(‘d M Y, H:i’); ?>”>
    to
    title=”<?php echo $item->get_title().’ – Posted ‘.$item->get_date(‘d M Y, H:i’); ?>”>

    It’d be nice to be able to change that in the settings.

    I also changed the printtext line to put the timestamp below the anchor text.
    echo “<div class=’imgtitle’>”.$item->get_title().’
    As of: ‘.$item->get_date(‘d M Y, H:i’).”</div>”;

    I have a weekly status post that gets set on Sundays and then people check it beginning Friday mornings to see if it has been updated.

    https://www.ads-software.com/plugins/image-feed-widget/

  • The topic ‘English option and what to include in anchor text’ is closed to new replies.