You can just fetch the post meta manually within the loop as follows:
get_post_meta( get_the_ID(), 'oldtimer', true );
That should get you the correct value. Hope it helps 👍
Related Posts:
- Group posts by custom field
- How to Filter Posts by Custom Fields?
- Orderby is working with one query but not with other
- Order by empty custom field
- Conditional operator OR not working with custom fields
- WP ForLoop to compare meta information of posts to determine what post to display
- Query only displays one page_id
- display ACF repater field in archive page
- Problem with my loops
- WP_Query a custom field value bringing back 0 results
- Custom search (wp query by custom fields)
- Loop through multiple custom fields with increasing number
- How do I display posts with specific value in a custom field into my loop?
- Can I force WP_Query to return no results?
- Can wp_query return posts meta in a single request?
- Resetting post data to previous loop in nested loops
- Some doubts about how the main query and the custom query works in this custom theme?
- Get post count of current loop when using multiple queries on one page
- Multiple WP_Query loops with Pagination
- Using a custom WP_Query with get_template_part loop
- Meta query with string starting like pattern
- compare meta_query in get_posts arguments
- WP_Query vs get_posts
- How can I use order_by to order by two meta_keys without excluding posts that don’t have those keys initialized?
- Loop within a loop?
- WP_Query and next_posts_link
- Show posts without term
- Usage of the new “posts_clauses” filter in WordPress 3.1?
- Display products from specific category in shop page
- How to list some posts first in the loop based on post id
- Pagination returns 404 after page 20
- Make loop display posts by alphabetical order
- Function in array as arguments for WP_Query
- WP_Query: query posts by ids from array?
- Use WP_Query with have_posts()?
- WP_Query to show post from a category OR custom field
- get custom post type by tag
- How to get order of posts?
- Order posts by ID in the given order
- Sorting posts by custom date fields (non standard date format)
- Too slow when using both ‘tax_query’ and ‘meta_query’ both in WP_Query
- get_template_part in for loop
- Getting attachments by meta value
- Get array of posts from the current archive page loop
- pre_get_posts with get_posts
- How-to exclude terms from the main query the most performant way?
- Pagination with WP_Query is buggy – working for some pages, but not the others
- Get the number of posts from the current page results
- Executing Queries in tag.php
- Display posts the match taxonomy term linked from wp_list_categoies?
- How can I save an array from a random post sequence for later use?
- How to place a loop within another loop?
- WordPress Custom Query to show posts from last x years
- meta_query where value is equal to given value
- How to order posts tag by tag?
- Query Custom Meta Value with Increment
- “pre_get_posts” firing on every query
- Show two random posts from custom post type
- Add the “active” class only to the first loop item in a WordPress query [closed]
- Loop through all tags & output posts in alphabetical list
- Pagination with 5 posts per page
- Identify which loop you are hooking into; primary or secondary?
- Get_post() with meta_key when compare is a date
- querying with custom meta field with meta_query
- In loop: posts have thumbnail AND other variables
- Order by meta_value_num DESC and meta_value ASC on WP 4.0
- How to order category.php loop by ‘meta_value’?
- Pagination/infinite scroll with WP_Query and multiple loops
- Merging a complex query with post_rewind and splitting posts into two columns
- Sort posts by custom taxonomy name
- Add inline HTML to posts published within last 24hrs
- getting posts and number by specific meta value in multiple meta
- Move posts to top of WP_Query if in certain Taxonomy?
- How to query using a combination of custom_field values?
- Sorting Posts by custom field
- Order posts by date and then by custom field
- Loop inside the loop
- WP_Query on custom post type not displaying, multiple loops & get_template_part
- Pagination Not working on Home Page with 2 Query
- Revolution Slider Orderby Two Custom Fields
- meta_query not working properly
- Using new WP_Query in shortcode in a custom field causes the main post content to not display
- Ajax Infinite Scroll In Custom WP_Query Loop Not Working
- Query two post types and order by two different date fields
- Display different number of posts from one category on the different pages
- WordPress altering my custom query, How to fix it?
- Looping through tabular data
- Trying to list out child pages with WP_Query
- Exclude post on loop by multiple meta key value
- Pagination not working Search posts
- How to change a custom query into a standard loop?
- Querying by taxonomy vs Querying by Custom fields Speed Comparison
- Transient pagination not working properly
- Show default content if custom WP_Query has no posts
- get_posts() seemingly ignoring post_type
- cloning a WP_Query
- Injecting content with $wp_query->current_post restarts from zero on paged pages. How to inject content after X posts, regardless of pagination?
- How to query ‘posts_per_page’ to display a different blog posts index template?
- Order by meta_key in custom post type doesn’t affect the query
- Display featured products through custom loop in WooCommerce 3 [closed]