-
Notifications
You must be signed in to change notification settings - Fork 0
/
portada.php
executable file
·87 lines (62 loc) · 2.17 KB
/
portada.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?php
/*
Template Name: Portada
*/
?>
<?php get_header() ?>
<div id="content">
<div class="slide-home">
<?php
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
noletia_show_main_slide('global');
?>
</div>
<div class="padder">
<?php do_action( 'bp_before_blog_page' ) ?>
<div class="page" id="blog-page" role="main">
<div class="conc-y-desc-home">
<div class="bloque-concursos">
<?php /* ?><h2 class="title-bloque1 size16 font-normal">Concursos</h2><?php */ ?>
<div>
<?php /* ?>
<div class="imagen-descuentos"><img src="http://elclubexpress.com/wp-content/uploads/low1-658x320-345x200.jpg" class="attachment-thumbnail wp-post-image" alt="low1-658x320" title="low1-658x320" height="200" width="345"><span class="info"><h3>concursos</h3></span>
</div>
<div id="list_concur_frontpage"><ul><li class="last-li-concur"><p class="list_concurs_frontpage_title">PRÓXIMAMENTE</p><p class="concur-portada-date"></p></li></ul>
</div>
<?php */ ?>
<?php mostrar_ult_post_concursos('global'); ?>
</div>
</div>
<div class="bloque-descuentos">
<?php /* ?><h2 class="title-bloque1 size16 font-normal">Descuentos</h2><?php */ ?>
<div>
<?php mostrar_ult_post_descuentos('global'); ?>
</div>
</div>
</div>
<?php /* ?>
<div class="bloque-agenda">
<?php mostrar_ult_post_agenda('global'); ?>
</div>
<?php */ ?>
<div class="bloque-agenda">
<?php mostrar_ult_post_agenda2('global'); ?>
</div>
<div class="last-news-home">
<?php mostrar_ult_post_noticias('global'); ?>
</div>
<?php mostrar_horiz_port(); ?>
<div class="last-news-home">
<?php mostrar_ult_post_noticias_seg_fila('global'); ?>
</div>
<div id="more_news_frontpage">
<h2 class="all_desc_frontpage_title orange">Más noticias</h2>
<?php mostrar_modulos_peq_portadas('global', 8); ?>
<?php mostrar_enlace_ver_todas_noticias('global'); ?>
</div>
</div><!-- .page -->
<?php do_action( 'bp_after_blog_page' ) ?>
</div><!-- .padder -->
</div><!-- #content -->
<?php get_sidebar() ?>
<?php get_footer(); ?>