I want to display the latest post date and time in “Last post”
-
I want to display the latest posting date and time in “Last Post” at the top of the forum.
File:\bbpress\loop-single-forum.php
Part you want to change:
<?php do_action( ‘bbp_theme_before_forum_freshness_link’ ); ?><?php bbp_forum_freshness_link(); ?>
<?php do_action( ‘bbp_theme_after_forum_freshness_link’ ); ?>
I want to write it like this:
2024-06-07 13:35
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.