You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
Today, Wordpress allows writers to attach a "Feature Image" to each post. This image is for example used as an image preview when listing posts, or as an image header when viewing the post.
I looked at my wordpress.xml file, and it seems that the image is captured as the following:
Thanks a lot for this tool.
Today, Wordpress allows writers to attach a "Feature Image" to each post. This image is for example used as an image preview when listing posts, or as an image header when viewing the post.
I looked at my
wordpress.xml
file, and it seems that the image is captured as the following:The post
<item>
contains this metadata:Which references another
<item>
, which has the same ID:<wp:post_id>1089</wp:post_id>
The URL of the image is stored in the
<wp:attachment_url>
attribute and/or in the<guid isPermaLink="false">
attribute.Is this something that exitwp could support?
The text was updated successfully, but these errors were encountered: