Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Correct way to use links_loop in php templates?

Quote Reply
Correct way to use links_loop in php templates?
Hi

Can anyone tell me how to correctly call the links_loop tag in the php templates - do you just use it with a foreach loop?

Code:
<?php
foreach ($links_loop as $link ){
} ?>


regan
Quote Reply
Re: [ryel01] Correct way to use links_loop in php templates? In reply to
up