Respostas no Fórum

Visualizando 4 respostas - 1 até 4 (de um total de 4)
  • Criador do tópico leandrus

    (@leandrus)

    era que pode ser permanent link?

    Criador do tópico leandrus

    (@leandrus)

    ja tentei todas maneiras..ja li sobre isso em todas partes. segui varios tutoriais inclusive esse e nao rola..

    Criador do tópico leandrus

    (@leandrus)

    Alguem?

    Fórum: Plugins
    Em resposta a: Problemas compagenavi
    Criador do tópico leandrus

    (@leandrus)

    <?php get_header(); ?>
    <div id="content">
    
    <?php
    $postct = get_option('dion_postnum');
    $args=array('post_type' => 'videos','post_status'=> 'publish','posts_per_page' =>$postct,'caller_get_posts'  =>1,"paged" =>$paged,);
    query_posts($args);
    if (have_posts()) : while (have_posts()) : the_post();
    ?>
    <div class="box rounded <?php if (++$counter % 4 == 0) { echo "lastbox"; }?>" id="post-<?php the_ID(); ?>">
    
    <div class="postcover">
    
    <?php $trailer = get_post_meta($post->ID, 'trailer_value', $single = true)  ?>
    <?php $poster = get_post_meta($post->ID, 'poster_value', $single = true)  ?>
    
    <a>" rel="prettyPhoto" ><img class="poster" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo $poster; ?>&h=270&w=200&zc=1" alt=""/></a>
    
    </div>
    <div class="boxtitle">
    <h2><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    </div>
    
    </div>
    
    <?php endwhile; ?>
    
    <div class="clear"></div>
    
    <div id="navigation">
    <?php
    if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
    ?>
    
    </div>
    <?php wp_reset_query();?>
    
    <?php else : ?>
    
    	<div class="title"><h2>Oops.. Nothing Found !</h2></div>
    	<div class="cover">	<p>I think what you are looking for is not here or it has been moved. Please try a different search..</p> </div>
    
    <?php endif; ?>
    
    </div>
    
    <?php get_footer(); ?>
Visualizando 4 respostas - 1 até 4 (de um total de 4)