You have the parameter of get_post_meta
set to true
which returns single result, set it to false or remove it completely.
$dump_array = get_post_meta(get_the_id(), '_as_roomname')
//check whats in the array
var_dump($dump_array);
// or loop for output
foreach( $dump_array as $dump )
echo $dump;
Related Posts:
- Missing feature image link function
- How to customize the_archive_title()?
- Get menu object from theme_location
- Displaying the number of updates available in the Admin area
- Trying to use add_action and do_action with parameters
- How to change the markup WordPress inserts for post images
- When tax_query used, results disappear (0 =1 produced)
- Safe to disable wptexturize?
- Get a list of all available fields in the User Profile
- How do I use the WP image functions in a page template?
- Targeting specific menu with wp_nav_menu_items
- why doesnt is_home() work in functions.php
- wp_get_attachment_image returns different image size
- Insert Ad Code in the Middle of a Post
- Limit the length of the Author Profile Biographical Text
- Add options to featured image
- disable comments if array exists
- WordPress Change Post Templates,but not drop down, but Image selection
- Programmatically Add Font-Awesome Icons to Category Widget
- Remove images from get_the_excerpt
- Remove “says” from comments
- Reuse variable in hook callback
- Dynamically Register Sidebars For Each Top Level Page
- Run Product Filter Javascript On Page Template
- What is the criteria for pluggable functions?
- Can you use admin pages functionality on the frontend of your site
- How to add a column to the Trash page?
- How can I stop a function from encoding an entity?
- Theme-Config tab in admin Pannel?
- Display more recent and less recent posts in same category
- Change WP attachment name to postid during upload only for post type
- Overwrite Parent Theme add_image_size in Child Theme
- Custom registration URL lost when user makes signup mistake
- Images uploaded using media uploader are appearing upside down
- How to target only the front page (not subsequent paginated pages) in theme/plugin?
- Individually styling date month year [closed]
- Tiny MCE-modifications (plugins) stopped working in WordPress 5.6
- Activate small php condition at footer over page template
- How to insert custom widget in custom sidebar in theme activation?
- Writing functions in WordPress functions.php that don’t replace a WordPress core function
- How to hook into a function offered by a plugin?
- HTTP_HOST changing in functions.php
- Change position of media in admin menu
- How can I remove the main description text box in a Woocommerce product editor page? I only use the “Product short description” text box [closed]
- 404 redirect to previous category
- show first 3 thumbnails of posts in different sizes [closed]
- Getting custom image size URL in functions
- new_excerpt_more link not working properly
- Where to add the permalink in this function?
- WordPress function saves a post twice and updates all posts
- Change CSS for logged in users
- if statement for wordpress default featured image on single post
- Function to display post by specific author
- Return category name with & Ampersand doesnt work
- Control the srcset much more (not all sizes in it each time)
- Allowed memory size of 33554432 bytes exhausted (tried to allocate 9967617 bytes) in …\wp-includes\functions.php
- What happens to the text in functions.php file outside of the php enclosure?
- wordpress acts like functions.php doesn’t exist [closed]
- retrieves menu and converts it to a readable array
- How to properly set custom logo size?
- How can I pass a shortcode value to the head in wordpress functions.php
- Image Crop Not Working
- WordPress can’t get jquery/unslider to work
- Replace admin header logo with an image
- how get number of twitter followers in wordpress
- template_redirect action only firing if logged in
- Unable to use get_page_by_title() more than once per page?
- Woocommerce Variable Product Dropdown for Custom Shop Template
- Featured Image and Tags problem
- Advanced method to control cache of enqueued style/script
- Issue passing action class to nested function. Admin Columns
- Populate Product Regular Price with a calculated ACF Field Value
- large image size of 1440×1440 not pulling 2x of 2880×2880 image
- How to make the RTL.css the dominant css code?
- Its my first time trying to create a website , I got an error Please help
- Auto remove tags on certain date
- restrict uploaded image size and fixed image display size
- Code executes outside of Loop while same code gives ‘Uninitialized string offset’ notice inside a while loop
- Function not receiving string from shortcode
- I’m getting invalid taxonomy in init action
- Is there any requirements to do socket programming with WordPress?
- Restricted images only for logged user. (hidden url)
- Only seems to be displaying one child when there are supposed to be multiple
- Rest API User Levels
- adding google analytics via echo or between tags
- Slider Thumbnail Size Issue [closed]
- same get_posts function works diffrently in tag.php and functions.php
- Call custom field using php
- WordPress permanently logging users out
- Meta Box value not been pulled in
- Syling Custom Fields echo’s from from functions.php
- How to Update User Meta Field other than from profile?
- Retrieve array of attachment IDs attached to a given Post ID
- add_theme_support not outputting thumbnails
- More link – not text
- update_user_option not working as expected
- Shortcodes not outputting in correct divs
- Help finishing script to export WP user data when form submitted
- PHP Notice: Function is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false
- Problem with removing characters “<” – WpAllImport