comments_by_type problems
-
I’m just playing with a blank theme and if I have
<?php if ( ! empty($comments_by_type[‘comment’]) ) : ?>
it gives me no commets to show which it should.
If I change it to
<?php if ( empty($comments_by_type[‘comment’]) ) : ?>
it shows comments. To be honest i’m confused!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘comments_by_type problems’ is closed to new replies.