StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-24-2009, 12:43 AM
1800HART 1800HART is offline
Registered User
GenesisConnect
Genesis Member
 
Join Date: Feb 2009
Posts: 75
Default Posts By Author

Hi again.

In the little script I have for the author page ... it is as follows:

Code:
<h3>Posts by <?php echo $curauth->display_name; ?>:</h3>
<ul>
<!– The Loop –>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>[*]
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
<?php the_title(); ?></a>

<?php endwhile; else: ?>


<?php _e('No posts by this author.'); ?></p>
<?php endif; ?>
<!– End Loop –>[/list]
It's only listing the last 10 posts by the author .. which, I guess makes sense because the wordpress settings defaults to 10 posts on the front page (settings/reading)

Q) How can I force this to list 100% of the posts by each author?

I looked at wordpress but couldn't find any examples in support search and on http://codex.wordpress.org/Author_Templates page.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Get the Author Posts Url Link of Author Archive Page coolsaint General Discussion 1 11-02-2010 01:00 PM
How to add an author box below every posts? Anson General Discussion 13 01-28-2010 11:54 PM
Author info box after posts? jayvega General Discussion 1 01-28-2010 09:59 PM
Author Bio on Posts mcroy1 General Discussion 4 05-08-2009 02:13 PM


All times are GMT -5. The time now is 03:05 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.