Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi I am having exactly the same problem!

    Any help would be much appreciated!

    Thread Starter Shevylinks

    (@shevylinks)

    Hi Jose

    Thanks for the reply. My website is http://www.posted365.com

    the code i am using in index.php is:

    <?php get_header(); ?>
    
    	<?php if(!is_paged() && (get_option('videopro_featured_slider_enable') == 'on')) { ?>
    
    		<?php get_template_part('includes/featured-slider'); ?>
    
    	<?php } ?>
    
    	<div id="content">
    
    		<?php  get_template_part('includes/breadcrumbs'); ?>
    
    	    <article>
    
    		    <?php
    		        $count = 1;
    		    ?>
    			<?php if (have_posts()) : while ( have_posts() ) : the_post() ?>
    
    		<p><?php the_date(); ?></p>
    
    		    	<?php include('includes/loop.php'); ?>
    
    		        <?php if ( $count%3 == 0 ) { ?>
    
    		            <div class="clear"></div>
    
    		        <?php }; $count++; ?>
    
    			<?php endwhile; ?>
    
    		    <div class="clear"></div>
    
    	    </article><!-- article -->
    
    		<div class="pagination">
    
    			<?php pagination( '« prev', 'next »') ?>
    
    		</div><!-- .pagination -->
    
    		<?php else : ?>
    
    		<?php endif; ?>
    
    	</div><!-- #content -->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter Shevylinks

    (@shevylinks)

    Yes, but no response.

    I would have thought it would be quite straight forward.

    [Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]

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