BuddyDev

Search

[Resolved] Custom post fields in buddyblog

  • Participant
    Level: Initiated
    Posts: 6
    martin c on #1708

    Thank you Brajesh, much appreciated.
    We have been able to insert the new fields. However, when we save the post, those new fields don’t show up.
    Do you know why?

    Thank you
    Martin

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #1714

    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.

This topic is: resolved