You got ARRAY echos because you saved array on post meta,
Just check array values of meta data like:
print_r( get_post_meta($post->ID, 'ptn_systeem', true) );
and echo it like:
foreach( (array) get_post_meta($post->ID, 'ptn_systeem', true) as $option):
echo $option . "<br>";
endforeach;
Related Posts:
- Order by & include array by specific post ids
- Get list of all registered post types slugs
- Limit the post for differents custom post type in the same wp_query
- array_pop() expects array, boolean given for $event_type_term ->slug
- Save custom post type in different table
- Automatically adding meta data to posts or multiple query help
- Create a post in custom post type using field in registration form after users submit form
- My theme saves their custom post type’s metadata as a serialized array, how to access the keys?
- Save an array from drop-down in custom meta box
- How to store multiple values in 1 meta_key with radio input?
- Display a CPT based on a metabox selection
- Display post content with respect to its title?
- Storing a many to many post type relationship in post meta and keeping SQL ability for Joins
- Limit the post for differents custom post type in the same wp_query
- Custom Post Types — $args vs. labels array
- Get an array wich contains the post_name of every post that has the custom post_type “pelicula”
- Add first letter of titles to array, then compare arrays
- Query Custom Post Types with checkboxes
- Create Array from custom post type to display a slider
- Inefficient Query Confusion
- Querying multiple values from a single key
- Check if user has comment on current post
- get_terms() returns Trying to get property of non-object error for custom taxonomy
- Custom Post Type Field Array parsing [closed]
- Getting custom post types to properly display alphabetically
- How can I loop at a Specific Taxonomy from a custom post type?
- Update value inside array update_post_meta
- Custom archive page for custom taxonomy and pagination issue
- Get an array of the number of post per year of a custom post type (WordPress)
- Query when is one or several values
- Staggering featured post using ‘sticky’
- If custom taxonomy exist on post?
- Convert Custom Post Data to Javascript Array for Autocomplete
- Trying to get custom post type attachment images to function in indexed array
- CPT and metabox: create multi checkbox by using array?
- Pulling in Related Posts based on Post Type array
- WordPress custom field images not getting inserted into array
- Meta-Box to add multiple items one at a time and on publish save all
- Custom Post Type Author Array Problem
- taxonomy terms array not working
- Display custom posts in checkbox list
- posting twice from an array?
- create functions based on array values
- Display custom post type attached media file sizes
- post__in select all custom posts and not the selected array of ids
- get_pagination not working on a custom post type query (using WP_Query)
- Show Posts to Author Only
- How to Make infinite loop of post
- Get custom post type categories to show up in menus
- WP_Query parameter conflict
- Create a comments template for custom post types
- Is it possible to add posts and images (auto resize) for custom post types with a script?
- wysiwyg editor don´t export paragraph
- Add custom attributes to a post
- Custom Type add Transitions
- How to make a meta box?
- Retrieving meta-box from a custom-post-type
- Cannot save Custom Post Type meta data
- Custom taxonomy page returns 404
- Custom post type permalink sends to 404.php
- Running a wordpress action when a custom post type term (taxonomy category) is changed
- Custom post types with categories in template
- portfolio custom type tags support
- Custom Post Type conflicting with page?
- How to check if post/page or taxonomy post is published by admin
- How can I create an automatic drop down menu with my tags?
- Custom database table question
- previous_post_link in same taxonomy in custom post type
- Getting all ID’s matching a title in a custom post type
- show current item in custom menu, when inside a custom post type
- How do I get the custom category URL from the custom post type?
- Associate all Custom Post Types with Taxonomy
- current-menu-item not added on page showing custom post type (rendered with archive template)
- How to define a term for custom taxonomy
- Saving fields in a drop-down in WordPress
- How to move a post to different post type with all meta data?
- Custom taxonomy or custom page templates?
- Make (custom) post type accessible only by custom query
- Assign post type to many users
- Custom taxonomies to define versions of a product
- WP_Query with custom post type ID
- why is the current page title being output?
- Adding guestbook to my wordpress site
- Meta box values not displaying in Post Edit Screen after save
- Exclude posts with custom taxonomy
- Forms and WordPress Nonce
- Invalid Taxonomy
- List custom taxonomy as navigation – taxonomy pages with all it’s posts?
- How can I set a meta value that will then affect other post meta values?
- How to select a template for a custom post type?
- Show Custom Message in WordPress Admin
- get_posts seems to be skipping the last Post
- Saving data for different custom posts
- Dynamically insert an article at the top of a taxonomy archive – or?
- Getting a custom post’s custom field based on another custom post’s custom field select
- Why do I have to press the “Update” button twice to save my meta box values?
- Count custom post type based on two meta data
- TinyMCE Buttons on Certain Post Type
- Merge page with custom post type
- Need help deciding on a taxonomy