Sounds like a single “book” post type would be most appropriate. You could then add custom postmeta, which does not require Advanced Custom Fields. I would create the post type and custom fields first, test them out to make sure they’re saving appropriately to the database. Then, you can do a foreach loop for each line in your CSV, and use wp_insert_post which has a meta_input parameter where you can add all the corresponding custom fields (postmeta).
Related Posts:
- Send post changes to set email addresses (not users or subscribers)
- Set posts of a custom post type to be private by default?
- echo value from ‘select’ field type into page template using cmb2?
- modify all posts of a category to “no comments allowed”
- How can I add dropdown widget/box to admin post page?
- How do I write this SQL statement for Posts written in last 24 hours?
- Limit Authors to their Own Posts on front-end excluding admins
- Multiple Content Block
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- GravityForm: Populate Dropdown with custom post type [closed]
- Deleting Custom Post type data using mySQL command
- WooCommerce product search titles only
- Notice: Undefined index: suppress_filters
- custom post type not showing in menu
- If post has custom field then display css-class
- Shortcode not working with post counter
- Changing default ‘posts’ parameters with register_post_type_args
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- Allow users to create posts without logging in?
- How to change permalink to include custom post type
- How to assign classes to all elements?
- Redirect to another page using contact form 7? [closed]
- ACF in wordpress
- Navigate posts with different post type that are in the same categories
- Showing custom post type categories in the menu
- Custom post type’s posts are not showing anywere but in xml sitemap
- WordPress notification if new post published
- Modify Posts from Custom_Post_Type within the plugin
- Get post format
- Custom post type in Custom widget – $listItem
- Template code to split a post and print a custom field?
- Display author box on just certain category posts?
- redirect after submiting post for review
- What is the best way to set the post category (Custom Post Type) automatically based on the one of the tags assigned to the post?
- Why is this function so slow?
- Add input radio menu to post
- subtracting the current post form then whole loop, which is generating all CPT titles
- When post is Published, insert into custom table a number – custom post type
- How to mark posts as visited
- Populate custom post type/custom fields from an external database
- Work and Display a Custom Post Type as a normal Post
- Featured image in custom post is being disabled
- How to hide home title on pages and posts?
- How to delete unnecessary custom post types in the UI
- How to make a non-public post on wordpress approval?
- How to Add Custom Taxonomy To Woocommerce Plugin
- How to let custom post type posts show in standard post archive (like in homepage)?
- Rewrite custom post & taxonomy to share same URL path
- How to register custom post types in a plugin?
- Get the post children count of a post
- Quickest way to get last or oldest post date – WP Query
- Need functionality with all post list available at edit.php
- Query to change custom post type with specific category
- Best action hook to create custom post and assign taxonomy terms to it on plugin activation?
- Custom Post Types relationships
- Custom post type and body_class: Remove “blog” class
- Copy custom field value to post title
- How to get the post type from a category id?
- Getting posts under the custom post type ui category
- Can I list a custom post type within another custom post type in the admin area?
- add category name to permalinks on product page /category-name/product-name
- create parent post using wp_insert_post
- Turn on and off custom post type from admin?
- List custom taxonomy specific to one custom post type
- create a new page from a custom post type similar to an authors page
- Several post types on WP Query by tag and taxonomy
- Admin Column does not populate with data
- Load scripts based on post type
- Check post on publish for blank title
- Different Limit number of post on different archive page
- How to change “post_class()” for a custom post type?
- Custom post types and ‘new WP_Query’
- Can’t delete a custom post in front end with custom role
- Add custom field to admin area witthout using a metabox
- Dynamic pages for linked categories and content
- Separate Content from gallery (custom post type)
- Custom Ratings for Theme, Proper way to Refactor Code and Clean up Template File
- Can I assign a theme to a custom post type?
- Create Custom Post type that uses Page.php template
- Using Wp_Query, Json to add Highcharts series data
- wordpress post_where set only for my costum post type
- Sorting custom post types in edit.php : Post disappear
- Page template that uses lightbox to display post images
- Get Posts List of Current Selected Custom Taxonomy in Shortcode
- Adding custom post category to categories widget
- Custom attachment function not working in v5.4.2?
- How to create editable sections in wordpress?
- Instructor can view, edit, delete only theirs courses
- Custom post type that lets users create a set of posts?
- Get post from Category by Priority
- Custom Fields through plugin in a Custom Post Type
- Getting a 404 on single custom post type page when using rewrite on a custom taxonomy
- Configure which plugin custom post types get registered
- Can’t preview custom post – Redirected to home page
- Post AND page parameter for WP function
- How to call wordpress custom post type page
- How to filter homepage posts by popularity? [closed]
- How to string lines from the_content() hook in WordPress?
- Automatically add custom taxonomy when meta value gets to a set number or beyond
- Change post-name when inserting new Post if Specific Category is selected in WP