Skip to content

Commit c37c419

Browse files
committed
bugfix
1 parent 301564d commit c37c419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

single.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
while (have_posts()) {
1212
the_post();
1313
echo $multiloquent->multiloquent_paralax_featured_sliders();
14-
echo '<article id="post-' . get_the_ID() . '" ' . post_class('post') . '>';
14+
echo '<article id="post-' . get_the_ID() . '" ';
15+
echo post_class('post');
16+
echo '>';
1517
require(locate_template('featuredimage.php'));
1618
require(locate_template('breadcrumb.php'));
1719
?>

0 commit comments

Comments
 (0)