WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php displayNewsItems(0, 5, 50, 2, 'Latest news', 'read more', 'No news available', true, '<a><img>', true, ' (d.m.Y)', 1, 1); ?>
<a href="{LINK}">{TITLE}</a>
If I deactivate "older" news via the WB backend, I can't see them anymore in the news page
... I would realy love to integrate the anynews snippet in a table (for lay-out puposes) in the homepage for website for my school. As you can see on the homepage of http://www.jonatan.be, the cell under "schoolnieuws" should be filled with the news, but is not. Further on the page I've used the code-module and then put the snippet in it. That does work, but is not quite as pleasent looking. ...
<table><!-- BEGIN news_block --><tr><td><strong>{TITLE} {POSTED_WHEN}</strong></td><td>{CONTENT_SHORT}<br /><a href="{LINK}">{ARG_READMORE_TEXT</a></td></tr><!-- END news_block --></table>