Hi,
I need to add recommended articles to read at the article bottom, is there ready made?
THX
Hi,
I need to add recommended articles to read at the article bottom, is there ready made?
THX
I don’t think so, because this widget would require either a lot of knowledge about your application-specific database- and frontend design or several dozens of configuration options (which would make it more cumbersome to use than implementing a custom one).
But it’s not too difficult to implement this functionality: it’s basically a database query in the run() method of widget and a view template that renders the result.