Like him, I need a nice clear link at the real news.
I use personal theme
Thread Starter
jzatt
(@jzatt)
I found a solution that works for me. Not sure if it´s the best way to do this, but it does the job at least.
Since WPeMatico applies a filter to “the_permalink()”, I took the code that runs the filter from WordPress “link-template.php” and made my own customized function in my themes functions.php:
function source_permalink() {
$source_link = apply_filters('the_permalink', get_permalink());
return $source_link;
}
Then in my theme I added this where I need the source link: echo source_permalink();
To enable a feed source permalink, enable the post template at the bottom of the post campaign page. Then paste this in the text box:
{content}
<a target="_blank" href="{permalink}"><b>Read the rest of this syndicated article here.</b></a>
This plugin does work well, but will not post a defined tag, and is really cpu intensive when running a campaign. Author has not responded to repeated requests to fix the tag issues that i feel is of major importance for SEO purposes.
FeedWordPress is another option, but you need it’s dupe check plugin FeedWordPress Duplicate Post Filter, and to add a permalink you need FWP+: Add Attribution by Charles Johnson: http://projects.radgeek.com/add-attribution-feedwordpress/
I have 34 campaigns defined in WPeMatico but are considering going back to FeedWordPress.
Note to anyone wanting to try FeedWordPress, You can not have FWP+: Add Attribution and WPeMatico active at the same time, Will prevent your site from loading.