Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Elvis

    (@elwins)

    1.1 and 1.2… 2 last versions …

    Thread Starter Elvis

    (@elwins)

    there 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.

    Thread Starter Elvis

    (@elwins)

    Ow, nice! Thank you! ??

    Thread Starter Elvis

    (@elwins)

    All okey, I made mistake! Thanks! ??

    Thread Starter Elvis

    (@elwins)

    It 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)