Skip to content
/ linklist Public

WordPress: LinkList adds a list of mentioned links at the end of the post, page or feed.

Notifications You must be signed in to change notification settings

Latz/linklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkList

  • Contributors: Lutz Schroeer
  • Tags: links
  • Requires at least: 2.7
  • Tested up to: 3.7
  • Stable tag: trunk
  • Author: Lutz Schroeer
  • Version: 0.3
  • Author URI: http://elektroelch.de/blog/
  • License: GPL

Description

LinkList adds a list of mentioned links at the end of the post, page or feed.

Installation

  1. Download the plugin and unzip it.
  2. Upload the folder changelogger/ to your /wp-content/plugins/ folder.
  3. Activate the plugin from your WordPress admin panel.
  4. Installation finished.

Settings

LinkList provides a varitey of settings to tweak the list to your needs. The settings are devided into three parts (posts, pages and feeds).

General settings

Here you can define if the linklist should be display on posts, pages and/or feeds at all.

Posts settings

  • Content to put in front of list Text to be displayed in front of the linklist

  • Style of list You can choose between three different styles:

  • Ordered list:

    1. link
    2. link
    3. link
    4. ...
  • Unordered list

    • link
    • link
    • link
    • ...
  • Char separated list link, link, link, link

    The separating character is defined in "Separator character(s)"

  • Separating character(s) Character(s) used to separate the links if "char separated list" is chosen above.

  • Minimum links Minimum number of links mentioned in the post for the list to be displayed.

  • Sorting Sort the links alphabetically. This function has an issue with international characters (e.g. German umlauts).

  • More tag Prevents the display of the link list on the main blog page.

  • Single post Prevents the display of the link list on the main blog page.

  • Last page only If you have devided your post into several parts using the link list is only displayed on the lsat page. This list will contain all links of the post. If the list is displayed at the end of every part only the links of that part are displayed. The settings of "Minimum links" applies to every part separately.

Pages settings

  • Content to put in front of list Text to be displayed in front of the linklist

  • Style of list You can choose between three different styles:

  • Ordered list:

    1. link
    2. link
    3. link
    4. ...
  • Unordered list

    • link
    • link
    • link
    • ...
  • Char separated list link, link, link, link

    The separating character is defined in "Separator character(s)"

  • Separating character(s) Character(s) used to separate the links if "char separated list" is chosen above.

  • Minimum links Minimum number of links mentioned in the post for the list to be displayed.

  • Sorting Sort the links alphabetically. This function has an issue with international characters (e.g. German umlauts).

  • Last page only If you have devided your post into several parts using the link list is only displayed on the last page. This list will contain all links of the post. If the list is displayed at the end of every part only the links of that part are displayed. The settings of "Minimum links" applies to every part separately.

Feed settings

  • Content to put in front of list Text to be displayed in front of the linklist

  • Style of list You can choose between three different styles:

  • Ordered list:

    1. link
    2. link
    3. link
    4. ...
  • Unordered list

    • link
    • link
    • link
    • ...
  • Char separated list link, link, link, link

    The separating character is defined in "Separator character(s)"

  • Separating character(s) Character(s) used to separate the links if "char separated list" is chosen above.

  • Minimum links Minimum number of links mentioned in the post for the list to be displayed.

  • Sorting Sort the links alphabetically. This function has an issue with international characters (e.g. German umlauts).

Styling LinkList

You can style the link list with CSS:

Content to put in front of list

Filter

You can programmatically change the content of the linklist by adding a filter:

About

WordPress: LinkList adds a list of mentioned links at the end of the post, page or feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages