Modification suggestion
-
Hi,
It seems when migrating a blog from its initial place to a multisite network, your plugin always displays links to the post using the guid. That didn’t work for me, as after the migration the initial guid and the current permalinks no longer match. I found a way to change this, namely in:
post -> thumbnail.php (and title.php, respectively), I replaced
$the_post[‘guid’]
with
get_the_permalink($the_post[‘ID’])Which did the trick and should also work for all non-migrated blogs, too.
Wondering what you think about & wanted to ask you if you would consider changing the plugin accordingly and perhaps rolling out an update anytime soon? We here at our institution definitely love it and would like to keep using it.
Thanks so much & all the best,
Martin
- The topic ‘Modification suggestion’ is closed to new replies.