예제 #1
0
<?php

/**
 * Template Name: Eventos
 */
get_header();
if (have_posts()) {
    while (have_posts()) {
        the_post();
        if (has_post_thumbnail()) {
            $imagen_id = get_post_thumbnail_id();
            $img = wp_get_attachment_image_src($imagen_id, 'single');
        }
        $cat_name = single_cat_title("", false);
        $style_web = new style_web();
        ?>

<div class="row interno">
        <section class="col-lg-8 col-md-8 col-sm-12">
            <ol class="breadcrumb">
              <li><a href="<?php 
        echo get_option('home');
        ?>
/">Inicio</a></li>
              <li><a href="<?php 
        echo $cat_name;
        ?>
">Eventos</a></li>
              <li class="active">Recientes</li>
            </ol>
            <article>
예제 #2
0
<?php

/**
 * Template Name: Home
 */
get_header();
$style_web = new style_web();
?>
    <!-- row 3: Slider / News -->
    <div class="row tranparencia">
        <!-- Slider Start -->
        <section class="col-lg-12 col-md-12 col-sm-12 col-xs-12 cont-slider">
        <ul class="bxslider">
        <?php 
$style_web->slider_home("Slider");
?>
        </ul>
        </section>
        <!-- News Start -->
        <section class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
            <div class="row news-home">
              <?php 
$style_web->noticias_home("Noticias");
?>
                
            </div>
        </section>
    </div>
</div><!-- FIN CONTAINER IMPORTANTE -->
<div class="row line-red"></div>
<div class="bg-white">
예제 #3
0
    <!-- row 1: navigation -->
    <div class="row">
                <nav class="navbar navbar-default navbar-inverse nav-justified navbar-fixed-top" role="navigation">
  <div class="container-fluid">
    <!-- Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header">
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>

    </div>
<?php 
$style_web = new style_web();
$style_web->menu_header();
?>

    </div>
</nav>

		</div>

    <!-- row 2: Header -->
    <header class="row cont-cabecero">
        <div class="cabecero tranparencia">
            <div class="row redes-search">
                <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 mnu-redes">
                    <div class="fs1">
                      <div>
예제 #4
0
<?php

$style_web = new style_web();
get_header();
?>
<section class="container">
	<section class="destacados_home">
		<?php 
if (function_exists('show_skitter')) {
    show_skitter();
}
?>

    </section>
    
    <section class="contenido_izq">
    	<?php 
$style_web->noticias("noticias");
?>
    </section>
    
   <?php 
get_sidebar();
?>

</section>


<?php 
get_footer();
예제 #5
0
<?php

$style_web = new style_web();
$cat_name = single_cat_title("", false);
$cat_id = get_cat_id($cat_name);
$id_ances = get_ancestors($cat_id, 'category');
$title_ances = get_cat_name($id_ances[0]);
?>
    
        <aside class="col-lg-4 col-md-4 col-sm-12 hidden-xs">
            <div class="eventos-recientes col-lg-12 col-md-12 col-sm-6">
                <div class="event-rec-tit-int"><h4>EVENTOS RECIENTES</h4></div>
                                <article class="plg-event-rec-int">
                    <div class="triangulo triangulo-der"></div>
                    <div class="triangulo triangulo-izq"></div>
                   <div class="sidebar_slider1">
                   <?php 
$style_web->sidebar_eventos1();
?>
                    </div>
                </article>
            </div>
            <div class="prox-eventos-int col-lg-12 col-md-12 col-sm-6">
                <div class="prox-event-int">
                <div class="triangulo triangulo-der-gris"></div>
                <div class="triangulo triangulo-izq-gris"></div>
                <h4>PROXIMOS EVENTOS</h4></div>
                <div class="slider_ev2">
                
                <?php 
$style_web->sidebar_eventos2();
예제 #6
0
<?php

/**
 * Template Name: Grupos
 */
$style_web = new style_web();
get_header();
?>
<section class="container">	
    
    
    <section class="contenido_izq">
    	<?php 
$style_web->noticias(single_cat_title("", false));
?>
    </section>
    
   <?php 
get_sidebar();
?>

</section>


<?php 
get_footer();