There’s no need to do it via Ajax, you can use the curl libraries in WordPress to access data from remote sites. WordPress has a nice little interface via WP_HTTP_Curl
for doing exactly that.
Creating posts from the data you retrieve could be done with wp_insert_post()
and changes to posts would likely be done via wp_update_post()
You’re desire to sort by category will need to be a bit more specific, WP automatically creates urls for categories at /category/<cat-slug>
when pretty urls are enabled, there are also mechanisms for easily creating menus using those same category items.
WordPress also has Cron
-like capabilities that can be supplemented with an actual cron job to ensure the tasks are run.
Related Posts:
- How to filter post data with AJAX on page?
- Ajax filter with custom taxonomies
- Filter posts with ajax form and checkboxes
- Auto Draft Specific Categories Posts after a certain number of Days
- Filter custom post type archive page with custom taxonomies (categories) with AJAX
- Received nothing after executing AJAX post function
- Filtering WP_Query Dynamically on the Front-End
- Why get_posts() not returning only selected category posts from Custom Post Type?
- Ajax Custom Post Filter is not filtering
- WP_Query inside foreach loop returning same value for all options when filtered using ajax
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- Load Custom_post_type categories post with ajax
- Retrieve custom post types by custom taxonomies with WP_Query
- Custom post type’s extra fields – how to handle?
- filter by custom taxonomy using ajax
- What is the most efficient way to execute recursive complex queries?
- Not saving custom taxonomy while using ajax
- How to display custom post type pagination buttons when processing AJAX request
- Show ajax form resuslts in page
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- Ajax load more inside custom post type taxonomy
- Custom filtering on month value only of an entire date field
- update custom taxonomy with Ajax in edit.php file [duplicate]
- How to filter custom post data with AJAX?
- Can multiple custom post types share a custom taxonomy?
- How to Add Custom Fields to a Custom Post Type?
- limit selection of custom taxonomies to one?
- Filtering a custom post type by custom taxonomy in archive template
- get term archive url / link
- Get term slug of current post
- $wp_query->queried_object->ID throws warning: Undefined property
- Permalink rewrite 404 conflict- WordPress Taxonomies/ CPT
- Custom Taxonomy Template Post List with Sort Order
- The Operator “NOT IN” Does Not Work In tax_query
- wp_insert_term doesn’t work with custom post type’s taxonomy
- Post type archive page not working
- How to get the parent’s taxonomy?
- Help with hierarchical custom taxonomies and permalinks…almost there
- Archive or taxonomy pages not working for custom post type
- Custom Taxonomy returns no posts
- Display taxonomy term only if there’s a value
- How to get only one category of custom post type?
- Create separate template for shared custom taxonomy with shared terms
- Custom/separate categories for custom post type
- Custom Post Type Pagination & duplicate posts
- Connecting a taxonomy with a post type
- How to achieve representation of streets index with custom taxonomies
- Optimised Code for Pulling Taxonomy Posts
- Custom post types and permalinks
- How to filter custom taxonomy categories on archive?
- Fetch taxonomies by custom post type id array
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- get_terms showing all categories instead of the ones assigned to a specific post
- Normal pages as children of my Custom Post Type
- Custom post type and taxonomy slug issue
- Custom template won’t load for a custom post type (custom permalinks used)
- Genesis filterable portfolio isotope [closed]
- Adding a custom post type taxonomy template in plugin
- Get posts by querying taxonomy and certain terms of the taxonomy?
- Return one unique custom post type result when it shares a custom taxonomy in WP_QUERY?
- Create template for taxonomy results limited by Custom Post Type
- Query Custom posts of same taxonomy as the post itself
- Display as tree terms of taxonomy and custom posts for each term of taxonomy
- Trash / Draft a WordPress custom post after custom date field expires
- Query taxonomy of taxonomy of custom post type
- Pretty URL for custom search for custom post type
- How to conditionally redirect to the post from a taxonomy page?
- set permalink for CPT
- Taxonomy/Custom post type structure suggestion on a movie site
- Check if post has specific tag_ID in custom post type
- custom post type vs. conditionally displaying meta boxes for specific terms?
- WP_query – Filter by tax_query and meta_query using multiple select
- Hide meta box for everything BUT a certain custom post type
- Display custom tags for custom post listing page
- How to display custom taxonomy term meta on custom post type
- What should I learn to develop event management in wordpress? [closed]
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Ajax Post Filter | Split Taxonomy Into minPrice & maxPrice
- Custom endpoint filtering post by custom taxonomies
- Custom post type rewrite url structure with taxonomy and sub taxonomy
- Custom Post Type with Category Separate
- Define multiple prefixes for custom post type
- Related posts by taxonomies does not work , what could be the reason?
- Display first post of a term in taxonomy template
- How to transfer categories (default) to custom taxonomy?
- Order archive custom posts by taxonomy term [duplicate]
- Problem displaying posts for a category in a custom taxonomy
- Create Inclusions and exclusions
- Associate custom CPT with another CPT’s taxonomy and rewrite permalinks
- Same permalink structure for all post types?
- WordPress custom post type
- How to have working breadcrumbs with several taxonomies associated with a custom post type
- Show Custom Post Type taxonomy term that matches custom field
- How to Display Custom Taxonomies in an Un-ordered HTML List
- link posts to custom post type
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- See the process of creating a taxonomy and tell me where I made a mistake
- Navigation won’t update to show full path to single post
- Advise on Custom Taxonomies and Structure
- Taxonomy Archive URL + Template