same kind of thing:
the_posts(‘show_post_date=false&show_posted_by=false’);
the param list and their default values (for posts) are:
‘show_post_date’ => true,
‘show_posted_on_by’ => false,
‘show_posted_on’ => false,
‘show_posted_by’ => false,
‘show_updated_on’ => true,
‘show_filed_under’ => false,
‘show_filed_under_by’ => true,
‘show_actions’ => true,
‘show_email_link’ => true,
‘show_print_link’ => true,
‘sep’ => ‘•’
the theme’s plugin internals override the defaults in some situations. you can override all of this by specifying the values you want in the index.php file.
as a complete aside, there is also a sell page template for static pages (write > page). on top of cleaning the template from the clutter, it will remove the middle column in the three page template in order to remove the incentive to go ‘elsewhere’. ??