Retieve custom fields in loop
-
Hi there, I’d like to use the Testimonials plugin along with my own loop which is already handling other post types. It pretty much worked out of the box but I can’t seem to retrieve the custom fields/post meta (I assume that they’re custom fields) including the byline and the link.
I had thought that I was along the right line with:
$meta = get_post_meta( get_the_ID(), ‘Byline’, true );
but this doesn’t seem to have done the trick.Can anyone point me in the right direction please?
Many thanks
Kev
- The topic ‘Retieve custom fields in loop’ is closed to new replies.