Hello Steve,
You need first to edit the file /tasks/front.offer_list.php to get the wage and the location of the offers from the database.
Please replace the lines 49 and 83 :
. "\n offers.published, offers.hits, offers.created_datetime"
by :
. "\n offers.published, offers.hits, offers.created_datetime, offers.wage, offers.location"
You could then display these values in the file /screens/front.offer_array.html.
Regards,