Cambios en la plantilla

git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_Web/trunk@8 7e4b4a24-fdbc-5948-a674-f6f81f2ee942
This commit is contained in:
David Arranz 2011-12-12 17:06:24 +00:00
parent f6afe10d5d
commit 2dbfb4bb35
2 changed files with 9 additions and 2 deletions

View File

@ -346,7 +346,7 @@ if (!($featured_description)) {
</a>
<?php } ?>
<h2 class="single-title"><?php the_title(); ?></h2>
<?/*
<?php /*
<div class="post-info">
<span><?php _e('By', 'meydjer'); ?></span> <?php the_author_posts_link(); ?>,
<span><?php _e('In', 'meydjer'); ?></span> <?php the_category(', ') ?>
@ -358,7 +358,7 @@ if (!($featured_description)) {
<?php endwhile; ?>
<div class="post-tags"><?php _e('Tags:', 'meydjer'); ?> <?php the_tags('', ', ',''); ?></div>
<?php /*<div class="post-tags">< ? php _e('Tags:', 'meydjer'); ? > < ? php the_tags('', ', ',''); ? ></div> */?>
<?php comments_template('', true); ?>

View File

@ -5,6 +5,12 @@ Template Name: Home with slider
get_header();
if ( have_posts() ) {
the_post();
}
global $post;
/*--- autoplay ---*/
if(of_get_option('ml_slider_autoplay')) {
$ml_slider_autoplay = '1';
@ -266,6 +272,7 @@ $thumbnails_size = of_get_option('ml_slide_thumbnails_size','76')
<?php if(of_get_option('ml_slide_captions')) { ?>
<div class="ml_wrapper ml_wrapper_caption">
<div class="ml_slide_caption">
<h3 id="slidecaption2"><?php the_content(); ?></h3>
<h3 id="slidecaption"><?php _e('Loading...', 'meydjer'); ?></h3>
</div>
</div>