Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/08/2011, 13:15
julio_jag_cc
 
Fecha de Ingreso: enero-2011
Ubicación: Madrid
Mensajes: 35
Antigüedad: 13 años, 3 meses
Puntos: 3
Respuesta: Añadir función a mis imágenes destacadas.

Sorry =( no me di cuenta, haber te pego mi index por que ya no se por donde cogerlo xDD

Código:
 <?php get_header(); ?>
<div id="casing">		

<div id="content" >

<?php if (is_front_page()) { ?>
<div id="slidearea">
<?php include (TEMPLATEPATH . '/tab.php'); ?>	
</div>
<?php } ?>
<?php include (TEMPLATEPATH . '/featlist.php'); ?>	

<div id="recposts" >
<h3 class="recpost">Últimos Posts</h3>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>

<div class="spost" id="post-<?php the_ID(); ?>">

<div class="date">
	<span class="author"> Posteado por <?php the_author(); ?></span> <span class="clock"> El <?php the_time('j - M - Y'); ?></span>
 	<span class="comm"><?php comments_popup_link('Añadir Comentarios', '1 Comment', '% Comments'); ?></span><a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" data-count="none" data-via="PlanetSony" data-lang="es">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>	
<a href="<?php the_permalink() ?>">
<?php postim(); ?> 
</a>
<div class="title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title=" <?php the_title(); ?>"><?php the_title(); ?></a></h2>

</div>

<div class="cover">
<div class="entry">

<p><?php the_content_rss('more_link_text', TRUE, '', 30); ?></p>

 <span class="more"> <a href="<?php the_permalink() ?>">Leer mas &raquo;</a></span>

<div class="clear"></div>

</div>
</div>

</div>

<?php endwhile; ?>
<div class="clear"></div>

 <div id="navigation">
<?php if(function_exists('wp_pagenavi')) : ?>
        <?php wp_pagenavi() ?>
 	   <?php else : ?>
        <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries')) ?></div>
        <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;')) ?></div>
        <div class="clear"></div>
       <?php endif; ?>

</div>
<div class="clear"></div>
</div>
<?php else : ?>

		<h1 class="title">No encontrado</h1>
		<p>Lo sentimos, pero usted está buscando algo que no está aquí.</p>
<?php endif; ?>
</div>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
Mira haber si encuentras la funcion....
Siento tener tampoca idea...

Gracias por ayudar.