Skip to:
Content
Pages
Categories
Search
Top
Bottom

Updatable Post Date

Viewing 5 replies - 1 through 5 (of 5 total)
  • @traverser11

    Participant

    I haven’t used this together with bbpress topics… but does get_the_modified_time() work? https://developer.wordpress.org/reference/functions/get_the_modified_time/

    @alave

    Participant

    Hey! I’m not too comfortable on directly editing files and was hoping there would be a quick fix/selector I could add {display; none} too.

    Thanks for the suggestion!

    @traverser11

    Participant

    Yes you could use

    .bbp-reply-post-date {
        display: none;
    }

    to hide you bbpress reply post date.

    But to display the post modified date you would need to add this function in you child theme templates whereever you want to display, eg replace
    bbp_topic_post_date();
    with
    the_modified_date();
    in templates/content-single-topic-lead.php

    @evidia

    Participant

    change post date

    @evidia

    Participant

    sorry, I was trying it out and wrote in this thread by error. I did all the steps, but where can I change the post date now?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar