We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cc289 commit 0973703Copy full SHA for 0973703
library/bones.php
@@ -282,7 +282,7 @@ function bones_related_posts() {
282
<li class="related_post"><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
283
<?php endforeach; }
284
else { ?>
285
- <li class="no_related_post">No Related Posts Yet!</li>
+ <?php echo '<li class="no_related_post">No Related Posts Yet!</li>'; ?>
286
<?php }
287
}
288
wp_reset_query();
0 commit comments