Skip to content

Footnotes are not exported #163

@albertcito

Description

@albertcito

The plugin is the best I've found on the Internet. The only thing missing is to export the footnotes.

It would be great if you could add support to it, please 🙏

This is the content:

<p>
  This is an example of footnote<sup data-fn="6a72f4e2-36f7-4d39-a34e-79d9f9a37342" class="fn">
    <a href="#6a72f4e2-36f7-4d39-a34e-79d9f9a37342" id="6a72f4e2-36f7-4d39-a34e-79d9f9a37342-link">1</a>
  </sup> to export in an XML file
</p>

This is the footnote:

<postmeta>
	<meta_key>
		<![CDATA[footnotes]]>
	</meta_key>
	<meta_value>
		<![CDATA[[{"content":"A note placed at the bottom of a page of a book or manuscript that comments on or cites a reference for a designated part of the text","id":"6a72f4e2-36f7-4d39-a34e-79d9f9a37342"}]]]>
	</meta_value>
</postmeta>

This is all the Wordpress exports for that post :

<item>
	<title>
		<![CDATA[This is a test]]>
	</title>
	<link>
		http://mydomain.local/?p=123
	</link>
	<pubDate>
	</pubDate>
	<creator>
		<![CDATA[albert]]>
	</creator>
	<guid isPermaLink="false">
		http://mydomain.local/?p=123
	</guid>
	<description>
	</description>
	<encoded>
		<![CDATA[
		<!-- wp:paragraph -->
		<p>This is an example of footnote<sup data-fn="6a72f4e2-36f7-4d39-a34e-79d9f9a37342" class="fn"><a href="#6a72f4e2-36f7-4d39-a34e-79d9f9a37342" id="6a72f4e2-36f7-4d39-a34e-79d9f9a37342-link">1</a></sup> to export in an XML file</p>
		<!-- /wp:paragraph -->
		
		<!-- wp:footnotes /-->
		
		<!-- wp:paragraph -->
		<p></p>
		<!-- /wp:paragraph -->
		]]>
	</encoded>
	<encoded>
		<![CDATA[]]>
	</encoded>
	<post_id>
		123
	</post_id>
	<post_date>
		<![CDATA[2025-05-25 19:54:46]]>
	</post_date>
	<post_date_gmt>
		<![CDATA[0000-00-00 00:00:00]]>
	</post_date_gmt>
	<post_modified>
		<![CDATA[2025-05-25 19:54:46]]>
	</post_modified>
	<post_modified_gmt>
		<![CDATA[2025-05-25 19:54:46]]>
	</post_modified_gmt>
	<comment_status>
		<![CDATA[open]]>
	</comment_status>
	<ping_status>
		<![CDATA[open]]>
	</ping_status>
	<post_name>
		<![CDATA[]]>
	</post_name>
	<status>
		<![CDATA[draft]]>
	</status>
	<post_parent>
		0
	</post_parent>
	<menu_order>
		0
	</menu_order>
	<post_type>
		<![CDATA[post]]>
	</post_type>
	<post_password>
		<![CDATA[]]>
	</post_password>
	<is_sticky>
		0
	</is_sticky>
	<category domain="category" nicename="general">
		<![CDATA[General]]>
	</category>
	<category domain="category" nicename="test">
		<![CDATA[test]]>
	</category>
	<postmeta>
		<meta_key>
			<![CDATA[footnotes]]>
		</meta_key>
		<meta_value>
			<![CDATA[[{"content":"A note placed at the bottom of a page of a book or manuscript that comments on or cites a reference for a designated part of the text","id":"6a72f4e2-36f7-4d39-a34e-79d9f9a37342"}]]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[_edit_last]]>
		</meta_key>
		<meta_value>
			<![CDATA[1]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[info_content]]>
		</meta_key>
		<meta_value>
			<![CDATA[]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[_info_content]]>
		</meta_key>
		<meta_value>
			<![CDATA[field_620834b3d9102]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[info_type]]>
		</meta_key>
		<meta_value>
			<![CDATA[info]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[_info_type]]>
		</meta_key>
		<meta_value>
			<![CDATA[field_620834ded9103]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[info]]>
		</meta_key>
		<meta_value>
			<![CDATA[]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[_info]]>
		</meta_key>
		<meta_value>
			<![CDATA[field_6208349ed9101]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[quotes]]>
		</meta_key>
		<meta_value>
			<![CDATA[]]>
		</meta_value>
	</postmeta>
	<postmeta>
		<meta_key>
			<![CDATA[_quotes]]>
		</meta_key>
		<meta_value>
			<![CDATA[field_62924eeb9a9b4]]>
		</meta_value>
	</postmeta>
</item>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions