You could the following to achieve this in the “WordPress way”:
- Add code via plugin or child theme
- In the code add a wp cron task
- The task should get the file with wp_remote_get
- Parse the xml file with SimpleXMLElement
- Update the content to meta fields of the post with update_post_meta
- You could display the meta fields and the post with the_content filter or page template
Related Posts:
- WordPress import does not fetch images, but just links them
- How can I process xml file on upload?
- Widget with same content across several websites
- The problem with WordPress Importer
- How to block XML-RPC attack?
- Retrieve Plugin Settings and insert into XML string
- how to convert XML from URL to HTML
- How to create a plugin page that shows XML?
- WP Import All Multiple Dynamic Link Imports
- SimpleXML is not working with xml response from external api
- WordPress sitemap “Extra content at the end of the document”
- Xml output not places where i want
- How to import data from another website using an API link?
- Disable email notification after change of password
- Get a list of all WordPress.org Plugins?
- Schedule WordPress Auto-Updates to only run during business hours
- Can’t set proper WooCommerce language translation [closed]
- Echo simple string in Plugin
- Get selected values from checkboxes and radio buttons via Gravity Forms gform_after_submission hook [closed]
- how does wp.media javascript library work?
- Updating WooCommerce variable product stock issue
- Intercepting a add_action
- WordPress pods io – Rest API for fetching fields information for custom post type
- How can I show drafts in wp_dropdown_pages list?
- Include files for a plugin not including
- Missing argument 2 for wpdb::prepare() Issue
- Can Not Redirect from Plugin-Registered Admin Page
- flush rewrite rules doesn’t flush them (still got 404)
- Why does my hand-written plugin installer fail to find `request_filesystem_credentials`?
- How to Reload the Dashboard After Clicking Update in Quick-Edit?
- How to make a WP admin button/menu similar to Jetpack Notifications?
- How to upload thousands of images?
- I need to generate the CSS for my plugin from a function, how do i map a request to a function in the front-end?
- add_meta_box (Will display only in specific page admin WordPress)
- Why is wp-cron only executing on page visit?
- How to remove the woocommerce_checkout_process action hook in woocommerce if particular project in cart [closed]
- WordPress Automatic Plugin Update Renames Plugin Directory
- RW Meta Box ,Problem setting post title
- When to call add_filter
- Create a list-style post of popular posts for the week?
- Date calculations from 2 custom fields
- Easiest way to add dropdown to a page
- WPBakery JS composer unused css [closed]
- DROP TABLE with uninstall hook not working
- Is there any way to use google input tool or any other language keyboard with WordPress [closed]
- How to replace wordpress default text editor (TinyMCE) with a custom one.
- How to load wp_editor via AJAX
- Setup page on first login on multisite
- Integrate Facebook comments with native comments
- Redirect to another page using contact form 7? [closed]
- Batch update of WordPress Plugins
- Problem with removing plugin action
- edit_user_profile and show_user_profile are not firing inside a class
- Separate database for a wordpress plugin
- Specific way to allow WordPress users to view their current password? And edit it?
- Is there a function to list all uploaded images? How can I add one?
- How use wp media upload liberary in react components?
- Passing Parameters from shortcode to enqueue script
- site url is not working after migrtaion in worpress, all links are broken
- If I use an alternative login (e.g. CAS or other SSO) plugin, is my site protected from the recent brute force login attempts?
- How to deactivate my plugin upon deactivation of NextGen
- Problems with jQuery and is_admin()
- Simple sildeshow/image-upload plugin?
- Summary and Comments on Main landing Page
- How to hide particular plain text with link from different subscribers
- Manualy Updated WordPress Error
- Can I add Short Code Of A Plugin In The Code Editor of WordPress?
- Register PODS Custom Field with WPGraphQL [closed]
- www redirects to another directory in wordpress
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Block Google tracking on refuse consent of the user with plugin
- Custom form data not displaying in cart page?
- Simulate Update User button click
- Disable plugin for administrator
- Modify Plugin PHP Class in Child Theme – Correct Method
- WordPress wp-admin redirects to home page
- Customize a widget position
- How to add the functionality of WordPress needed to be installed to be mandatory while installing themes
- Admin Logged In Notify Globaly
- Editing Global Variables from Inside Functions
- building custom simple shopping cart using wordpress plugin
- Posting code inside the post instead of in the template file using shortcode
- Very Slow loading. Plugins report provided by P3 included
- How To Rewrite WordPress Pages URL Only?
- Plugin update, is a deactivation and activation done?
- overwrite a plugin function in functions.php
- How to list the categories by custom taxonomy created?
- Allow users to enter and edit data in one-to-many configuration
- How to tweak a plugin without preventing it from updating
- How to make is_admin() return false when I need it to?
- Facebook comment into my blog
- Distribute post content through several divs [closed]
- Does anyone have the Custom Post Permalinks plugin from John P. Bloch? [closed]
- contact form 7 captcha support anyother captcha plugin? [closed]
- add_meta_box showing blank screen in my page
- Option value not getting updated until page refresh in WordPress
- How to create an Info Box on WordPress [closed]
- Fatal error: Uncaught Error: Call to a member function fetch_array() on bool
- Use inline callable for hooks and filters
- Error in using ‘admin_enqueue_scripts’ action through a class