Firstly assign your Custom fields group to the post type you are trying to show them in, then call them in that post types template like you have done already.
For the template part, you need to copy single.php from the Parent theme.
EDIT:
For the cutomizr theme you have to make changes in the child theme in the file
customizr\templates\parts\content\singular\post_content.php
just place
<?php $mymetafield = get_field( "test" ); ?>
<p><?php echo $mymetafield; ?></p>
anywhere you want your metafields to display.
Related Posts:
- How to enqueue scripts on custom post add/edit pages?
- Unregister post type from child theme
- flush_rewrite_rules on save_post Does Not Work on First Post Save
- With what hook can I address all posts from all custom post types when they are published?
- What hook should be used to programmatically create a post only when master post is updated?
- How to register custom post types in a plugin?
- Remove “Get Shortlink” button in admin of custom post type
- Can’t unregister parent theme’s CPT from my child theme
- Validate custom fields before save using WordPress Rest API
- Filter Posts from the Main Query
- Use remove_meta_box conditionally on custom post type
- wp_trash_post action hook with custom post type
- How do I amend form data before it is saved for a custom post type
- ACF for custom post type archive pages: which hook to use?
- How to recover the post ID earlier in the WP admin hook action “firing” sequence?
- Using `set_transient()` when saving a custom post type
- Using publish_{custom-post-type} hook for custom post type to update meta doesn’t work
- How to store additional data that is related to core data
- do action inside a class is not working
- Filter Content on all Post Types
- Create action running on trashed_post hook to modify post_meta value
- Add a post when another post type is inserting
- How do I add a custom screen for a custom post type to be called from custom post row action?
- custom post type WYSIWG removes paragraphs when displayed
- Stuck in Order by more then one
- Custom post type suppress transition from future to publish
- Custom Post Type + ACF and performance [closed]
- Meta Query Not Returning Output Despite Having Matching Values
- ACF From & To Date Validations
- Using advanced custom fields from one custom post type in another custom post type / using nested shortcodes
- How to render a custom post type template with custom fields using shortcode
- Exclude objects from WordPress API based from ACF field using rest_prepare_{$post_type}
- Limit number of custom posts per taxonomy
- CPT archive admin menu label
- Rewrite Rule for showing Parent/Child Relationship between Two Hierarchical Custom Post Types
- Order Custom Post Type by Custom Field Value
- Retrieve custom field from Contact Form 7 [closed]
- Query Custom Post Type Taxonomy term with multiple parameters
- Custom fields (wp_post_meta) vs Custom Table for large amount of data
- How to query WordPress posts bycustom field with a max characters’ length
- The loop seems stuck to a single (now deleted) post
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- How to update post meta on uploaded image from a custom form?
- How to group posts and get a mixed posts and groups view?
- Custom Post Types vs. Advanced Custom Fields (with Repeater Field add-on)
- Multiple Frontend Filters Using Advanced Custom Fields
- Integrate Custom Post Type Events into Calendar
- Specific routing for CPT
- Order post by date with ACF
- Displaying custom field according to date
- How to set the seo title tag on a page by page basis?
- WebP Fallback for Inline Background Image in Style Attribute
- Adavnced custom fields relationship query plus query inside
- Query based on custom fields start and end date
- How To Import CPT With Only Few TEXT ACF Fields From Front End?
- Categorise Custom Post Types
- Using preg_replace to filter custom textarea
- Advanced custom field boolean value in custom post type
- How can I add a filter to a particular post format?
- Is there any way to get list of all possible filter hooks for all post types?
- Why is my WP Query not returning first result’s post meta?
- Create new custom post and post category of same name
- Add a custom text to admin footer in a Custom Post Type page
- How to add/edit advanced custom fields on custom post type’s WordPress REST API?
- Get rid of “trash can” for custom post type
- Recoverable Fatal Error – Object of class WP_Post could not be converted to string
- Querying & displaying custom post type into an existent page [closed]
- How to get a custom type post data when it has a connection with another custom type post?
- Custom post type showing same Post on all Pages
- Why would social icon badges disappear after adding a custom post type?
- Sort a custom post with ACF: Date Picker & Display Featured!
- ACF repeater field usage
- Custom Meta fields Update hook?
- List of users that clicked a ‘Join’ button at single post
- Include php on a specific page template
- Add an Outside Wrapper to my Header and Make it Full Width
- Post loop count is not in order
- What do the numbers mean at the end of add_action(‘save_post’)…?
- Running a wordpress action when a custom post type term (taxonomy category) is changed
- How to inherit field value from parent post into in child / sub post
- How can I add a shortcode to query Custom Post Type with ACF in WordPress?
- sortable columns for multiple custom post types not working
- Custom Post Type page sorts differently on different environments
- Postname on unique permalink structure appends “-2” for a custom post type. How can I get this to stop happening?
- How check if a post is saved from backend or frontend?
- set_query_params using custom params defined in functions file?
- Custome fields not displayed
- How to build a WordPress post review system beside commenting
- WordPress hook after post content and meta update
- Create short URL with auto 301 redirect
- How to define the template for custom posts?
- WordPress hook which triggers on post import
- Assigning alternate single-{cpt} template based on blog_id in multisite
- providing access to post_id or post inside functions.php
- Batch Extract Date from post title and put into ACF custom field
- Before saving post hook
- Query entries from custom post type in an ACF flexible content field
- Why is wp api returning old acf values?
- How to use single.php for creating, reading and editing Custom Posts with ACF
- Distribute Custom Post in different pages