• Resolved lordmatt

    (@lordmatt)


    Comments are not showing up on post pages.

    It looks to me that you just refuse to show non-paginated comments.

    <?php } elseif ( ! comments_open() && post_type_supports(get_post_type(), 'comments') ) {
            return;
        } // endif

    Am I reading that right?

Viewing 1 replies (of 1 total)
  • Thread Starter lordmatt

    (@lordmatt)

    Never mind. I think the problem was a missing negation in the fix to the other bug I applied. It’s working now. I’m happy.

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to get comments to show’ is closed to new replies.