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
Here’s a bit of code that will probably get you the Post Titles by author; in order to have this automatically feed off of the page title I’d have your title generation code… Hope this helps you get at least part of the way there…