1
I would like my Top Page to show a list of articles by weight (versus popularity or recently published order).
To do so I am using the Recently Published Articles as the center block in the Top Page.
I went into the file articles_latest.php, which is in the articles module, and changed the code to sort on weight, i.e. ORDER BY art_weight, however, the Top Page still shows the articles by recently published order.
I must be modifying the wrong file or doing something else wrong. Which file do I modify? Or, if there is another way of showing the articles by 'weight' on the first Top Page that users see, how would I do that?
Thanks