0
As I have a limited knowledge of php, I would like to get a notion of the code needed to, in wordpress, achieve the following:
Assuming you have x categories, on the homepage of the site you should display x columns (one for category), where in each column the n most recent posts of each category should be displayed. on the pages of each category, must follow the same pattern, only each column will be related to the sub-categories of the parent category.
someone could give me some tips on how to do this, starting with which file I should change to put the necessary code to do this?