How To Get Feed Item URL [#item_url] Without “Read More”
-
Hi. If i use [#item_url] on item description, it shows as “Read more” text with link. I need to show only link as text. Like
https://google.com
instead of<a href="https://google.com">Read More</a>
then assign to a custom field.How can i do this? Is there any available tag to get <link> from rss without “read more”? Thanks.
Here is rss:
<rss version="2.0"> <channel> <language>en</language> <lastBuildDate>Tue, 13 Oct 2020 06:44:00 -0000</lastBuildDate> <item> <title> Test title </title> <strong><link>https://google.com</link></strong> <description> Test description </description> <pubDate>Tue, 13 Oct 2020 06:44:00 -0000</pubDate> <guid isPermaLink="false">https://google.com</guid> </item> </channel> </rss>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How To Get Feed Item URL [#item_url] Without “Read More”’ is closed to new replies.