?> " width="115px" height="71px"> <small><?php the_time('j M Y'); ?> | <?php if (function_exists('the_views')) { the_views(); } ?> | <?php comments_popup_link('0 comentário', '1 comentário', 'Comentários'); ?> </small> <h1><a href="<?php the_Permalink(); ?> " title="<?php the_title(); ?> " alt="<?php the_title(); ?> "><?php the_title(); ?> </a></h1> <p><?php the_excerpt_rereloaded(30); ?> </p>
</div> <div class="conteudo-loop-rates"> <?php if (function_exists('the_ratings')) { the_ratings(); } ?> </div> <span class="row-fluid margintop05"> <a href="<?php the_Permalink(); ?> "><?php echo the_Permalink(); ?> </a> </span> <p class="row-fluid"> <?php the_content(); ?> </p> <div id="conteudo-loop-data" class="row-fluid margintop05"> <span class="conteudo-loop-data-tit">Sugerido em:</span> <?php the_time('d/m/Y'); ?>
?> <!-- NAO USAR O FECHAMENTO --> <!-- LOOP DA PAGINACAO --> <?php $wp_query = new WP_Query(); query_posts( array( 'category_name' => 'oportunidades', 'showposts' => 9, 'paged'=>$paged )); if(have_posts()): while ($wp_query -> have_posts()) : $wp_query -> the_post(); ?> <a href="<?php the_Permalink()?>"> <section class="col-md-4 no-pad item-oportunidade"> <?php the_post_thumbnail(); ?> <figcaption> <h3><?php the_title()?></h3> <span><?php excerpt(50); ?></span> </figcaption> </section> </a> <?php endwhile; else:?> <?php endif?> <div class="clearfix"></div> <?php if (function_exists('pagination_funtion')) pagination_funtion(); ?>
<div id="single_post" style="border-color: <?php echo $color_category; ?>"> <h2> <a style="color: <?php echo $color_category ?>" href="<?php the_Permalink(); ?>"> <?php the_title() ?> </a> </h2> <div class="post_short"> <?php $key = "imagem"; $url_img = get_post_meta($post->ID, $key, true); if ($url_img) { ?> <a class="link_img_post" href="<?php the_Permalink(); ?>"> <img class="img_post" align="left" src="<?php echo get_option('home') . '/' . get_post_meta($post->ID, $key, true); ?>"/> </a> <?php } ?> <?php if(function_exists('the_excerpt_rereloaded')) { the_excerpt_rereloaded('50','','all'); } else { the_excerpt(); }?> <div class="clear"></div>