Home › Forums › Back End › Display custom post type posts within the_content filter › Reply To: Display custom post type posts within the_content filter
January 13, 2014 at 1:59 pm
#160306
Participant
the_post_thumbnail
and the_title
are used to echo data, try using get_the_post_thumbnail
and get_the_title
inside your function.