10% off all books and free delivery over £40
Buy from our bookstore and 25% of the cover price will be given to a school of your choice to buy more books. *15% of eBooks.

Books By John Rowe Townsend - Author

John Rowe Townsend was born in Leeds in 1922. He is the author of many books for children including The Intruder, The Islanders and Written for Children, an examination of children’s literature.

ERROR: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. QUERY: SELECT bc.BookID, bc.ISBN13, bc.PubDate, bc.BookAuthString, bc.Author AS BCAuthor, bc.Illustrator AS BCIllustrator, bc.NoPunctName, bc.Themas AS ThemasString, bc.PrimaryThema AS PrimaryThemaTextCode, b.Enabled, b.Title, b.Chapter, b.Synopsis, b.Reviews, b.AudiobooksLink, b.CustomLinks, b.SEOTitle, b.SEODescription, b.AppleISBN, b.ReaderReviews, b.TotalVersions, bv.VersionID, bv.VersionTitle, bv.HiResCover, bv.Cover, bv.SmallCover, bv.Format, bv.VersionSynopsis, bv.Publisher, bv.ColorTheme, bv.FeatureColor, bv.AudiobookID, bv.MonthEdition, st.Qty, st.Rrp, st.Price, st.Availability, eb.EAN AS ebEAN, eb.Title AS ebTitle, eb.Author AS ebAuthor, eb.Description AS ebDescription, eb.Publisher AS ebPublisher, eb.ENotForSale, a.AuthorID, a.Fullname, a.Profile, i.IllustratorID, i.IFullname, i.IProfile, t.TranslatorID, t.TFullname, t.TProfile, bi.series_title, bi.pages, bi.bics, bi.book2look_url, bi.themas, bi.isbn13, bi.title, bi.subtitle, bi.binding, bi.author, bi.illustrator, bi.description, bi.publisher, e.expertname, e.expertid, br.ShortReview AS LRCommentShort, br.FullReview AS LRComment, st.Qty, st.Rrp, st.Price, st.Availability, ste.eRrp, ste.ePrice, ste.eActive, ste.eFormat, ste.eAvailability, ste.eISBN FROM BookCacheNew bc LEFT JOIN BookVersion bv ON bc.ISBN13 = bv.ISBN13 LEFT JOIN BookNew b ON b.BookID = bv.BookID LEFT JOIN Author a ON b.AuthorID = a.AuthorID LEFT JOIN Illustrator i ON b.IllustratorID = i.IllustratorID LEFT JOIN Translator t ON b.TranslatorID = t.TranslatorID LEFT JOIN BookIndex bi ON bc.ISBN13 = bi.isbn13 LEFT JOIN Ebooks eb ON bc.ISBN13 = eb.EAN LEFT JOIN Stock13 st ON st.ISBN = bc.ISBN13 LEFT JOIN BookReviews br ON bv.ISBN13 = br.ISBN13 AND br.Enabled = 1 AND br.Approved = 1 LEFT JOIN LR_Experts e ON e.expertid = br.ReviewerID LEFT JOIN Stock13Ebook ste ON ste.eISBN = bc.ISBN13 WHERE (eb.EAN != '' OR b.BookID != '' OR bi.isbn13 != '') AND bc.AuthorNpn=? AND FeaturedVersion=? ORDER BY pub_date DESC