Ver Mensaje Individual
  #8 (permalink)  
Antiguo 23/12/2008, 13:54
dnogvi
 
Fecha de Ingreso: septiembre-2008
Mensajes: 15
Antigüedad: 16 años, 2 meses
Puntos: 0
Pregunta Respuesta: Como publicar distintos tipos de post, helppp

Meta, este creo que es mi loop en el index, pero no entiendo como y en que parte de mi loop incluir tu codigo, aqui va..

Código PHP:
<?php if (have_posts()) : ?>

        <?php while (have_posts()) : the_post(); ?>
        
        <div class="item" onmouseover="this.className='item2'" onmouseout="this.className='item'">
              <span>
              <?php 
              
// activar eel codigo para pbtener los page views del post especifico.. jaja ni idea valor manejate.!
              //if(function_exists('the_views')) { the_views(); } 
?></span>
              
            
          <p><a href="<?php $values get_post_custom_values("url"); echo $values[0]; ?>"  title="<?php the_title_attribute(); ?>" target="_blank" class="preview" rel="<?php $values get_post_custom_values("image"); echo $values[0]; ?>"><img src="<?php $values get_post_custom_values("thumbs"); echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a><a href="<?php $values get_post_custom_values("url"); echo $values[0]; ?>"  title="<?php the_title_attribute(); ?>" target="_blank" class="preview" rel="<?php $values get_post_custom_values("image"); echo $values[0]; ?>"></a><a href="<?php $values get_post_custom_values("url"); echo $values[0]; ?>" target="_blank" title="<?php the_title(); ?>"></a></p>


          <div class="clear"></div>
            <div class="item_title"><span><?php //if (function_exists('get_cat_icon')) get_cat_icon(); 
                 
if(function_exists('the_ratings')) { the_ratings(); } 
                
                
?> 
                </span>
                
                <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
                
              </a>
               
              </div>
</div><!-- Item Div -->
            <?php endwhile; ?>