WordPress and hyperlink inside RSS feed
-
In my feed (rss2) i’ve noticed that links are displayed like this:
<a title="myTitle" href="" target="_blank">my text</a>
As you can see the href attribute is empty because the rss2 functionget_the_content_feed with the filter “rss2” probably cut off href attribute.
Is it possible to retrieve href attribute?
Example of what I want
<a title="myTitle" href="https://www.mylink.com" target="_blank">my text</a>
Thank you
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WordPress and hyperlink inside RSS feed’ is closed to new replies.