Se quita el autor y categoria en las ofertas

git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_Web/trunk@7 7e4b4a24-fdbc-5948-a674-f6f81f2ee942
This commit is contained in:
roberto 2011-12-12 15:19:53 +00:00
parent 25a1cbdeb8
commit f6afe10d5d

View File

@ -346,11 +346,13 @@ if (!($featured_description)) {
</a>
<?php } ?>
<h2 class="single-title"><?php the_title(); ?></h2>
<?/*
<div class="post-info">
<span><?php _e('By', 'meydjer'); ?></span> <?php the_author_posts_link(); ?>,
<span><?php _e('In', 'meydjer'); ?></span> <?php the_category(', ') ?>
<span><?php _e('With', 'meydjer'); ?></span> <?php comments_popup_link( __('no comments yet', 'meydjer'), __('1 comment', 'meydjer'), __('% comments', 'meydjer'), 'comments-link', '0'); ?>
</div><br />
*/?>
<?php the_content(); ?>
<?php } ?>