• Kadence 1.1.36 (and presumably lower) there is a date bug in the kadence/bbpress/loop-single-reply.php template.

    This has been reported directly to Kadence via their support form today, but I figured might be good to also have this out in public. Since I searched a lot to find if anyone else had encountered this.

    The Kadence bbPress template overide is getting the date of the current topic, not the individual reply.

    changing line 40 from

    <?php printf( __( '%1$s at %2$s', 'kadence' ), get_the_date(), esc_attr( get_the_time() ) ); ?>

    <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span>

    Will fix this.

    https://cloudup.com/cEpszIdzBfO/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, Jon!

    I sent a response to your support email too about this. If we can help you further with it, kindly respond to the email to continue the conversation.

    Best,
    Karla

    Thread Starter Jon Brown

    (@jb510)

    Ty Karla. I did receive your email saying you couldn’t reproduce this. I’ll follow up via email.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bbPress with Kadence showing wrong date on topic replies’ is closed to new replies.