<!-- TITLE & SEO -->

	<title><?php 
wp_title('|', true, 'right');
?>
</title>

	<?php 
if (function_exists('wpseo_init') || function_exists('aioseop_load_modules') || function_exists('su_get_user_agent')) {
    $i = 0;
    if (have_posts()) {
        while (have_posts()) {
            the_post();
            if (++$i <= 1) {
                echo '<meta name="description" content="' . rb_excerpt('rb_post', 'rb_more') . '">';
            }
        }
    }
}
?>

	<!-- LINKS -->

	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
" />
	<link rel="shortcut icon" type="image/x-icon" href="<?php 
echo ot_get_option('rb_favicon', get_template_directory_uri() . '/images/favicon.ico');
Exemplo n.º 2
0
"><?php 
        the_post_thumbnail('full');
        ?>
</a>
				</div>

				<div class="excerpt">
					<h2><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h2>
					<p><?php 
        rb_excerpt('rb_excerptlength_post', 'rb_excerptmore');
        ?>
</p>
				</div>

				<div class="meta">
					<div class="date"><?php 
        the_time('j M Y');
        ?>
</div>
					<div class="comment"><?php 
        comments_number('0');
        ?>
</div>
				</div>