Link-list-manager Wordpress Plugin - Rating, Reviews, Demo & Download

 Wordpress Plugin - Rating, Reviews, Demo & Download
3 Average out of 1 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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

Screenshots

  1. Add a new link

    Add a new link

  2. Management of reference

    Management of reference

  3. Editing links

    Editing links


Reviews & Comments