05-Dec-2014, 01:27 PM
Hi guys. I successfully integrated commentics into my site. Now i want to list last 3-4 comment in my footer to forward people to comment page. Footer calling by required_once for each page. Screen is attached. Html line is :
PHP Code:
<?php
<section class="widget-alt last-news">
<div class="widget-icon"></div>
<div class="widget-title">Hasta Yorumlarımız</div>
<ul>
<li> - </li>
<li> - </li>
<li> - </li>
</ul>
</section>
i want to show last 3-4 comments in that li lines. Can you tell me how to do that please ? i know we need to write a php line that search sql db and get last 4 comment but i m beginner on that php Thanks for help.