Publisher is the useful and powerful WordPress Newspaper , Magazine and Blog theme with great attention to details, incredible features...

[diario_shortcode template=”card_img” colunas=”4″ s=”internofolha” numero_de_parceiros=”4″ mono_post=”sim” colunas=”4″ top=”4″]

Div fixa rodapé celular

<style type=”text/css”>
#rodape /*rodapé do sistema */
{
background-color: #cecece;
text-align: center;
border: solid 1px Gray;
font-size:8pt;
font-family: Verdana;
font-weight:bold;
width:100%;
color:Black;
position:fixed;
bottom:0px;
left:0px;
}
</style>

<div id=”rodape”>
<table width=”300″ border=”0″>
<tr>
<td width=”114″ valign=”top”><div id=”foto”><?php
if ( has_post_thumbnail() ) {
//o post actual tem miniatura
the_post_thumbnail();
} else {
// o post actual n«ªo tem miniatura
echo ‘<img src=”http://cartagospel.com/wp-content/uploads/2015/05/logocartagospelpontocom.jpg” Title=”Carta Gospel, Entretenimento – Noticias – Palavra e Muito mais.” alt=”Carta Gospel”>’;
}

?> </div>
</td>
<td width=”176″ valign=”top”><?php if ( in_category(‘funk’) ) {
}else{ ?>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– linlsvermelho –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:200px;height:90px”
data-ad-client=”ca-pub-2703201306688417″
data-ad-slot=”8652782088″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<?php }?></td>
</tr>
</table>
</div>