Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vbojacks

    (@vbojacks)

    Also, I used this script in my theme functions PHP: function `jl_remove_post_dates() {
    add_filter(‘the_date’, ‘__return_false’);
    add_filter(‘the_time’, ‘__return_false’);
    add_filter(‘the_modified_date’, ‘__return_false’);
    } add_action(‘loop_start’, ‘jl_remove_post_dates’);`

    But I have since removed it – would have done anything?

    Thread Starter vbojacks

    (@vbojacks)

    Solved on my own – no help here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments section will not show’ is closed to new replies.