Example #1
0
        the_author_meta('google_plus');
        ?>
?rel=author" itemprop="contact"> de <span itemprop="name"><?php 
        echo get_the_author();
        ?>
</span></a></h4>
                        <time datetime="<?php 
        the_time('Y/m/d g:i:s A');
        ?>
" pubdate><?php 
        the_date('j F Y');
        ?>
</time>
                    </aside>
                    <?php 
        echo excerpt_count(160);
        ?>
                </article>
            <?php 
    }
    ?>
            <?php 
} else {
    ?>
            <h3 class="section_title">No hay contenido en <?php 
    echo single_tag_title('', false);
    ?>
</h3>
            <?php 
}
?>
        ?>
</a></figure>
					</header>
					<h2 itemprop="additionalName"><a itemprop="url" href="<?php 
        esc_url(the_permalink());
        ?>
" title="<?php 
        the_title();
        ?>
" rel="bookmark"><?php 
        the_title();
        ?>
</a></h2>
					<div class="contact_text" itemprop="description">
						<?php 
        echo excerpt_count(100);
        ?>
					</div>
					<?php 
        $twitter = get_post_meta($post->ID, 'twitter', true);
        $facebook = get_post_meta($post->ID, 'facebook', true);
        $google_plus = get_post_meta($post->ID, 'google_plus', true);
        if ($twitter || $facebook || $google_plus) {
            ?>
						<aside class="social_profiles">
						<?php 
            if ($twitter) {
                ?>
<a target="_blank" href="<?php 
                echo $twitter;
                ?>