Viewing 1 replies (of 1 total)
  • Thread Starter Bloody

    (@bloody)

    Here’s the code

    <?php global $paged;
    	query_posts( array(	'post_type' => 'galerie', 'author'  => $curauth->ID, 'paged' => $paged )	);
     ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    	<?php the_title(); ?>
    <?php endwhile; else: ?>
    <?php endif; ?>

    [No bumping, thank you.]

Viewing 1 replies (of 1 total)
  • The topic ‘Author's page with pagination’ is closed to new replies.