Below is a handout I give to students when I ask them to do some independent reading. It can work in small groups and in isolated lessons, or over a longer period of independent reading.
[insert_php]
// INSTRUCTIONS: array(“url”,”title”,”type”,”size”),
// AND only the last array() line does NOT have a comma at the end
$downloads = array(
array(“https://www.theteacherslibrary.com/wp-content/uploads/2017/03/reading-for-vocabulary.docx”,”Download Reading for Vocabulary”,”docx”,”551kb”),
array(“https://www.theteacherslibrary.com/wp-content/uploads/2016/11/reading-for-vocabulary.pdf”,”Download Reading for Vocabulary”,”pdf”,”464kb”)
);
insertDownloads($downloads);
[/insert_php]