From 2dbfb4bb356aa36858ee3c65c13b509e62ad016f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 12 Dec 2011 17:06:24 +0000 Subject: [PATCH] Cambios en la plantilla git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_Web/trunk@8 7e4b4a24-fdbc-5948-a674-f6f81f2ee942 --- src/wp-content/themes/fiatlux/includes/loop-single.php | 4 ++-- src/wp-content/themes/fiatlux/template-home_slider.php | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/fiatlux/includes/loop-single.php b/src/wp-content/themes/fiatlux/includes/loop-single.php index 9d4fda4..664da03 100644 --- a/src/wp-content/themes/fiatlux/includes/loop-single.php +++ b/src/wp-content/themes/fiatlux/includes/loop-single.php @@ -346,7 +346,7 @@ if (!($featured_description)) {

- , @@ -358,7 +358,7 @@ if (!($featured_description)) { -
+ < ? php _e('Tags:', 'meydjer'); ? > < ? php the_tags('', ', ',''); ? > */?> diff --git a/src/wp-content/themes/fiatlux/template-home_slider.php b/src/wp-content/themes/fiatlux/template-home_slider.php index eeb242b..05fd666 100644 --- a/src/wp-content/themes/fiatlux/template-home_slider.php +++ b/src/wp-content/themes/fiatlux/template-home_slider.php @@ -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')
+