這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WordPress Simple Link Library

描述

Manage and display links on a WordPress site. Plugin uses custom types, so exporting is very easy.
To display links in a post or page use the following short tags:

[links cat=”name of category”]

[SHOWLINKS] for displaying all links

A simple option to export links per category is possible using the overview screen:
Click “All Link Items” -> Click on the link Category you want to export -> [OPTIONAL, but recommended] Select “Title” to alphabetize your export list -> Select “Bulk actions” and chose the Export to xHTML -> Click “Apply” Now you can save you selection. Use pandoc.org to convert your selection to markdown or another format if needed.

This Plugin has a “broken link” check functionality.
The Broken checks can take a while with a significant number of links. The screen stays blanc during progress. note: No progress bar is shown.

See https://www.bm-support.org/innovation-links/ for a live demo.

How does it work?
This module makes use of Custom Post Types with non hierarchical catalogue option. So you can give links one or multiple tags.
Tags works great for retrieving or exporting only certain types of links.
If all tags for a link are deleted, the link still exist. This is default WP functionality. Since this plugin in built on using default wordpress hooks,
exporting and importing links can be done used as with post or pages.

螢幕截圖

  • Basic output with [SHOWLINKS] tag.

安裝

Follow this steps to install this plugin:

  1. Download the plugin into the /wp-content/plugins/ folder
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

2016年11月2日
Good piece of work. Plain & Simple as a link list should work. However: it is not multilingual. That is why i cannot rate it with 5 stars.
2016年9月3日
I am pleasantly surprised at the flexibility and simplicity of this extension.
2016年9月3日
Makes management of links easy. I would give it five starts if the shortcode also let you control the number of columns.
閱讀全部4個評價

貢獻者及開發者

“WordPress Simple Link Library” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WordPress Simple Link Library 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.3.3

  • Tested with WordPress 6.2.2

1.3.2

  • Tested with WordPress 5.6

1.3.1

  • Tested with WordPress 5.5
  • Export per category possible

1.2.1

  • Improved xHTML output for export
  • Tested with WP5.3

1.1.2

  • Tested with WP5.3

1.1.1

  • Tested with WP5.0.2
  • Tested and valided correct working with Gutenburg shortcode BLOCK

1.1.0

  • Tested with WP4.9.7
  • Added this CPT plugin for exporting using WP-API
  • Created plain xHTML export function
  • Adjusted help text

1.0.1

  • Tested with WP4.5
  • Minor security update to prevent ajax hacking on input
  • Tested with WP 4.3

1.0.2

  • Tested with WP4.6

1.0.3

  • Tested with WP4.7.2

1.0.4

  • Tested with WP4.8.2

1.0.5

  • Tested with WP4.9.5
  • Updated code, to fix issue ‘Fixing no space before parentheses’ , see: https://wordpress.org/support/topic/fixing-no-space-before-parenthesis/