From 4b5f72fb31feda04418888d336a7e7fc57d6c7a5 Mon Sep 17 00:00:00 2001 From: mikelittle Date: Mon, 21 Jul 2003 00:00:52 +0000 Subject: [PATCH] First pass at help file for link manager git-svn-id: http://svn.automattic.com/wordpress/trunk@263 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/help/en/linkmanager.php.help.html | 123 +++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 wp-admin/help/en/linkmanager.php.help.html diff --git a/wp-admin/help/en/linkmanager.php.help.html b/wp-admin/help/en/linkmanager.php.help.html new file mode 100644 index 000000000..931b8226c --- /dev/null +++ b/wp-admin/help/en/linkmanager.php.help.html @@ -0,0 +1,123 @@ + + + + WordPress — Docs + + + + + + + + + +
+ +

WordPress

+ +

Reference

+
+ + +
This drop down list contains all the link categories you have defined. + When used in conjunction with the 'Show' button, the list of links displayed + will be limited to the selected category.
+ +
Order By
+
This drop down list when used in conjunction with the 'Show' button + determines the order of the list of links displayed on this page.
+ +
Show
+
Clicking this button will restrict the list of links displayed on this + page to those in the category selected in the 'Link Categories' drop down and + sorted by the order selected in the 'Order By' drop down list.
+ + +
Clicking this link allows you to manage the link categories. Add new ones, + edit existing ones and delete old ones.
+ +
Import Blogroll
+
Clicking this link takes you to a page from which you can import your + OPML links, for example + your blogroll at Blogrolling.com. +
+ + +

The list of links displayed has the following information for each + link:

+
    +
  • Name: The name of the link. Displayed as the + click-able words in your template (if not using the image).
  • +
  • URL: The url to which the link points.
  • +
  • Category: The category to which this link belongs. +
  • +
  • Relationship: The forward + relationship for this link.
  • +
  • Image: Yes means an image is defined for this link. +
  • +
  • Visible: Yes means this link is visible, No means it + is not.
  • +
  • Description: The description for the link. Displayed + after the image or name.
  • +
+

Additionaly, if you have sufficient privileges, Edit and + Delete buttons are displayed.

+
+ + +
+ +

This section of the page allows you to add a new link into the system. + The following fields are present on the form:

+ +
    +
  • URL: The url to which the link will point.
  • + +
  • Display Name/Alt Text: The name of the link. + Displayed as the click-able words in your template (if not using the + image), or the alt text for the image if an image is displayed.
  • + +
  • Image: THe path to the iamge for this link.
  • + +
  • Description: The description for the link. Displayed + after the image or name.
  • + +
  • Relationship: The forward + relationship for this link. Output as part of the anchor tag.
  • + +
  • Rating: The rating for this link. If the rating is + displayed, it can be displayed as an image or a number of characters or + images of your choice.
  • + +
  • Target: The target for this link. '_blank' + means open the link in a new browser window (this setting is regarded as + unfriendly to your readers and not recommend). '_top' means the + main window of the user's browser (only really relevant if your blog is + frame based). 'none' this is the recommended setting.
  • + +
  • Visible: Yes means this link is visible, No means it + is not. This allows you to temporarily remove a link from your blog + without having to delete it from the system.
  • + +
  • Category: The category to which this link will + belong.
  • + +
+ +

There is also an Add button which will submit the form + and add the new link

+
+ +
Tag
+
description.
+ +
+
+
+ + \ No newline at end of file