Plugin Author
Allen
(@amweiss98)
yes, I have “Show Feed or Author Name” check, also “Show Feed Source”
Plugin Author
Allen
(@amweiss98)
if you have show feed or author named checked then it will always look to see if that’s in the feed and will then show that (the author or feed name, if it is there) with each post. The source, if you say to add that, will also show the source, as noted in the name you gave to the feed (in the feed panel)
Then how I get the plugin to display the name of the post or the URL of the post where, at the bottom of the post, it generates:
Source: Vintage
it should be something like:
Source: The Post Title
or
Source: http://rickshide.com/a_post.html
“Vintage” is the category of the post and has nothing to do with the originating content.
Plugin Author
Allen
(@amweiss98)
go into import_posts.php and find these lines:
if ($addSource==1){
$thisContent .= ‘
‘.$sourceLable.’: ‘.$items[“myGroup”].’‘;
}
change the word mygroup to mylink, if you want the link, or mytitle if you want the post title. You’ll need to save this and save a copy since this will be overwritten with the next update (and since nobody else has ever asked for this, I won’t be including this as an option in the near future).
thanks, but I don’t understand why you don’t want to correct this, having the category as the name of the link back to the original post is clearly wrong, it should be the original post title or URL
Plugin Author
Allen
(@amweiss98)
because I have tons of other things I need to do and typically only add features when there is more than 1 person who wants it..and so far this requests comes from just 1 person.
Plugin Author
Allen
(@amweiss98)
This person was given a way to fix the problem, but decided to vent their frustrations instead. I would suggest reading the hundreds of positive reviews instead of this one.
Plugin Author
Allen
(@amweiss98)
I just added this feature in version 2.64. While the person who rated the plugin a 1 said that they way I had it before was “totally wrong”, having the name of feed source as the source of the feed item is simply giving respect where it deserves. What you are doing is letting people know what site you got the RSS feed from…thus giving credit where credit is due.
Having said this, some people want to put something else as the source (e.g., the title (which is redundant) or the link (which is typically very long and if too long will blow out your theme), but now you can do this if you want.