Tagged: Custom post fields - buddyblog
Hi Martin,
Thank you. Do you mean the data is not visible on Single post view?
Please copy plugin/buddyblog/template/buddyblog to your theme and modify buddyblog/single.php.
There you can add these fields like
Synopsys: <?php echo get_post_meta( get_the_ID(), 'synopsys', true );?>
and so on.
Hope that helps.
The topic ‘ [Resolved] Custom post fields in buddyblog’ is closed to new replies.