[resolved] How to get permalink RSS ?
-
HI!
How to get permalink RSS and display in main domain? I use Plugin RssPostImporter,Ex:
http://example.com/title-post (main domain)
http://domainfeed.com/title-post (permalink/original link)if I impor Feed, which exists
<a href="http://example.com/title-post">title-post</a>how to replace url to original link?
<a href="http://domainfeed.com/title-post">title-post</a>Thank’s, litle english.
[UPDATE]
<h2><a href="<?php echo get_post_meta($post->ID, 'url', true); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
The topic ‘[resolved] How to get permalink RSS ?’ is closed to new replies.