This topic is about the GetSimple Link Manager plugin, an easy to use plugin allowing you to manage a list of links (or blogroll if you want) on your website. Comments, bugs and feature requests can be posted here.
Installation
Download the latest version here, unzip the downloaded file and copy its contents to your plugins folder. To show links on your website, you have 2 options. You can add a placeholder to a page of your choice:
or, you can insert the following code into your theme template:
For example, if you use the vanilla GS Innovation theme, you could add:
somewhere between the <aside></aside> tags in the file sidebar.php to show the links in the sidebar section of your site.
Usage
Once you've followed the directions described above, You can access the plugin via the Link Manager submenu under the Plugins tab. Click on the Add Link button to start adding new links, change the order of the links by drag & drop.
Installation
Download the latest version here, unzip the downloaded file and copy its contents to your plugins folder. To show links on your website, you have 2 options. You can add a placeholder to a page of your choice:
Code:
(% links %)
or, you can insert the following code into your theme template:
Code:
<?php lm_list_links(); ?>
For example, if you use the vanilla GS Innovation theme, you could add:
Code:
<div class="section">
<h2>Links</h2>
<?php lm_list_links(); ?>
</div>
somewhere between the <aside></aside> tags in the file sidebar.php to show the links in the sidebar section of your site.
Usage
Once you've followed the directions described above, You can access the plugin via the Link Manager submenu under the Plugins tab. Click on the Add Link button to start adding new links, change the order of the links by drag & drop.