![]() |
Front page "Latest Links" and "Top Links" (phpld)
I would like to add my Latest Links and my Top Links to my index page instead of having a seperate page for them. How would I go about doing this?
|
Try this:
Open index.php and find: Code:
echo $tpl->fetch('main.tpl', $id);Code:
$top10 = $db->GetOne("SELECT * FROM {$tables['link']['name']} WHERE STATUS = 2 ORDER BY HITS DESC LIMIT 0,10");Where you want the top10 list to appear add: Code:
{foreach from=$top10 item=link name=links}Code:
{foreach from=$last10 item=link name=links} |
I've added the code and got it up and running, but, it's showing on all my pages, how can I limit it to the frontpage only?
|
| All times are GMT +8. The time now is 07:48 PM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.