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:
parent
f6afe10d5d
commit
2dbfb4bb35
@ -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); ?>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user