Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Allen

    (@amweiss98)

    Hello…are you using the shortcode or feed to post for this?

    Thread Starter 7imp

    (@7imp)

    I’m using a feed. The trouble is there is no url in the feed. I want the blog post to be the url I know that’s a little backwards.

    Plugin Author Allen

    (@amweiss98)

    you mean you’re using the Feed to Post feature (putting the feed items into blog posts)? What is the url of the RSS feed you are using?

    Thread Starter 7imp

    (@7imp)

    Plugin Author Allen

    (@amweiss98)

    ok..well, this will be quite difficult as the plugin looks for an link…since its going into a blog post, its not clear what the blog post url will be beforehad so it’s difficult to hack this to make it work the way you want.

    Thread Starter 7imp

    (@7imp)

    Understood. It can’t write what it doesn’t know. Looks like I’m headed for a hard code salutation. Thank you for your time.

    Plugin Author Allen

    (@amweiss98)

    well, technically, if you’re willing to live with urls that are based on the post id, you hack the code in import_posts.php to provide url with post_id..but this would require a) liking the idea of id numbers for your urls and b) having to do some regex replacements to the content (probably doable if you put in some simple placeholder for the link (like %xxxxx%) and then used regular expression after you identified the post_id to replace the placeholders.

    Thread Starter 7imp

    (@7imp)

    Thanks Allen!
    This gives me a good start. Thank you for being so prompt!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Full body feed url’ is closed to new replies.