VS Link Manager

0

About With this lightweight plugin you can display a set of links from the Link Manager. The Link Manager is part of WordPress but disabled by default. This plugin will activate it agai

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

About

With this lightweight plugin you can display a set of links from the Link Manager.

The Link Manager is part of WordPress but disabled by default. This plugin will activate it again.

Add shortcode [links] to a page to display your blogroll.

You can customize your blogroll by adding attributes to the shortcode.

This plugin can also be used to create a link portal.

How to use

After activation you will notice a new menu item called “Links”. Add categories and links here. Links must be assigned to a category.

Create a page and add shortcode [links] to display your blogroll.

Default settings categories:

  • 4 columns
  • Order by name
  • Ascending order (A-Z)
  • Empty categories are hidden

Default settings links:

  • Order by name
  • Ascending order (A-Z)
  • All links are displayed

Attributes

You can add attributes to the shortcode mentioned above.

  • Add custom CSS class to blogroll: class="your-class-here"
  • Change the number of columns: columns="3"
  • Include certain categories: include="1,3,5"
  • Exclude certain categories: exclude="8,10,12"
  • Display empty categories too: hide_empty="0"
  • Display category description: category_description="true"
  • Change number of links per category: limit="5"
  • Display links in descending order: order="DESC"
  • Display links by ID: orderby="ID"
  • Display links in random order: orderby="rand"
  • Hide link title: hide_title="true"
  • Hide link description: hide_description="true"
  • Change the “no link categories are found” text: no_link_categories_text="your text here"

With the columns attribute you can set the number of columns between 1 and 4. In mobile screens 2 columns (except the 1 column blogroll).

You can disable the columns with columns="0". This can be useful for your own styling.

The hide link title attribute only has effect when the link has an image assigned to it.

Example: [links include="1,3,5" category_description="true" limit="5"]

Widget

This plugin activates the Links widget again. Because this widget is part of WordPress, plugin has no control over it.

Have a question?

Please take a look at the FAQ section.

Translation

Translations are not included, but the plugin supports WordPress language packs.

More translations are very welcome!

The translation folder inside this plugin is redundant, but kept for reference.

Credits

Without the WordPress codex and help from the WordPress community I was not able to develop this plugin, so: thank you!

Enjoy!