Looks like the code could be like this (I haven’t found any issue so far)
.tdc-content-wrap p a, .td-footer-page p {
display:none;
}
.tdc-content-wrap .wpb_row p a{
display: block;
}
Thanks Calin and Alex for investigating and actually figuring out the right piece of css code to handle that issue.
Here is the css code to insert in the custom css box in the theme settings:
.tdc-content-wrap p a[href*=”http”], .td-footer-page p {
display:none;
}
.tdc-content-wrap .wpb_row p a{
display: block;
}
As far as wp rss aggregator is concerned, when editing the “feed to post – append to content” area of the feed source, you have to include whatever text within the text link:
Read more is fine
Read more here is not fine: the css trick will hide the url and “here” but “read more” will still show (that applies to the “read more link” below the “other related posts”)
Hope that may help other fellows using Newspaper Theme and WP Rss Aggregator plugin.
Hi,
Here is a copy-paste of the latest feedback I got from the WP Rss Aggregator Support Team:
“Our plugins are coded to append the source link text to singular posts that are imported, but will be unable to differentiate between a “footer page” and a “content page”. These elements seem to be unique to the way your theme is structured.
You will need to add an HTML class to the bottom element and use CSS to hide the source link text.”
That was about the “read more” link showing up below the footer page.
Then I asked them again about the “read more” link showing up after the “related posts” section of the post body content. They suggested to leverage CSS again but to be careful about potential side effects.
The postman,
Hello Calin,
Thank you for your feedback!
The postman,
Hello the TagDiv Support Team,
Here is a copy-paste of the communication I got from WP RSS Aggregator Support Team when I contacted them about that issue and letting them know about this current forum thread.
“Could you please have a word with the theme developers and obtain their feedback on why the cloud template may be causing the Read More link to appear at the bottom? We are requesting this because the issue you reported has not been reported by any of our recent users, and it does not show up on any of the popular WordPress default themes.
Based on their feedback, we will apply fixes to our plugins if necessary.”
Thanks for your feedback that I will transfer back to their Support Team.
The postman,
Ok,thank you. Email just sent.
Hi Vlad,
Thanks for reaching out.
The site is still under maintenance. Where can I send you the credentials?