Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Koztoujours

    (@koztoujours)

    Hi, two months after, I still haven’t find a solution. If someone can bring a light of hope to a desperate blogger… ??

    I found this but do not know exactly if it applies to the current feed wordpress. If you can use it maybe you can tell me how to, as well, since I have been looking for a way for all posts fetched from my syndication list to automatically be excerpts with a link to “read more” which points to the original source’s blog post.

    Link to original source of info:
    https://techgeneration.net/2008/01/21/aggregating-blogs-with-feedwordpress/

    Here’s the short/long of it

    And imported excerpts instead of the full content with a link to read the original (in feedwordpress.php):

    $this->post['post_content'] = strip_tags($excerpt).’<br /><a target=”_blank” href=”‘.$this->item['link'].’”
    >[Read original &rarr;]</a>’

    ;

    I had the same problem/challenge. It’s so simple it’s almost embarrassing! It’s the “more” tag. Here’s the simple explanation:
    https://support.wordpress.com/splitting-content/more-tag/

    You’re welcome.
    = )

    DavidSpeaks: I don’t think that’s the solution we’re looking for. We want to truncate the posts themselves, not provide a tag that allows users to view the full post on our site. The more tag is simply a way to split a post and force the reader to click through to view the rest of it while remaining on our site. The OP (and I) seems to want to only post an excerpt to the WordPress database and not include more than that.

    Are you referring to this? Refer to point number 6) How to make feedwordpress retrieve only a short excerpt and not the entire post? Feedwordpress : truncate the article

    https://www.thegeeklog.com/2009/10/21/step-by-step-guide-to-creating-a-new-finance-aggregator-site/

    This is my development site for customizing feedwordpress before it goes live https://www.thegeeklog.com/dev

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: FeedWordPress] Feedwordpress : truncate the article’ is closed to new replies.