Skip to:
Content
Pages
Categories
Search
Top
Bottom

I want to display the latest post date and time in “Last post”


  • yamasaki2024
    Participant

    @yamasaki1221

    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.
Skip to toolbar