Multisite – incorrect link url
-
In a multisite subfolder install, the actual link location is incorrect in this text
Here’s your site’s RSS feed for viewing/troubleshooting: https://mywp.something.ca/somesite/feed/
The problem is in featured-images-for-rss-feeds\featured_images_in_rss.php ~line 141
<a href=/feed/ target=...
This should be
<a href=<?php echo site_url(); ?>/feed/ target=...
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Multisite – incorrect link url’ is closed to new replies.