Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • hey mateusw3c, maybe you can tell me, how i can create thumbnain on alumbs?

    Now i see only albums title without thumbnail :/ But i can`t find where set the image on albums?

    Thread Starter mariuse3

    (@mariuse3)

    Hey again. i use query_post

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. Don’t use the blockquote it messes up the formatting. ]

    <?php
    query_posts('cat=-4');
    		if (have_posts()) : 
    
    		while (have_posts()) : the_post();
    
    			get_template_part( 'loop', 'index' );
    
    		endwhile;endif; ?>
    
    			<?php if(function_exists('wp_pagenavi')) { // if PageNavi is activated ?>
    
    				<div class="more_posts">
    					<?php wp_pagenavi(); ?>
    				</div>
    			<?php } else { // Otherwise, use traditional Navigation ?>
    				<div class="more_posts">
    					<span class="next_posts_link"><?php next_posts_link(__('? Senesni', 'themezee_lang')) ?></span>
    					<span class="previous_posts_link"><?php previous_posts_link (__(' Ankstesni ?', 'themezee_lang')) ?></span>
    				</div>
    				<div class="clear"></div>
    			<?php }?>
    
    	</div>

    and i get always same post on mainpage, maybe can you tell me, where is a problem? in tool bar i got page/2, page/3 and etc. but post is same… Please help me.

    Thread Starter mariuse3

    (@mariuse3)

    Thanks for information ??

    Thread Starter mariuse3

    (@mariuse3)

    Sorry, but if you can tell me more? about this ” Then just add a short bit of code at the top to identify this page as a page template.”

    what code, and where i need to add this?

Viewing 4 replies - 1 through 4 (of 4 total)