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:
- link
- link
- link
- …
-
Unordered list
- link
- link
- link
- …
-
Char separated list
link, link, link, linkThe 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:
<?php
add_filter(‘linklist’, ‘my_linklist’);
function my_linklist($list) {
[…]
}
Credits
- Joost de Valk (Yoast) for his plugin tools (yst_plugin_tools.php). http://yoast.com/
- Tami Mize for assuming display option for individual posts or pages