We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone made a successful feed import that included the images? I use a valid feed where the items look like this:
<item> <title>xxx</title> <description>xxx</description> <category>xxx</category> <introduction>xxx</introduction> <image>xxx</image> <media:thumbnail>xxx</media:thumbnail> <author>xxx</author> <link>xxx</link> <pubDate>xxx</pubDate> <id>xxx</id> <date>xxx</date> <destination>xxx</destination> </item>
<item>
<title>xxx</title>
<description>xxx</description>
<category>xxx</category>
<introduction>xxx</introduction>
<image>xxx</image>
<media:thumbnail>xxx</media:thumbnail>
<author>xxx</author>
<link>xxx</link>
<pubDate>xxx</pubDate>
<id>xxx</id>
<date>xxx</date>
<destination>xxx</destination>
</item>
but the image or media:thumbnail fields are apparently not used to show the image...
anyone?
The text was updated successfully, but these errors were encountered:
I have in the past I think, but the site does not exists any more...
Sorry, something went wrong.
No branches or pull requests
Has anyone made a successful feed import that included the images?
I use a valid feed where the items look like this:
<item>
<title>xxx</title>
<description>xxx</description>
<category>xxx</category>
<introduction>xxx</introduction>
<image>xxx</image>
<media:thumbnail>xxx</media:thumbnail>
<author>xxx</author>
<link>xxx</link>
<pubDate>xxx</pubDate>
<id>xxx</id>
<date>xxx</date>
<destination>xxx</destination>
</item>
but the image or media:thumbnail fields are apparently not used to show the image...
anyone?
The text was updated successfully, but these errors were encountered: