how to select posts by particular author? (wordpress)
        Posted  
        
            by Radek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Radek
        
        
        
        Published on 2010-05-14T11:55:02Z
        Indexed on 
            2010/05/14
            12:14 UTC
        
        
        Read the original article
        Hit count: 298
        
Wordpress
I have a page with template No Sidebars I want to list 5 posts' titles on that page by author where the author's name = page's title
any idea how to do so without using any plugin?
I thought that query_posts function would do the trick but this important note kind of tells me that I cannot use query_posts
© Stack Overflow or respective owner