I am developing a custom theme for Drupal 7. My problem is that I do not know how to make a page that displays information about the author, and below the information is a list of articles by the author. (For example, if I go to the user / I want to see the user profile with the given identifier and his / her latest messages). So what would be the best solution for this? I tried to create user-profile.tpl, that’s fine, but I don’t know how to get the nodes, and I really don’t want to do sql queries, because I think that this is a more attractive method, I also tried with Views, but I'm new to Drupal, and most of the lessons / explanations were for drupal 6 (if it's just a presentation, write me a little reference). Thank!
source
share