1. <?php get_header(); ?>
  2.  
  3.  
  4. <!-- Begin Content Column -->
  5. <div id="content-categories">
  6.  
  7. <!-- Begin Bars -->
  8.  
  9. <div class="breadcrumbs-categories"><h1>NOTICIAS DE <?php printf( __( '%s' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?> EN ESPAÑOL</h1></div>
  10.  
  11. <!-- End Bars -->
  12.  
  13. <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  14.  
  15. <!-- START CONTENTS 1 -->
  16.  
  17. <div class="title-categories"><h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3></div>
  18.  
  19. <div class="date-categories"><?php the_time('F jS, Y') ?> Escrito por <?php the_author() ?></div>
  20.  
  21. <!-- Start Contents -->
  22.  
  23. <div class="maincontents-categories">
  24.  
  25. <p><?php echo substr(get_the_excerpt(), 0,500); ?></p>
  26.  
  27. <p>&nbsp;</p>
  28.  
  29. <a href="<?php the_permalink(); ?>" class="readmore">Leer m&aacute;s...</a>
  30.  
  31. </div>
  32.  
  33. <?php endwhile;?>
  34.  
  35.  
  36. <?php else : ?>
  37.  
  38. <h1>Nothing Found</h1>
  39.  
  40. <?php endif; wp_reset_query(); ?>
  41.  
  42. <br>
  43.  
  44. <!-- END CONTENTS 1 -->
  45.  
  46. <!-- ********** ********** ********** ********** ********** -->
  47. <!-- ********** ********** ********** ********** ********** -->
  48.  
  49. <div class="seobox-categories">Encuentre toda la información <?php echo single_cat_title(); ?> actual en español y las últimas noticias <?php echo single_cat_title(); ?> en Mercado de Dinero Colombia</div>
  50.  
  51. <br>
  52.  
  53. <!-- ********** ********** ********** ********** ********** -->
  54. <!-- ********** ********** ********** ********** ********** -->
  55.  
  56. <!-- End Contents -->
  57.  
  58. </div>
  59. <!-- End Content Column -->
  60.  
  61.  
  62. <!-- ********* ******* TERMINAN CONTENIDOS ******** ******* -->
  63.  
  64. <!-- ********** ********** !!!!!!!!!! ********** ********** -->
  65.  
  66. <?php get_sidebar('categoryleft'); ?>
  67. <?php get_sidebar('categoryright'); ?>
  68. <?php get_footer(); ?>