From f56a10b68a583df9f7d5fa64415ab4a7df81a92d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 3 Oct 2011 14:49:19 +0000 Subject: [PATCH] =?UTF-8?q?Secci=C3=B3n=20"Noticias"=20repasada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_Web/trunk@42 77ab8c26-3d69-2c4d-86f2-786f4ba54905 --- src/wp-content/themes/lqdvi/archive.php | 20 ++++++++--- src/wp-content/themes/lqdvi/blog.php | 42 ++++++++++-------------- src/wp-content/themes/lqdvi/category.php | 27 ++++++++++----- 3 files changed, 50 insertions(+), 39 deletions(-) diff --git a/src/wp-content/themes/lqdvi/archive.php b/src/wp-content/themes/lqdvi/archive.php index 54d93f34..456b5b44 100644 --- a/src/wp-content/themes/lqdvi/archive.php +++ b/src/wp-content/themes/lqdvi/archive.php @@ -140,14 +140,26 @@ if (have_posts()) : while (have_posts()) : the_post(); $image_thumb = wp_get_attachment_image_src($image_id, 'large', true); - $pp_blog_image_width = 570; - $pp_blog_image_height = 260; + $pp_blog_image_width = 150; + $pp_blog_image_height = 150; } ?>
+ +
+ + + +
+

@@ -169,9 +181,7 @@ if (have_posts()) : while (have_posts()) : the_post();

-

- - +

diff --git a/src/wp-content/themes/lqdvi/blog.php b/src/wp-content/themes/lqdvi/blog.php index ef3ffe51..d38582e9 100644 --- a/src/wp-content/themes/lqdvi/blog.php +++ b/src/wp-content/themes/lqdvi/blog.php @@ -184,17 +184,28 @@ if (have_posts()) : while (have_posts()) : the_post(); { $image_id = get_post_thumbnail_id(get_the_ID()); $image_thumb = wp_get_attachment_image_src($image_id, 'large', true); - - - $pp_blog_image_width = 570; - $pp_blog_image_height = 260; + $pp_blog_image_width = 150; + $pp_blog_image_height = 150; } ?>
- + +
+ + + +
+ + +

@@ -213,26 +224,7 @@ if (have_posts()) : while (have_posts()) : the_post(); < ? php comments_number(__('No comment'), __('Comment'), __('% Comments')); ? >*/ ?>

- - -

- -
- - - -
- - - -


- - +

diff --git a/src/wp-content/themes/lqdvi/category.php b/src/wp-content/themes/lqdvi/category.php index 99eec7f9..375c12b6 100644 --- a/src/wp-content/themes/lqdvi/category.php +++ b/src/wp-content/themes/lqdvi/category.php @@ -115,18 +115,30 @@ if (have_posts()) : while (have_posts()) : the_post(); { $image_id = get_post_thumbnail_id(get_the_ID()); $image_thumb = wp_get_attachment_image_src($image_id, 'large', true); - - - $pp_blog_image_width = 570; - $pp_blog_image_height = 260; + $pp_blog_image_width = 150; + $pp_blog_image_height = 150; } ?>
+ +
+ + + +
+ + +
-

+

@@ -146,10 +158,7 @@ if (have_posts()) : while (have_posts()) : the_post(); */ ?>

- -

- - +