function mh_cicero_lite_body_class($classes)
 {
     $mh_cicero_lite_options = mh_cicero_lite_theme_options();
     $classes[] = 'mh-' . esc_attr($mh_cicero_lite_options['sidebar']) . '-sb';
     return $classes;
 }
Example #2
0
<?php

/* Loop Template used for index/archive/search */
$mh_cicero_lite_options = mh_cicero_lite_theme_options();
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('loop-container clearfix');
?>
>
	<header class="entry-header">
		<div class="clearfix">
			<div class="entry-avatar">
				<a href="<?php 
echo esc_url(get_author_posts_url(get_the_author_meta('ID')));
?>
"><?php 
echo get_avatar(get_the_author_meta('ID'), 70);
?>
</a>
			</div>
			<h3 class="entry-title"><a href="<?php 
echo get_permalink();
?>
" title="<?php 
the_title_attribute();
?>
" rel="bookmark"><?php 
the_title();