>
Download This Plugin | |
Download Elegant Themes | |
Name | link-list-manager |
Version | 1.0 |
Author | ZetRider |
Rating | 60 |
Last updated | 2011-11-22 03:52:00 |
Downloads |
7071
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
link-list-manager plugin added 1 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.
link-list-manager plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
link-list-manager plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_llm | 1024 |
With plug-Link List Manager you can organize a list of links with images or without them.
This plugin can be used for display of banners, as well as to display the list of partners. If desired, plug-in can be used as a directory of files.
Features plug-in:
* Separate links to categories
* Configure link for the following:
** Name (anchor)
** Description (alt, title)
** Link (url)
** Behavior (target)
** Image
** Proportionally reduce the width of the image
** The location of the image of the anchor (left or right)
** The sort order options
** Preview links
** Embed a widget in your theme with the settings (block header, a category that you want to show the links)
** ShortCode embed in your blog entries.
For images, plugin creates a folder at: /wp-content/uploads/llm ñ ïðàâàìè CHMOD (0700)
If you do not have the right to display the folder, the plugin does not download images.
HTML:
<ul class="llm llm$ID_CATEGORY">
<li class="llm-list llm-list$ID_ROW">
<a href="http://www.zetrider.ru" title="wordpress plugins" target="_blank" class="llm-link llm-link$ID_ROW">
<img src="http://www.zetrider.ru/wp-content/themes/zetrider/images/logo.png" alt="wordpress plugins" style="llm-images llm-images$ID_ROW">
ZetRider.ru
</a>
</li>
</ul>
CSS:
.llm {
/* Class to the list */
}
.llm$ID_CATEGORY {
/* Class for a list of category ID display options */
}
.llm-list {
/* Class for LI */
}
.llm-list$ID_ROW {
/* Class for LI with ID of record */
}
.llm-link {
/* Class for link */
}
.llm-link$ID_ROW {
/* Class for link ID of record */
}
.llm-images {
/* Class for the image */
}
.llm-images$ID_ROW {
/* Class for the image ID of the record */
}
Options shortcode LLM:
[llm category="id"] - Displays the entries from this category if it exists
[llm category="id" id="id"] - displays the entries from this category and the following link if it exists