<?php get_header(); ?>
<? include(“http://www.capinopolis.com/publicidade/anunciosprincipal.php”); ?>
<?php
if(!function_exists(‘getPageContent’))
{
function getPageContent($pageId)
{
if(!is_numeric($pageId))
{
return;
}
global $wpdb;
$sql_query = ‘SELECT DISTINCT * FROM ‘ . $wpdb->posts .
‘ WHERE ‘ . $wpdb->posts . ‘.ID=’ . $pageId;
$posts = $wpdb->get_results($sql_query);
if(!empty($posts))
{
foreach($posts as $post)
{
return nl2br($post->post_content);
}
}
}
}
?>
<div id=”col1″>
<? require_once(“http://www.capinopolis.com/portal/wp-content/themes/channel/channel/topo.php”); ?></font>
<? //include(“http://www.capinopolis.com/portal/wp-content/themes/channel/channel/titulo.php”); ?></font>
<?php echo getPageContent(496); ?>
<? include(“http://www.capinopolis.com/portal/wp-content/themes/channel/channel/data.php”); ?></font>
<table border=\”0\” width=\”580\” cellspacing=\”0\” cellpadding=\”0\”>
<tr>
<td>
<p><?php echo getPageContent(807); ?></p>
</td>
<td>
<h6>
<?php _e(‘Últimas publicações’); ?></h6>
</td>
</tr>
</table>
<p align=”center”><? include(“http://www.capinopolis.com/publicidade/anunciosprincipal_horizontal.php”); ?> <p>
<div class=”featuredline”></div>
<div class=”clear”></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id=”post”>
<div id=”postbox”>
<div class=”header”>
<h3>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>
<?php the_title(); ?>
</h3>
<span class=”author”>
<?php //the_author_posts_link(); ?>
</span> <span class=”date”>
<?php //the_time(‘ j M, Y’) ?>
</span></div>
<div class=”thumbnail”>
<?php get_thumbnail($post->ID, ‘thumbnail’, ‘alt=”‘ . $post->post_title . ‘”‘); ?>
</div>
<div class=”clear”></div>
<div class=”info”>
<?php the_content_limit(‘100’); ?>
</div>
</div>
<!–end: postbox–>
</div>
<!–end: post–>
<?php endwhile; ?>
<div class=”clear”></div>
<div class=”navigation”>
<p align=”center”>
<form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
<div id=”search”>
<font size=”20″ color=”#98CA01″> <b>PESQUISE NO CAPINOPOLIS.COM:</b></font> <input class=”searchinput” type=”text” value=”Pesquisar no site” onclick=”this.value=”;” name=”s” id=”s” size=60/>
<input type=”submit” class=”searchsubmit” value=”OK”/>
</div>
</form>
</br>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
</div>
<div id=”income_tax”>
<?php echo getPageContent(439); ?>
</div>
<?php else : ?>
<p>Não encontrado.</p>
<?php endif; ?>
</div>
<!–end: col1–>
<?php get_sidebar(); ?>
<?php include(“http://www.capinopolis.com/torpedos/chamatorpedo.php”); ?>
<?php get_footer(); ?>