I would add a content box that with a recoursive funztion show into the page all categories formatted into html div
Something like this: Screen Shot 2017-01-24 at 10.16.53.jpg


so for exampole:
for each (categories) {
<div></div>

}