Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/antilias/public_html/wp-content/themes/hueman/tmpl/single-tmpl.php on line 26 [closed]
Question
code here
>
<?php if( get_post_format() ) { get_template_part('parts/post-formats'); } ?>
<div class="clear"></div>
<div class="<?php echo implode( ' ', apply_filters( 'hu_single_entry_class', array('entry','themeform') ) ) ?>">
<div class="entry-inner">
<?php the_content(); ?>
<nav class="pagination group">
<?php
//Checks for and uses wp_pagenavi to display page navigation for multi-page posts.
if ( function_exists('wp_pagenavi') )
wp_pagenavi( array( 'type' => 'multipart' ) );
else
wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>'));
?>
</nav><!--/.pagination-->
</div>
<?php do_action( 'hu_after_single_entry_inner' ); ?>
<div class="clear"></div>
</div><!--/.entry-->
</div><!--/.post-inner-->
‘.__(‘Tags:’,’hueman’).’ ‘,”,”);
}
?>
0
php, themes
3 years
2020-03-29T20:52:57-05:00
2020-03-29T20:52:57-05:00 0 Answers
141 views
0
Leave an answer