Topic: How to include new post in block
I am using the pun miniportal mod and I would like to know how I can add a block that displays the last post:
Here is the code I used but it comes up with an error:
<div class="block">
<h2 class="block2"><span>Recent Post</span></h2>
<div class="box">
<div class="inbox">
<pun_include "search.php?action=show_24h">
</div>
</div>
</div>
Thanks for the help
Bingiman