Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Checking out the pull log in your screenshot, it says you’re missing required fields — those first two source fields that get matched with post_title and guid I’m pretty sure are required. You need to give them something.

    The other thing is it doesn’t seem to be getting values for title / summary. I’d check and make sure your Xpath to Posts is correct.

    When you’re mapping xpaths to fields, assume that what you’ve entered in “Xpath to posts” above is being prepended to whatever you enter here. So the context you’re operating in is at the item level now rather than the feed level.

    But, you can go back up to the channel level with Xpath’s parent selector: “..”

    So if I understand your example, to get the channel title, you want to enter “../title” in the field. I’ve used this successfully in my own use of the plugin.

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