mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 12:20:25 +01:00
a3a183fb3b
git-svn-id: http://svn.automattic.com/wordpress/trunk@303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
151 lines
6.4 KiB
HTML
151 lines
6.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>WordPress — Docs</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<!-- fix the FOUC -->
|
|
<script type="text/javascript"> </script>
|
|
<style type="text/css">
|
|
@import url("http://wordpress.org/wp.css");
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<h1 id="logo"><a href="/" title="WordPress"><span>WordPress</span></a></h1>
|
|
|
|
<div id="content"><h2>Reference</h2>
|
|
<dl>
|
|
|
|
<dt id="link_categories"><a href="#link_categories">Link Categories</a></dt>
|
|
<dd>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.</dd>
|
|
|
|
<dt id="order_by"><a href="#order_by">Order By</a></dt>
|
|
<dd>This drop down list when used in conjunction with the 'Show' button
|
|
determines the order of the list of links displayed on this page.</dd>
|
|
|
|
<dt id="show"><a href="#show">Show</a></dt>
|
|
<dd>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.</dd>
|
|
|
|
<dt id="manage_link_categories"><a href="#manage_link_categories">Manage Link
|
|
Categories</a></dt>
|
|
<dd>Clicking this link allows you to manage the link categories. Add new ones,
|
|
edit existing ones and delete old ones.</dd>
|
|
|
|
<dt id="import_blogroll"><a href="#import_blogroll">Import Blogroll</a></dt>
|
|
<dd>Clicking this link takes you to a page from which you can import your
|
|
<abbr title="Outline Processor Markup Language">OPML</abbr> links, for example
|
|
your blogroll at <a href="http://www.blogrolling.com">Blogrolling.com</a>.
|
|
</dd>
|
|
|
|
<dt id="list_o_links"><a href="#list_o_links">List O' Links</a></dt>
|
|
<dd><p>The list of links displayed has the following information for each
|
|
link:</p>
|
|
<ul>
|
|
<li><strong>Name</strong>: The name of the link. Displayed as the
|
|
click-able words in your template (if not using the image).</li>
|
|
<li><strong>URL</strong>: The url to which the link points.</li>
|
|
<li><strong>Category</strong>: The category to which this link belongs.
|
|
</li>
|
|
<li><strong>Relationship</strong>: The forward <a
|
|
href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
|
|
relationship</a> for this link.</li>
|
|
<li><strong>Image</strong>: Yes means an image is defined for this link.
|
|
</li>
|
|
<li><strong>Visible</strong>: Yes means this link is visible, No means it
|
|
is not.</li>
|
|
<li><strong>Description</strong>: The description for the link. Displayed
|
|
after the image or name.</li>
|
|
</ul>
|
|
<p>Additionaly, if you have sufficient privileges, <strong>Edit</strong> and
|
|
<strong>Delete</strong> buttons are displayed. Along with a checkbox. The
|
|
checkboxes are used in conjunction with the function buttons at the bottom
|
|
of the list of links. </p>
|
|
</dd>
|
|
|
|
<dt id="assign_ownership"><a href="#assign_ownership">Assign Ownership</a></dt>
|
|
<dd>This list and button allow you to assign the ownership of links (for which
|
|
you have administration privileges) to someone else.</dd>
|
|
|
|
|
|
<dt id="toggle_visibility"><a href="#toggle_visibility">Toggle Visibility</a></dt>
|
|
<dd>This button allow you to toggle the visibility of the checked links (for
|
|
which you have administration privileges). Visible links become invisible and
|
|
invisible links become visible.</dd>
|
|
|
|
<dt id="move_to_cat"><a href="#move_to_cat">Move To Category</a></dt> <dd>This
|
|
list and button allow you to move several links (for which you have
|
|
administration privileges) at the same time. Check the checkboxes of the links
|
|
you wish to change, select a category from the drop down list and click the
|
|
move button.</dd>
|
|
|
|
<dt id="toggle_checkboxes"><a href="#toggle_checkboxes">Toggle Checkboxes</a></dt>
|
|
<dd>This link allows you to toggle the checked state of all the links in the
|
|
list. Links which were checked will become unchecked, links which were
|
|
unchecked will become checked.</dd>
|
|
|
|
|
|
|
|
|
|
<dt id="add_a_link"><a href="#add_a_link">Add a link</a></dt>
|
|
<dd>
|
|
|
|
<p>This section of the page allows you to add a new link into the system.
|
|
The following fields are present on the form:</p>
|
|
|
|
<ul>
|
|
<li><strong>URL</strong>: The url to which the link will point.</li>
|
|
|
|
<li><strong>Display Name/Alt Text</strong>: 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.</li>
|
|
|
|
<li><strong>Image</strong>: The path to the image for this link.</li>
|
|
|
|
<li><strong>Description</strong>: The description for the link. Displayed
|
|
after the image or name.</li>
|
|
|
|
<li><strong>Relationship</strong>: The forward <a
|
|
href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
|
|
relationship</a> for this link. Output as part of the anchor tag.</li>
|
|
|
|
<li><strong>Notes</strong>: This text area allows you to add a substantial
|
|
amount of text to be associated with a link. This could be, for example, a
|
|
review of the website linked to. You can include html in this section
|
|
too.</li>
|
|
|
|
<li><strong>Rating</strong>: 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.</li>
|
|
|
|
<li><strong>Target</strong>: The target for this link.<br /> '<em>_blank</em>'
|
|
means open the link in a new browser window (this setting is regarded as
|
|
unfriendly to your readers and not recommend).<br /> '<em>_top</em>' means the
|
|
main window of the user's browser (only really relevant if your blog is
|
|
frame based).<br />'<em>none</em>' this is the recommended setting.</li>
|
|
|
|
<li><strong>Visible</strong>: 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.</li>
|
|
|
|
<li><strong>Category</strong>: The category to which this link will
|
|
belong.</li>
|
|
|
|
</ul>
|
|
|
|
<p>There is also an <strong>Add</strong> button which will submit the form
|
|
and add the new link</p>
|
|
</dd>
|
|
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |