-
Notifications
You must be signed in to change notification settings - Fork 0
/
content-home7.php
32 lines (26 loc) · 974 Bytes
/
content-home7.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="painel-noticias4">
<a href="<?php the_Permalink()?>" title="<?php the_title();?>">
<div class="bloco-img-noticias4 especiais-img img-slider efeito" style="background: url('<?php the_post_thumbnail_url( 'postnews3' ); ?>');">
</div> </a>
<div class="categoria nocanto1">
</div>
<div class="bloco-titulo-slider">
<div class="card-content">
<a href="<?php the_Permalink()?>" title="<?php the_title();?>" class="white-text destaque-fonte">
<?php
$tituloPost = get_the_title();
$tituloCapa = get_post_meta( $post->ID,'titulo-capa', true );
if(empty($tituloCapa)){
$titulo = $tituloPost;
}else{
$titulo = $tituloCapa;
}
echo $titulo;
?>
</a>
</div>
</div>
<div class="nocanto4 tamanho-icones">
</div>
</div>
<div class="diviser"></div>