File: /home/c1190199/public_html/wp-content/wptouch-data/themes/classic-redux/default/single.php
<?php get_header(); ?>
<div id="content">
<?php if ( wptouch_have_posts() ) { ?>
<?php wptouch_the_post(); ?>
<div id="title-area" class="box <?php if ( has_post_thumbnail() && classic_should_show_thumbnail() ) { echo 'show-thumbnails'; } ?>" style="background-color:#1c1c1c;color:#eeeeee;">
<?php if ( classic_should_show_thumbnail() ) { ?>
<div class="wptouch-icon-area">
<?php //if ( has_post_thumbnail() ) the_post_thumbnail( 'large' ); ?>
</div>
<?php } ?>
<h1 class="post-title"><?php the_title(); ?></h1>
<div class="post-meta">
<?php if ( classic_should_show_date() ) { ?>
<div class="time"><i class="wptouch-icon-time"></i> <?php wptouch_the_time('j \d\e\ F \d\e\ Y'); ?><?php if (isset($post->comment_count) && $post->comment_count == 0) { ?>
<a href="#respond" style="padding-left:5px;display:inline;color:#00cc33;">↓ Dejar comentario</a>
<?php } elseif (isset($post->comment_count) && $post->comment_count > 0) { ?>
<a href="#com-head" style="padding-left:5px;display:inline;color:#00cc33;">↓ Ir a comentarios</a>
<?php } ?></div>
<?php } if ( classic_should_show_author() ) { ?>
<div class="author"><i class="wptouch-icon-user"></i> <?php echo sprintf( __( 'Written by %s', 'wptouch-pro' ), get_the_author() ); ?></div>
<?php } ?>
</div>
</div>
<div align="center" style="width:100%;text-align:center !important;height:100%;margin-left:12px auto;margin-right:12px auto;vertical-align:middle;margin-bottom:2px;">
<center>
</center>
</div>
<div id="content-area" class="<?php wptouch_post_classes(); ?> box" style="background-color:#1c1c1c;color:#eeeeee;padding-top:0px !important;margin-bottom:5px;height:100% !important;font-size:109%;">
<?php wptouch_the_content(); ?>
<div class="cat-tags" style="margin-left:0px!important;margin-right:0px!important;margin-bottom:5px !important;font-size:85%;border-top: 1px #333333;border-bottom: 1px #333333;padding-bottom:5px;padding-top:5px;border-style: dotted;">
<?php if ( wptouch_has_categories() ) { ?>
<?php _e( 'Categorías:', 'wptouch-pro' ); ?> <?php wptouch_the_categories(); ?><br />
<?php } ?>
<?php if ( wptouch_has_tags() ) { ?>
<?php _e( 'Etiquetas:', 'wptouch-pro' ); ?> <?php wptouch_the_tags(); ?>
<?php } ?>
</div>
<!-- compartir -->
<div style="display:block;margin-left:-10px;margin-right:-10px;vertical-align:middle;text-align:center;padding-top:10px !important;padding-bottom:0px !important;margin-bottom:-10px !important;background-color:#1c1c1c;padding:5px !important;">
<a href="#" style="margin-right:15px;display:inline-block;vertical-align:middle;color:#cacaca !important;"><b>Compartir en: </b></a>
<a style="margin-right:18px;display:inline-block;vertical-align:middle;color:#4267b2 !important;" href="//www.facebook.com/sharer.php?u=<?php echo urlencode( get_permalink() ); ?>" target="_blank"><i class="fa fa-facebook fa-2x"></i></a>
<a style="margin-right:18px;display:inline-block;vertical-align:middle;color:#1da1f2 !important;" href="//twitter.com/intent/tweet?source=wptouchpro3&text=<?php echo htmlspecialchars( urlencode( html_entity_decode( get_the_title() . ' - ' ) ) ); ?>&url=<?php echo urlencode( get_permalink() ); ?>" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
<a style="margin-right:18px;display:inline-block;vertical-align:middle;color:#25d366 !important;" href="whatsapp://send?text=<?php the_title(); ?> – <?php urlencode(the_permalink()); ?>" data-action="share/whatsapp/share"><i class="fa fa-whatsapp fa-2x"></i></a>
<a style="display:inline-block;vertical-align:middle;color:#bd081c !important;" href="https://pinterest.com/pin/create/link/?url=<?php the_permalink() ?>&description=<?php the_title();?>&media=<?php echo get_fbimage(); ?>" target="_blank"><i class="fa fa-pinterest fa-2x"></i></a>
</div>
</div> <!--content end -->
<?php do_action( 'wptouch_after_post_content' ); ?>
<div align="center" id="myadbox" style="width:100%;text-align:center;display:block;padding-top:3px;margin-top:15px;vertical-align:middle;">
<!-- Let's make some money -->
<center>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- mystery-responsive -->
<ins class="adsbygoogle"
style="display:block;margin-right:14px;margin-left:14px;text-align:center;vertical-align:middle;"
data-ad-client="ca-pub-6850029095430543"
data-ad-slot="5133916589"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
</div>
<!-- Let's recommend cool stuff -->
<?php get_template_part( 'related-posts' ); ?>
<!-- Promover Cursos -->
<style>
.cursos_res { width: 91%;height:auto; }
@media(min-width: 500px) { .cursos_res { width: 468px;height:468px; } }
@media(min-width: 800px) { .cursos_res { width: 640px;height:640px; } }
</style>
<div style="width:100%;height:auto;text-align:center !important;margin-top:30px;margin-left:0 auto;margin-bottom:-15px;margin-right:0 auto;">
<center>
<a href="https://mysteryplanet.com.ar/site/cursos/"><img src="https://mysteryplanet.com.ar/banners/runas-gratis.jpg" title="Cursos" alt="Cursos" class="cursos_res" /></a>
</center>
</div>
<div id="comments">
<?php comments_template(); ?>
</div>
<?php } ?>
</div>
<?php get_footer(); ?>