mariuse3
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Easy Photo Album] Show all albums on one pagehey 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?
Forum: Fixing WordPress
In reply to: how to dispay post in homepage with wordpressHey 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.
Forum: Fixing WordPress
In reply to: how to integrate html/php page to wordpresThanks for information 🙂
Forum: Fixing WordPress
In reply to: how to integrate html/php page to wordpresSorry, 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)