<?php get_header(); ?>
<div id="content">
<?php include_once(TEMPLATEPATH . '/topbanner.php'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class('clearfix') ?> id="post-<?php the_ID(); ?>">
<h1 class="title"><?php the_title(); ?></h1>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:40px"></iframe>
<div class="postdate">
<span class="calendar"><?php the_time('F jS, Y') ?></span>
<span class="comment"><?php comments_popup_link('No hay comentarios', '1 Comentario', '% Comentarios'); ?></span> <?php edit_post_link('Editar', '', ' '); ?>
</div>
<p style="text-align:center ;">
<!-- Adsense -->
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8908312169158059";
/* Anuncio en alevsk 1 */
google_ad_slot = "9646686344";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<div class="entry">
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(300,225), array("class" => "alignleft post_thumbnail")); } ?>
<?php the_content('Leer el resto de este Post »'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pagina:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<p style="text-align:center ;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8908312169158059";
/* Anuncio en Alevsk 3 */
google_ad_slot = "1895701150";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<div class="demobox" style="margin-top: 10px; height:auto;overflow:auto;">
<div class="autor"><img src="http://www.alevsk.com/wp-content/themes/ModernStyle/images/alevsk.jpg" alt="alevsk"/></div>
<div class="acerca">
<h3>Escrito por Alevsk</h3>
Tengo 19 años, Trabajo como desarrollador web en una empresa Latinoamáricana llamada <a href="http://iq-zone.com" alt="iq-zone">IQ-Zone</a> cuando no voy a la escuela,
Soy autodidacta, me interesan temas como la ingeniería inversa, el mundo Linux, las auditorías de seguridad en redes, la seguridad web, las tecnologías inalámbricas, la programación y el underground Informático ... Algunos dicen que soy un Geek frustrado. Sigueme en <a href="http://twitter.com/Alevsk" title="Twitter Alevsk" target="_blank">@Alevsk</a>
</div>
</div>
<div class="postmeta">Categoria: <?php the_category(', ') ?> | <?php the_tags('Tags: ', ', ', ''); ?> </div>
<div class="navigation clearfix">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
Puedes <a href="#respond">Comentar</a>, o <a href="<?php trackback_url(); ?>" rel="trackback"> hacer un trackback</a> de tu propio sitio.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Los comentarios estan cerrados, pero puedes <a href="<?php trackback_url(); ?> " rel="trackback"> hacer trackback</a> de tu propio sitio.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
Puedes ir directamente a los comentarios y dejar tu aportacion. El pinging no esta permitido.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
No se puede comentar ni hacer Pinging en esta entrada :(.
<?php } edit_post_link('Editar este Post','','.'); ?>
<!-- Compartelo -->
<div class="demobox" style="margin-top:10px;">
<?php ic_BeSocial_Buttons(); ?>
</div>
</div><!--/post-<?php the_ID(); ?>-->
<?php comments_template(); ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>