I am hoping someone can tell me how to edit the following code so the description of links will be displayed after the site link. Thank you in advance: <?php /* Template Name: Links */ ?> <?php //include (TEMPLATEPATH . '/sidebar2.php'); ?> <table width="940" cellpadding="0" cellspacing="0" border="0"><tr><td width="170" valign="top"> <div id="leftnav"> <?php get_sidebar(); ?> </div></td> <td valign="top" id="bor"> <div id="content"> <h2>Links:</h2> <ul> <?php get_links_list(); ?> </ul> </div> </td> <td width="170" valign="top"> <div id="rightnav"> <?php include (TEMPLATEPATH . '/sidebar2.php'); ?> </div></td></tr></table></div> </td></tr></table> <?php get_footer(); ?> </body> </html>
it already is for each one. The problem is the coe above comes from the page they are listed on and the code that shows the description is not included. There is a small snipet of code you add for the description to show