Instead of using the global $post variable, try just using the $post_id
that was passed to the function in the first place.
update_post_meta($post_id "tf_book_number", $_POST["tf_book_number"]);
update_post_meta($post_id, "tf_book_reader", $_POST["tf_book_reader"]);
Related Posts:
- How do you use a CPT as the default home page?
- Can a custom post type have a Parent Page?
- don’t publish custom post type post if a meta data field isn’t valid
- How to set a default format for a custom post type?
- WordPress Custom Post Types with a page as a parent?
- add_rewrite_rule and custom variable
- Delete all the custom post types when deleting user
- Correct way to use a form to to filter custom posts by taxonomy terms?
- Showing current taxonomy terms
- White screen error for a custom theme
- automatically create taxonomy with same name as post title
- How can I remove categories in menu in custom post type?
- Search results ordered by custom post types are not grouped
- saving custom post type data to different table in wordpress
- Query post types with multiple keys
- Remove POST_TYPE from custom post type permalink
- Restrict categories to a custom post type
- Get all posts WHERE custom_field is LIKE value
- Programmatically adding posts
- Keep main articles and author blogs seprerate, News / Magazine like site
- How does the $post_type global variable work?
- How to create an advanced filter search?
- Get rewrite slug of custom post type in template
- Placeholder in HTML editor text area?
- Delete link on single-custom.php with redirection
- Getting rid of /my_custom_post_type/ in the single view URL
- Custom Post Type – List all attachments on Edit Screen
- Custom Page that comes with preloaded content for the user
- How to customize a permalink (URL) structure?
- How to integrate video slide using custom post types?
- will post_id ever change? Can I safely use post_id for custom queries?
- Is it possible to create relational metabox values in a custom post?
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- Show titles, date of all posts on single category page
- Update postmeta Parent when post_status child change
- How to Get WordPress custom post data in WooCommerce product meta panel? [closed]
- A form that can save/edit after first input
- Send notification to the admin when new custom post is submitted
- Allow users to create posts without logging in?
- How to produce a sub-page-system in WordPress
- don’t publish custom post type post if a meta data field isn’t valid
- Categorise Custom Post Types
- Detect inside a custom query the kind of post type to assign custom classes
- How do you make a custom post type items automatically delete items 3 months after publication?
- custom post data – how to
- Custom URL redirect in WP
- Add an Outside Wrapper to my Header and Make it Full Width
- attach CPT data to a taxonomy
- Creating a non-hierarchical Taxonomy that behaves like categories
- How to Create a Separate Page for Blog Posts in WordPress
- Separate Content from gallery (custom post type)
- Custom Post type content within a slider
- Add custom columns in custom post type browse page
- Displaying a custom post type using get_template_part into a specific layout
- Displaying a list of Contacts
- WordPress as a frontend website for iOS app [closed]
- How can I make custom static widgets/areas on my homepage?
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- How to hide a custom field from admin?
- Get terms for a specfic post from multiple taxonomies in custom post type
- custom comment fields on CPT
- cannot achieve this structure (custom posts VS categories VS ??)
- Is it possible to have hierarchical taxonomy and hierarchical custom post types in one permalink?
- How set template for “custom post type” individual post
- how to use custom post types collectively integrated with each other
- Use Gravity Forms and a Shopping Cart for output to Freshbooks for an Estimate [closed]
- Why doesnt my tag page populate with this custom post type?
- Home page is getting current-menu-item even if it’s not home
- How do I ensure that post_type and Taxonomy use the same slug?
- Setting Parent Page to Post
- Custom Form / Search with Custom Post Type Data
- Search for custom field input of a custom post type in ajax live search
- wp_set_object_terms creates taxonomies but does not add custom posts to it
- Custom Post Type and Structure Question
- Create API’s for custom-post types & custom queries using REST or Graphql
- custom post type and user post count shortcode
- Custom post type defaults to index.php for archive page
- customize Dokan multi vendor: how can i set every Dokan as child of another dokan?
- pricefilter without WooCommerce
- CPT: multiple loops with different terms
- Stored meta from attachment, video length?
- Update/publish custom post type with jQuery?
- Link two different post using there post_id in post meta
- Help with Travel Guide Setup
- WordPress query posts by custom post type not workng
- Static front page has page url not site url
- How do I get a nested query to only display content that the main query outputed
- Delete attachment with post
- Get link for feed of specific post type AND taxonomy
- Get data from custom post type to another custom post type?
- Using get_terms() as shortcode attribute
- Turn post into simple slideshow
- Multiple Block Quotes without using HTML
- How can i display on front page a movie that is atached in a post type
- Custom post type – columns order
- custom post-type query just returns two posts
- Exposing custom fields to the user in custom type post
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- is therer any wordpress function to retrieve a specific html element from post content
- How to display *block number* instead *date value* on WordPress posts?