BuddyDev

Search

Blog Category for Groups date of post not displaying correctly

Tagged: 

  • Participant
    Daniel Jackson on #41866

    I am using Blog Category for Groups – on the groups profile page the date for posts is only displaying the time.

    Is this something that is controlled by Blog Category for Groups?

  • Keymaster
    (BuddyDev Team)
    Posts: 24231
    Brajesh Singh on #41873

    Hi Daniel,
    Thank you for the question.
    yes, It is controlled by the Blog Categories templa file.

    We are using the following tag.

    
    <?php the_time() ?>
    

    Please change it to

    
    <?php the_time( 'F j Y' ); ?>
    

    in the bcg/posts.php and It will show the date instead.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved