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 301564d commit c37c419Copy full SHA for c37c419
single.php
@@ -11,7 +11,9 @@
11
while (have_posts()) {
12
the_post();
13
echo $multiloquent->multiloquent_paralax_featured_sliders();
14
- echo '<article id="post-' . get_the_ID() . '" ' . post_class('post') . '>';
+ echo '<article id="post-' . get_the_ID() . '" ';
15
+ echo post_class('post');
16
+ echo '>';
17
require(locate_template('featuredimage.php'));
18
require(locate_template('breadcrumb.php'));
19
?>
0 commit comments