Ver Mensaje Individual
  #9 (permalink)  
Antiguo 24/08/2011, 02:33
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.

Buenas de nuevo; no me había fijado en esa llamada xDD

Haber este es el archivo tab.php

Código:
<div id="tabzine" class="widgets ">

<?php 
	$featucat = get_option('stgz_gldcat');
	$my_query = new WP_Query('showposts=5&category_name='. $featucat .'');	 
	if ($my_query->have_posts()) :
?>

<div class="tabdiv">
<?php while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>	
	
<div id="feature-<?php the_ID(); ?>" >
<div class='inpost'>
	<h3><?php the_title(); ?></h3>
	 <p><?php the_content_rss('more_link_text', TRUE, '', 30); ?></p>
</div>
<a href="<?php the_permalink() ?>"></a><?php slidim() ?></div>
<?php endwhile; ?>
</div>

<?php endif; ?>

<?php if ($my_query->have_posts()) :?>

<ul id="tabnav" >
<?php while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>	
    <li>
	<a class="listab" href="#feature-<?php the_ID(); ?>"><?php boxim() ?></a>
	</li>
	<?php endwhile; ?>
</ul>
<?php endif; ?>
</div>
Te mando por mp el link de la pagina.