Elvis
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Simple Slider] Latvian symbols dont work1.1 and 1.2… 2 last versions …
Forum: Plugins
In reply to: [Simple Slider] Latvian symbols dont workthere is one more thing…
After I add second picture to slideshow it Just don’t work, and don’t save and after refreshing admin panel – it’s gone.Forum: Plugins
In reply to: [Simple Slider] Latvian symbols dont workOw, nice! Thank you! ??
Forum: Themes and Templates
In reply to: First and last post in loopAll okey, I made mistake! Thanks! ??
Forum: Themes and Templates
In reply to: First and last post in loopIt works but last post is shown 2 times.
<?php if (have_posts()) : ?> <?php $post = $posts[0]; $c=0;?> <?php query_posts( 'posts_per_page=8&cat=13' );?> <?php while (have_posts()) : the_post(); ?> <?php $c++; if( !$paged && $c == 1) :?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-entry"> <?php if ( has_post_thumbnail()) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> <?php endif; ?> <h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a> <?php edit_post_link(__('<img src="' . site_url('') . '/wp-content/themes/default/icons/edit.png" />', 'default')); ?> </h1> <?php the_content(''); ?> </div><!-- end of .post-entry --> </div><!-- end of #post-<?php the_ID(); ?> --> <div class="post-titles"> <?php elseif($c == $wp_query->post_count) : ?> <h2 class="last"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a> <?php edit_post_link(__('<img src="' . site_url('') . '/wp-content/themes/default/icons/edit.png" />', 'default')); ?> </h2> <?php else : ?> <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a> <?php edit_post_link(__('<img src="' . site_url('') . '/wp-content/themes/default/icons/edit.png" />', 'default')); ?> </h2> <?php endif;?> <?php endwhile; ?> <?php endif; ?>
Viewing 5 replies - 1 through 5 (of 5 total)