Add Category List To footer.php
-
I’ve tried two methods to add a link list category within the footer.php, however my code breaks the site.
<?php //echo $my_link_library_plugin->LinkLibraryCategories(‘name’, 1, 100, 3, 1, 0, ”, ”, ”, false, ”, ”); ?> <br /> <?php //echo $my_link_library_plugin->LinkLibrary(‘name’, 1, 1, 1, 1, 0, 0, ”, 0, 0, 1, 1, ‘<td>’, ‘</td>’, 1, ”, ‘<tr>’, ‘</tr>’, ‘<td>’, ‘</td>’, 1, ‘<td>’, ‘</td>’, 1, “Application”, “Description”, “Similar to”, 1, ”, ”, ”, false, ‘linklistcatname’, false, 0, null, null, null, false, false, false, false, ”, ”); ?> <center> --------- <?php //echo do_shortcode("[link-library settings="1" excludecategoryoverride="63"]"); ?> ------------- </center>
I’m not a php coder. Maybe someone could be so nice as to what am I doing wrong? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add Category List To footer.php’ is closed to new replies.