Home › Support Forums › Theme Support › Pinboard › Posts in Portfolio category are displaying unwanted strings of text › Reply To: Posts in Portfolio category are displaying unwanted strings of text
Daniel Tara
Keymaster
Copy the function pinboard_entry_meta() to your child theme’s functions.php and replace this line:
<?php if( ( '_' != $meta[0] ) && ( 'enclosure' != $meta ) ) : ?>
with this:
<?php if( ( '_' != $meta[0] ) && ( 'enclosure' != $meta ) && ( 'ninja_forms_form' != $meta ) ) : ?>