File: /home/c1190199/public_html/wp-content/themes/TheProfessional/includes/postinfo.php
<?php if (!is_single() && get_option('professional_postinfo1') <> '') { ?>
<p class="post-meta"><?php _e('Publicado','Professional'); ?> <?php if (in_array('author', get_option('professional_postinfo1'))) { ?> <?php _e('por','Professional'); ?> <?php the_author_posts_link(); ?><?php }; ?><?php if (in_array('date', get_option('professional_postinfo1'))) { ?> <?php _e('el','Professional'); ?> <?php the_time(get_option('professional_date_format')) ?><?php }; ?><?php if (in_array('categories', get_option('professional_postinfo1'))) { ?> <?php _e('en','Professional'); ?> <?php the_category(', ') ?><?php }; ?><?php if (in_array('comments', get_option('professional_postinfo1'))) { ?> | <?php comments_popup_link(__('0 comentarios','Professional'), __('1 cometario','Professional'), '% '.__('comentarios','Professional')); ?><?php }; ?></p>
<?php } elseif (is_single() && get_option('professional_postinfo2') <> '') { ?>
<p class="post-meta">
<?php _e('Publicado','Professional'); ?> <?php if (in_array('author', get_option('professional_postinfo2'))) { ?> <?php _e('por','Professional'); ?> <?php the_author_posts_link(); ?><?php }; ?><?php if (in_array('date', get_option('professional_postinfo2'))) { ?> <?php _e('el','Professional'); ?> <?php the_time(get_option('professional_date_format')) ?><?php }; ?><?php if (in_array('categories', get_option('professional_postinfo2'))) { ?> <?php _e('en','Professional'); ?> <?php the_category(', ') ?><?php }; ?><?php if (in_array('comments', get_option('professional_postinfo2'))) { ?> | <?php comments_popup_link(__('0 comentarios','Professional'), __('1 comentario','Professional'), '% '.__('comentarios','Professional')); ?><?php }; ?>
</p>
<?php }; ?>