From 3eeacb58bd8ffff6cd8b981e90cc4bcb970b2c5b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 12 Sep 2011 18:00:43 +0000 Subject: [PATCH] Arreglado problema con textos largos y con plugin de idiomas. git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_Web/trunk@32 77ab8c26-3d69-2c4d-86f2-786f4ba54905 --- src/wp-content/themes/lqdvi/template-tu.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/lqdvi/template-tu.php b/src/wp-content/themes/lqdvi/template-tu.php index f2707167..ba781da6 100644 --- a/src/wp-content/themes/lqdvi/template-tu.php +++ b/src/wp-content/themes/lqdvi/template-tu.php @@ -178,8 +178,8 @@ if (isset($page_photo_arr) && !empty($page_photo_arr)) { $permalink_url = get_permalink($captura_item->ID); - $titulo = _($captura_item->post_title); - $texto = pp_substr(strip_tags(strip_shortcodes($captura_item->post_content)), 50); + $titulo = strip_tags(strip_shortcodes($captura_item->post_title)); + $texto = strip_tags(strip_shortcodes($captura_item->post_content)); if ($texto != "") { $texto = " " . $texto; @@ -199,7 +199,7 @@ if (isset($page_photo_arr) && !empty($page_photo_arr)) { } ?>
- +