This is pretty simple. Just download and then go to your wordpress site > Tools > export > posts and then download the .xml file and upload to this. Then click process file and export to framer. Done ✅
This code runs locally as a .html file on your machine. You must just download and click on view.html
This tool processes WordPress XML export files to extract and display essential post information. Specifically, it:
- Parses WordPress XML export files
- Extracts post titles and featured image URLs
- Outputs the data in an easily readable format
This utility is particularly useful when you need to:
- Migrate WordPress content
- Create a catalog of posts and their associated featured images
- Audit WordPress content assets
- Extract specific data from WordPress exports without manual parsing
- Export your WordPress posts as an XML file from your WordPress dashboard
- Place the XML file in the same directory as the script
- Run the script to get a clean output of post titles and their corresponding featured image URLs
- A Web broweser that supports Javascript