Can't get post meta from custom post type metabox
-
I use Ajax Load More – Infinite Scroll plugin for output custom post type. I have custom meta box link_to with value /something – it’s just link. In template of plugin i try to get it
<a href="<?php get_post_meta( get_the_ID(), 'link_to', true ); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
doesn’t work…Where i have mistake?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can't get post meta from custom post type metabox’ is closed to new replies.