Instead of having a big title on the portfolio page (a single portfolio item), I would like to add a back link there.
In "funtioncs-eunoia.php" I found the following:
'html' => "<div class='{class} title_container'><div class='container'><h1 class='main-title'>{title}</h1>{additions}</div></div>",
If I remove {title} from that, the title is gone, and I can replace it with a text. But if I add any a href-link there (for example "Go back" I get a big error (can't enter the page at all). Any suggestions?














