Changeset 671

Show
Ignore:
Timestamp:
12/31/03 22:28:48 (5 years ago)
Author:
saxmatt
Message:

Updated readme from the lovely Cena.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/readme.html

    r627 r671  
    1818    } 
    1919     
     20     
    2021    h2 { 
    2122        font-size: 16px; 
    2223    } 
     24     
     25    .tag { 
     26        background: #FFFF99 
     27        color: #000; 
     28        } 
     29 
     30 
    2331     
    2432    p, li { 
     
    2634        padding-bottom: 2px; 
    2735    } 
     36 
     37    .file { 
     38        background: #d4f5ff; 
     39        color: #000; 
     40    } 
    2841     
     42    .tag { 
     43        background: #FFFF99; 
     44        color: #000; 
     45        } 
     46 
    2947    ul, ol { 
    3048        padding: 5px 5px 5px 20px; 
     
    3957        padding: 5px; 
    4058    } 
     59 
     60 
     61     
    4162    --> 
    4263    </style> 
     
    4465<body>  
    4566<p style="text-align: center"><img alt="WordPress" src="http://wordpress.org/images/wordpress.gif" /> <br /> 
    46 0.72</p>  
     671.0</p>  
    4768<p style="text-align: center">Weblog / News Publishing Tool</p>  
    4869<p style="text-align: center"><a href="#requirements">Requirements</a> - <a href="#installation">Installation</a> - <a href="#templates">Template(s)</a> - <a href="#usage">Query String Usage</a> - <a href="#xmlrpc">XML-RPC (Blogging APIs)</a> - <a href="#postviaemail">Post Via Email</a> - <a href="#notes">Notes</a></p>  
     
    5576<p>The link will help promote <a href="http://wordpress.org">WordPress</a> and is its only mean of promotion. </p>  
    5677<p>WordPress is built from b2, which comes from Michel V. We wouldn't be here without him, so why don't you grab him something from his <a href="http://www.amazon.com/exec/obidos/registry-address-select-done/1XKLC38KDUPXR/103-8901342-4908609">wishlist</a>? You can also support the <a href="http://wordpress.org/about/">WordPress developers</a>. </p>  
    57 <p>This document is currently <em>beta</em> stage, we'll be updating it extensively as WordPress matures. There is also <a href="http://wordpress.org/docs/">online documentation</a> under development. </p>  
     78<p>This document is currently <em>beta</em> stage, we'll be updating it extensively as WordPress matures. There is also <a href="http://wordpress.org/docs/">online documentation</a> under development, as well as a <a href="http://wiki.wordpress.org">wiki</a>.</p>  
    5879<h1 id="installation">Installation:</h1>  
    5980<h2>New users: 5-minute install.</h2>  
    6081<ol>  
    6182  <li>Unzip the package in an empty directory.</li>  
    62   <li>Copy wp-config.sample.php to wp-config.php. Open wp-config.php in a text editor and modify the variables as explained in the comments. Comments are lines that start with <code>/*</code> or <code>//</code></li>  
    63   <li>Upload everything. This release is designed to sit in your root folder, IE the folder where your WordPress-powered page will reside.</li>  
    64   <li>The weblogs.com cache file needs to be writable by the web server. <a href="http://www.evolt.org/article/A_quick_and_dirty_chmod_Tutorial/18/541/">CHMOD 666</a> the <code>weblogs.com.changes.cache</code> file. </li>  
    65   <li> Launch <a href="wp-admin/install.php">wp-admin/install.php</a> in your browser. This should setup the MySQL database for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the <a href="http://wordpress.org/support/">support forums</a> and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using). <strong>Note the password given to you.</strong></li>  
    66   <li> Go to <a href="wp-login.php">wp-login.php</a> and sign in with the login "admin" and the password given to you by the install script. Then click on the menu 'My Profile', and change the password. Note: you need javascript enabled to launch the profile popup window.</li>  
     83 <li>Open <span class="file">wp-config-sample.php</span> in a text editor and insert your database name, username, password, and host name as indicated in the comments. (Comments are lines that start with <code>/*</code> or <code>//</code>.)  Save this file as <span class="file">wp-config.php</span>.</li> 
     84  <li>Upload everything. This release is designed to sit in your root folder; i.e, the folder where your WordPress-powered page will reside.</li>  
     85  <li>The weblogs.com cache file needs to be writable by the web server. <a href="http://www.evolt.org/article/A_quick_and_dirty_chmod_Tutorial/18/541/">CHMOD 666</a> the <span class="file"><code>weblogs.com.changes.cache</code></span> file. </li>  
     86 <li> Launch <span class="file">/wpfolder/wp-admin/install.php</a></span> in your browser. This should setup the MySQL database for your blog. <strong>Note the password given to you.</strong> If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the <a href="http://wordpress.org/support/">support forums</a> and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using). </li> 
     87  <li> During step 2 of the installation, make sure you enter a fully-qualified domain name for your blog url. For example: <span class="file">http://www.yoursite.com/wordpress</span> .  Make sure there is no trailing slash at the end of the url.</li> 
     88 <li> The install script should then send you to the login page.  Sign in with the username "admin" and the password generated during the installation.  Then click on the item 'My Profile', and change the password.  The login page may also be accessed by going to <span class="file">/wpfolder/wp-login.php</span>. Note: you need javascript enabled to launch the profile popup window.</li>  
    6789</ol>  
    6890<h2>Some notes:</h2>  
    6991<ul>  
    70   <li>Whenever you want to post something, just open a browser and go to wp-login.php to log in and post.</li>  
     92  <li>Whenever you want to post something, just open a browser and go to <span class="file">wp-login.php</span> to log in and post.</li>  
    7193  <li>You can also use a bookmarklet and/or a sidebar (IE5+/NS6+) to post.</li>  
    7294  <li> You can also post through the Blogger, MetaWeblog, and MovableType APIs, <a href="#xmlrpc">click here</a> for more info.</li>  
    73   <li> Your site's blog is on wp.php (simple template) and index.php (CSS template), you can rename this file to index.php or any other name you fancy (provided it bears the php extension or is interpreted as a php file by your server).</li>  
    74   <li> You can also copy wp.php into a new file and modify that new file, it will work too ;)</li>  
    75 </ul>  
    76 <h2>Upgrading from b2 v0.6.1 to WordPress v0.7:</h2>  
    77 <ul>  
    78   <li>All you <em>really</em> have to do is replace all the files with newer versions and run <a href="wp-admin/import-b2.php">wp-admin/import-b2.php</a> and you should be ready to go.</li>  
     95  <li> By default, your site's blog is located at <span class="file">index.php</span>, which is an elaborate .CSS-based template.  There is a non-.CSS template you can also use, called <span class="file">wp.php</span>. You can rename either of these files as any other name you fancy (provided it bears the php extension or is interpreted as a php file by your server).</li>   
     96</ul>  
     97 
     98<h2>Preface for all upgrades:</h2> 
     99 <ul><li><strong>Back up</strong> your database before you do anything. </li>  
     100  <li>If you haven't already, we strongly suggest that you <strong>BACK UP</strong> your database.</li> 
     101  <li>Have you <strong>BACKED UP</strong> your database? Yeah? GREAT!</li> 
     102  <li>If you don't know how to do this, <a href="http://wordpress.org/support/10/1384">this script</a> can help.</li> 
     103  </ul> 
     104 
     105<h2>Upgrading from WordPress v0.7x to v1.0:</h2> 
     106<ul> 
     107    <li><strong>Backup your database.</strong>  Yes, you.  Right now.</li> 
     108    <li>Point your browser to <span class="file">/wp-admin/upgrade.php.</span></li> 
     109    <li>You wanted more, perhaps?  That's it!</li> 
     110</ul> 
     111<h2>Note on upgrading to v1.0:</h2> 
     112<ul> 
     113<li>It is <strong>strongly</strong> recommended that you use the new <span class="file"> index.php</span> for your templates, rather than simply upgrading your old one.  Sure, it'll take a little time, but you'll be much happier with the results when you do!</li> 
     114 
     115<h2>Upgrading from b2 v0.6.1/v0.6.2.2 to WordPress v1.0:</h2>  
     116<ul>  
     117  <li><strong>Back up</strong> your database before you do anything. Yes, you. Right now.</li>  
     118<li>You <em>must</em> configure <span class="file"><code>wp-config.php</code></span> as indicated in the "5-minute install" section.</li> 
     119  <li>All you <em>really</em> have to do is replace all the files with newer versions and run <span class="file">wp-admin/upgrade.php</span> and you should be ready to go.</li> 
     120  <li>There is also an import script at <span class="file">wp-admin/import-b2.php</span>.</li> 
    79121  <li>If you're using an older version of b2, it's probably a good idea to upgrade to at least .6.1 before making the leap to WordPress.</li>  
    80122  <li>The templates are better and structured slightly differently, so it might be worth it to start from scratch and work back to your design.</li>  
    81   <li>You <em>must</em> update <code>wp-config.php</code>.</li>  
    82123  <li>WordPress issues should be discussed in our <a href="http://wordpress.org/support/">support forums</a>.</li>  
    83   <li><strong>Back up</strong> your database before you do anything. Yes, you. Right now.</li>  
    84 </ul>  
     124</ul>  
     125 
     126<h2>Upgrading to WordPress v1.0 from Textpattern, GreyMatter, & Blogger</h2> 
     127<ul> 
     128<li>Did we mention <strong>BACKING UP</strong> your database first?</li> 
     129<li>Each of these tools has an import script available.  They are all located in the wp-admin directory, and must first be configured with your database information before they are executed.   
     130<li>Detailed importing instructions are given during the execution of the import script. 
     131<li>Textpattern:  run <span class="file">wp-admin/import-textpattern.php</span>.</li> 
     132<li>GreyMatter: run <span class="file">wp-admin/import-greymatter.php</span>.</li> 
     133<li>Blogger: run <span class="file">wp-admin/import-blogger.php</span>.</li> 
     134</ul> 
     135 
    85136<h1 id="templates">Templates:</h1>  
    86137<h2>First notes:</h2>  
    87138<ul>  
    88   <li>Enclosed is an example of a template, in the file wp.php. You can rename this file to "index.php"or something else (recent WordPress versions have a default index.php, which is an elaborate CSS-based template).</li>  
     139  <li>Enclosed is an example of a template, in the file <span class="file">wp.php</span>. You can rename this file to "index.php"or something else (WordPress 1.0 has a default index.php, which is an elaborate CSS-based template).</li>  
    89140  <li>You can have any number of template files, since all they do is extract the posts from the database.</li>  
    90   <li>Pseudo-template for the comments is in wp-comments.php. You needn't rename this file, but you can edit it.</li>  
     141  <li>The pseudo-template for the comments is in wp-comments.php. You needn't rename this file, but you can edit it.</li>  
    91142  <li>The only thing to remember is that it's not actually a template, but a PHP file that you're manipulating. So when you see "don't delete this line", you know you mustn't, unless you want to have a broken page.</li>  
    92143  <li>Required lines are: the first lines that call wp-blog-header.php, the lines with the "while" statement, and the ones with just "}" (it ends the while loop).</li>  
     
    102153  <li>The order of parameters is important. If a function accepts 2 parameters and you only want to set the second one, you still have to provide the first one, and so on for any number of parameters.<br />  
    103154    Example: <code>&lt;?php my_tag("", "second param"); ?&gt;</code></li>  
    104   <li>Some template tags, like the_date(), display something only if in some conditions. They generally accept parameters to display something before and after them only when they display something.<br /> 
     155  <li>Some template tags, like the_date(), display something only in certain conditions. They generally accept parameters to display something before and after them only when they display something.<br /> 
    105156  Example: <code>&lt;?php the_title("&lt;h1&gt;", "&lt;/h1&gt;"); ?&gt;</code> would display &lt;h1&gt;title of the post&lt;/h1&gt; only if the post has a title </li>  
    106157</ol>  
    107158<h1>Template tags:</h1>  
    108  <strong>&lt;?php the_date() ?&gt;</strong> <br />  
    109 the date of the post. example: 03.07.01 (default is dd.mm.yy).<br />  
    110 the date is displayed only on new days. for example if you got 10 posts on the same day, the date for this day is displayed only once.<br />  
     159 
     160 
     161<ul><h2>Blog data tag:</h2> 
     162<li><strong><span class="tag">&lt;?php bloginfo() ?&gt;</span></strong> <br /> </li> 
     163This tag is out of the WordPress loop.<br />  
     164It outputs info about your weblog.<br />  
     165<div class="params">Parameters: 
     166  <ul>  
     167    <li>string: can be 'name' to display the name of your weblog (you set it in the options page), 'url', 'description', 'admin_email', 'rss_url' to display the URL of your wp-rss2.php file, 'pingback_url' to display the URL of your xmlrpc.php file<br />  
     168      (default string is 'name')</li>  
     169  </ul>  
     170</div> 
     171</ul> 
     172 
     173 
     174<ul><h2> Date and Time tags: </h2> 
     175 
     176<li><strong><span class="tag">&lt;?php the_date() ?&gt;</span></strong> <br /></li>  
     177The date of the post. example: 03.07.01 (default is dd.mm.yy).<br />  
     178The date is displayed only on new days. For example, if you write 10 posts on the same day, the date is displayed only once.<br />  
    111179<div class="params">Parameters: 
    112180  <ul>  
     
    116184  </ul>  
    117185</div> 
    118 <br />  
    119 <strong>&lt;?php the_time() ?&gt;</strong><br />  
    120 the time of the post. example: 18:37:00 (default is hh:mm:ss)<br />  
     186<strong>Note about the_date():</strong> If you want all your posts to bear the date, you'll have to use the_time() instead, with a date format string. For example, to have all your posts show as "25.12.2001 @ 8:04:50 AM" you'll have the_time("d.m.Y @ g:i:s A"). You can also repeat this template tag 2 times with 2 different formats: the_time("d.m.Y") for the date, and then later the_time("g:i:s A") for the time of the day.<br /> 
     187<br />  
     188<li><strong><span class="tag">&lt;?php the_time() ?&gt;</span></strong><br /> </li> 
     189The time of the post. Example: 18:37:00 (default is hh:mm:ss)<br />  
    121190<div class="params">Parameters: 
    122191  <ul>  
     
    125194</div> 
    126195<br />  
    127 <strong>Note:</strong> you can change the way the date &amp; time are displayed in the Options page.<br /> 
    128 once you understand the format strings for the date &amp; time (explained in the Options page), you can change the display right on the template: for example, <strong>the_date(</strong><em>"d.m.Y"</em><strong>)</strong> to have dates like 25.12.2001, <strong>the_time(</strong><em>"B"</em><strong>)</strong> to have Swatch Internet Time.<br /> 
    129 If you change the display of the date on the template, changing it from the options page won't have any effect.br /&gt; <br />  
    130 <strong>Note about the_date():</strong> if you want all your posts to bear the date, you'll have to use the_time() instead, with a date format string. for example, to have all your posts show like "25.12.2001 @ 8:04:50 AM" you'll have the_time("d.m.Y @ g:i:s A"). you can also repeat this template tag 2 times with 2 different formats: the_time("d.m.Y") for the date, and then later the_time("g:i:s A") for the time of the day.<br />  
    131 <br />  
    132 <strong>&lt;?php the_weekday() ?&gt;</strong><br />  
     196<strong>Note:</strong> You can change the way the date &amp; time are displayed in the Options page.<br /> 
     197Once you understand the format strings for the date &amp; time (explained in the Options page), you can change the display right on the template: for example, you can change <strong>the_date(</strong><em>"d.m.Y"</em><strong>)</strong> to have dates like 25.12.2001, or <strong>the_time(</strong><em>"B"</em><strong>)</strong> to have Swatch Internet Time.<br /> 
     198If you change the display of the date on the template, changing it from the options page won't have any effect. <br />  
     199 </ul> 
     200<br />  
     201<h2>Deprecated date/time tags:</h2> 
     202<ul> 
     203<li><span class="tag">&lt;?php the_weekday() ?&gt;</span><br /> </li> 
    133204This displays the day of the week when the post was made. It works like the_time(), in that it would appear at every post. Weekdays can be obtained with a custom date format string in the_time() or the_date(), but for non-english weekdays you have to edit day-month-trans.php<br />  
    134 <strong>Note: this tag is OBSOLETE, the_time() and the_date() now use weekdays/months from day-month-trans.php</strong><br />  
    135 <br />  
    136 <strong>&lt;?php the_weekday_date() ?&gt;</strong> <br />  
    137 Like the_weekday(), but works like the_date(), in that it would appear only on new days.<br />  
     205<strong>Note: this tag is OBSOLETE, as the_time() and the_date() now use weekdays/months from day-month-trans.php</strong><br />  
     206<br />  
     207<li><span class="tag">&lt;?php the_weekday_date() ?&gt;</span> <br /> </li> 
     208Like the_weekday(), but works like the_date(), in that it will appear only on new days.<br />  
    138209<strong>Note: this tag is OBSOLETE, the_time() and the_date() now use weekdays/months from day-month-trans.php</strong><br />  
    139210<div class="params">Parameters: 
     
    143214  </ul>  
    144215</div> 
    145 <br />  
    146 <br />  
    147 <strong>&lt;?php the_ID() ?&gt;<br />  
    148 </strong>the ID (number) of the post.<br />  
    149 <br />  
    150 <strong>&lt;?php the_title() ?&gt;<br />  
    151 </strong>The title of the post.<br />  
     216</ul> 
     217<br />  
     218<br />  
     219<ul><h2>Post/Content tags:</h2> 
     220 
     221<li><strong><span class="tag">&lt;?php the_ID() ?&gt;</span></strong><br /></li>  
     222The ID (number) of the post. <br />  
     223<br />  
     224<li><strong><span class="tag">&lt;?php the_title() ?&gt;</span></strong><br /> </li> 
     225The title of the post.<br />  
    152226<div class="params">Parameters: 
    153227  <ul>  
     
    158232<br />  
    159233<br />  
    160 <strong>&lt;?php the_content() ?&gt; <br />  
    161 </strong>The text of the post.<br />  
    162 <div class="params">Parameters: 
    163   <ul>  
    164     <li>text to display for the link to the complete entry (default is <em>'(more...)'</em>)</li>  
    165     <li>0 or 1, whether you want to show the teaser message or not, when showing the complete text (default is 1)</li>  
    166     <li>a filename of another template, if you want the 'more' link to link to a different template for the complete text of the extended entry (default is the current template)</li>  
     234<li><strong><span class="tag">&lt;?php the_content() ?&gt; </span></strong><br /></li>  
     235The text of the post.<br />  
     236<div class="params">Parameters: 
     237  <ul>  
     238    <li>text to display for the link to the complete entry (default is <em>'(more...)'.</em>)</li>  
     239    <li>0 or 1, indicating whether you want to show the teaser message when showing the complete text (default is 1).</li>  
     240    <li>a filename of another template, if you want the 'more' link to link to a different template for the complete text of the extended entry (default is the current template).</li>  
    167241  </ul>  
    168242</div> 
     
    170244For example <em>&lt;?php the_content("read more","0","blah.php") ?&gt;</em> would display a link to <em>blah.php</em>, with the link text <em>read more</em>, and won't display the teaser message.<br />  
    171245<br />  
    172  To enter an extended entry, just type <em>&lt;!--more--&gt;</em> in your entry. The part before that comment is the teaser, the part after it is the extended entry. To force the extended entry not to show the teaser message, type <em>&lt;!--noteaser--&gt;</em> somewhere in your entry.<br />  
     246 To enter an extended entry, just type <em>&lt;!--more--&gt;</em> in your entry. The part before that comment is the teaser, the part after it is the extended entry. To force the extended entry to not to show the teaser message, type <em>&lt;!--noteaser--&gt;</em> somewhere in your entry.<br />  
    173247<br />  
    174248 To enter an entry with several pages, just type <em>&lt;!--nextpage--&gt;</em> in your entry to start a new page.<br />  
    175249<br />  
    176250<br />  
    177 <strong>&lt;?php next_post() ?&gt; <br />  
    178 </strong>Displays a link to the next post(s). (Generally you might want to use that tag only in single-post templates)<br />  
     251<li><strong><span class="tag">&lt;?php single_post_title() ?&gt;</span></strong> <br /></li>  
     252This tag is out of the WordPress loop.<br />  
     253It outputs the title of the post when you load the page with ?p= (see 'Usage' section for explanation). When the weblog page is loaded without ?p=, this tag doesn't display anything. Generally, you could use it like this:<br /> 
     254&nbsp; &nbsp;&lt;title&gt;&lt;?php bloginfo('name') ?&gt;&lt;?php single_post_title() ?&gt;&lt;/title&gt;<br />  
     255<div class="params">Parameters: 
     256  <ul>  
     257    <li>prefix string that will appear before the post's title (default is ' :: ')</li>  
     258  </ul>  
     259</div> 
     260<br /> 
     261<br /> 
     262<li><strong><span class="tag">&lt;?php next_post() ?&gt;</span></strong> <br /></li> 
     263Displays a link to the next post(s). (Generally you might want to use this only in single-post templates)<br />  
    179264<div class="params">Parameters: 
    180265  <ul>  
     
    183268    <li>"yes" or "no": display the title of the post, or no (default is "yes")</li>  
    184269    <li>"yes" or "no": display a link to the next post only if the next post is in the same category (default is "no")</li>  
    185     <li>number: which next post ? if you make it '2', the 2nd next post is linked instead of the 1st next one (default is "1", which means first next post)</li>  
    186   </ul>  
    187 </div> 
    188 <br />  
    189 <br />  
    190 <strong>&lt;?php previous_post() ?&gt; <br />  
    191 </strong>Displays a link to the previous post(s). (Generally you might want to use that tag only in single-post templates)<br />  
     270    <li>number: which next post ? If you make it '2', the 2nd next post is linked instead of the 1st next one (default is "1", which means first next post)</li>  
     271  </ul>  
     272</div> 
     273<br />  
     274<br /> 
     275<li><strong><span class="tag">&lt;?php single_month_title() ?&gt;</span></strong><br /><li>  
     276This tag is out of the WordPress loop.<br />  
     277It outputs the name of the month when you load the page with ?m= (see 'Usage' section for explanation). When the weblog page is loaded without ?m=, this tag doesn't display anything. Generally, you could use it like this:<br /> 
     278&nbsp; &nbsp;&lt;title&gt;&lt;?php bloginfo('name') ?&gt;&lt;?php single_month_title() ?&gt;&lt;/title&gt;<br />  
     279<div class="params">Parameters: 
     280  <ul>  
     281    <li>prefix string that will appear before the month's name (default is ' :: ')</li>  
     282  </ul>  
     283</div> 
     284<br /> 
     285<br /> 
     286<li><strong><span class="tag">&lt;?php previous_post() ?&gt;</span></strong><br /></li> 
     287Displays a link to the previous post(s). (Generally you might want to use this only in single-post templates)<br />  
    192288<div class="params">Parameters: 
    193289  <ul>  
     
    196292    <li>"yes" or "no": display the title of the post, or no (default is "yes")</li>  
    197293    <li>"yes" or "no": display a link to the next post only if the previous post is in the same category (default is "no")</li>  
    198     <li>number: which previous post ? if you make it '2', the 2nd previous post is linked instead of the 1st previous post (default is "1", which means first previous post)</li>  
    199   </ul>  
    200 </div> 
    201 <br />  
    202 <br />  
    203 <strong>&lt;?php next_posts() ?&gt; <br />  
    204 </strong>Display the URL portion of a link to the next set of posts. <br /> 
    205 Generally you would use this in a template to navigate to the next "set" of posts when the "Show Options" settings for the site is set to "posts paged". The displayed string can be used to construct a link. When the site options are not set to 'posts paged", the next and previous functions will display nothing.<br />  
     294    <li>number: which previous post ? If you make it '2', the 2nd previous post is linked instead of the 1st previous post (default is "1", which means first previous post)</li>  
     295  </ul>  
     296</div> 
     297<br />  
     298<br />  
     299<li><strong><span class="tag">&lt;?php next_posts() ?&gt;</span></strong> <br /></li>  
     300Display the URL portion of a link to the next set of posts. <br /> 
     301Generally you would use this in a template to navigate to the next "set" of posts when the "Show Options" settings for the site is set to "posts paged". The displayed string can be used to construct a link. When the site options are not set to 'posts paged", the next_posts() and previous_posts() functions will display nothing.<br />  
    206302<div class="params">Parameters: 
    207303  <ul>  
     
    211307<br />  
    212308<br />  
    213 <strong>&lt;?php next_posts_link() ?&gt; <br />  
    214 </strong> Displays a full link to the next "set" of posts only if show options set to "posts paged" and only if there is another page or partial page of data.<br />  
     309<li><strong><span class="tag">&lt;?php next_posts_link() ?&gt;</span></strong> <br /></li> 
     310Displays a full link to the next "set" of posts only if show options set to "posts paged" and only if there is another page or partial page of data.<br />  
    215311<div class="params">Parameters: 
    216312  <ul>  
     
    220316<br />  
    221317<br />  
    222 <strong>&lt;?php previous_posts() ?&gt; <br />  
    223 </strong>Displays the URL portion of a link to the previous posts.<br /> 
    224 Generally you would use this in a template to navigate to the previous "set" of posts when the "Show Options" settings for the site is set to "posts paged". The displayed string can then be used to construct a link. When the site options are not set to 'posts paged", the next and previous functions will display nothing.<br />  
     318<li><strong><span class="tag">&lt;?php previous_posts() ?&gt;</span></strong> <br /></li> 
     319Displays the URL portion of a link to the previous posts.<br /> 
     320Generally you would use this in a template to navigate to the previous "set" of posts when the "Show Options" settings for the site is set to "posts paged". The displayed string can then be used to construct a link. When the site options are not set to 'posts paged", the next_posts() and previous_posts() functions will display nothing.<br />  
    225321<div class="params">Parameters: 
    226322  <ul>  
     
    230326<br />  
    231327<br />  
    232 <strong>&lt;?php previous_posts_link() ?&gt; <br />  
    233 </strong> Displays a full link to the previous "set" of posts only if show options set to "posts paged" and if there is a previous set, otherwise nothing is displayed.<br />  
     328<li><strong><span class="tag">&lt;?php previous_posts_link() ?&gt;</span></strong><br /></li>  
     329 Displays a full link to the previous "set" of posts only if show options set to "posts paged" and if there is a previous set, otherwise nothing is displayed.<br />  
    234330<div class="params">Parameters: 
    235331  <ul>  
     
    239335<br />  
    240336<br />  
    241 <strong>&lt;?php posts_nav_link() ?&gt; <br />  
    242 </strong>The function displays a complete navigation set of links including a user definable "separator" with the ability to supply a the text string to be used for the "previous" and "next" links.<br />  
     337<li><strong><span class="tag">&lt;?php posts_nav_link() ?&gt;</span></strong> <br /></li> 
     338The function displays a complete navigation set of links including a user definable "separator" with the ability to supply the text string to be used for the "previous" and "next" links.<br />  
    243339The default result will produce the following string:<br />  
    244340<p style="text-align: center">&lt;&lt; Previous Page :: Next Page &gt;&gt;</p> 
     
    252348<br />  
    253349<br />  
    254 <strong>&lt;?php link_pages() ?&gt; <br />  
    255 </strong>Displays links to the pages of the post if it's a multiple pages post.<br />  
     350<li><strong><span class="tag">&lt;?php link_pages() ?&gt;</span></strong> <br /></li> 
     351Displays links to the pages of the post if it's a multiple pages post.<br />  
    256352<div class="params">Parameters: 
    257353  <ul>  
     
    265361  </ul>  
    266362</div> 
    267 <br />  
    268 <br />  
    269 <strong>&lt;?php the_author() ?&gt;</strong><br />  
     363</ul> 
     364<br />  
     365<br />  
     366 
     367<ul><h2>Author tags:</h2> 
     368<li><strong><span class="tag">&lt;?php the_author() ?&gt;<span></strong><br /></li> 
    270369The author of the post.<br /> 
    271 Depending on the user's profile settings, it can display whether their nickname, login name, first name, last name, both first&amp; last name, or last &amp; first name. look below for more author-related template tags. <br />  
    272 <br />  
    273 <strong>&lt;?php the_category() ?&gt;<br />  
    274 </strong>the name of the category the post belongs to. you can as an admin add categories, and rename them if needed. default category is 'General', you can rename it too.<br />  
    275 <br />  
    276 <strong>&lt;?php the_category_ID() ?&gt;<br />  
    277 </strong>The ID (number) of the category the post belongs to. This is static data thatyou can use, for example to associate a category to an image, or a css style.<br />  
    278 <br />  
    279 <strong>&lt;?php trackback_rdf() ?&gt; </strong><br />  
    280 This will include the RDF data that can be used by some weblog tools to locate your posts' trackback URLs.<br /> 
    281 You should put this tag after the &lt;?php the_content() ?&gt; tag in your template, or just before the end of the loop.<br />  
    282 <br />  
    283 <strong>&lt;?php get_links_list() ?&gt;<br />  
     370Depending on the user's profile settings, it can display whether their nickname, login name, first name, last name, both first&amp; last name, or last &amp; first name. See below for more author-related template tags. <br />  
     371<br />  
     372<strong>Want more</strong> about the author of the post? Here goes:<br />  
     373<br />  
     374<strong><span class="tag">&lt;?php the_author_email() ?&gt;</span>- </strong> the author's email.<br />  
     375<strong><span class="tag">&lt;?php the_author_url() ?&gt;</span></strong> - the author's url.<br />   
     376<strong<span class="tag">>&lt;?php the_author_icq() ?&gt;</span></strong> - the author's ICQ number.<br />  
     377<strong><span class="tag">&lt;?php the_author_aim() ?&gt;</span></strong> - the author's AIM handle.<br />  
     378<strong><span class="tag">&lt;?php the_author_yim() ?&gt;</span></strong> - the author's Yahoo Messenger handle.<br />  
     379<strong><span class="tag">&lt;?php the_author_msn() ?&gt;</span></strong> - the author's MSN Messenger handle.<br />  
     380<strong><span class="tag">&lt;?php the_author_posts() ?&gt;</span></strong> - the author's post count.<br />  
     381<strong><span class="tag">&lt;?php the_author_login() ?&gt;</span></strong> - the author's login name in WordPress. If you want some static data about the author, this is what you're searching for. You can, for example, associate a picture with an author, like this: <em>&lt;img src="pictures/&lt;?php the_author_login() ?&gt;.jpg" border="0"&gt;</em><br />  
     382<strong><span class="tag">&lt;?php the_author_ID() ?&gt;</span></strong> - the author's ID number in WordPress. This number is automatically set when the user registers: to see the ID of an user, go to the Team page. This is static data too, so you can use it like the_author_login() in associating stuff with authors.<br />  
     383</ul> 
     384<br /> 
     385<br /> 
     386<ul><h2>Category tags:</h2> 
     387<li><strong><span class="tag">&lt;?php the_category() ?&gt;</span></strong><br /></li> 
     388The name of the category the post belongs to. You can add categories, and rename them if needed. The default category is 'General'; you can rename it too.<br />  
     389<br />  
     390<li><strong><span class="tag">&lt;?php the_category_ID() ?&gt;</span></strong><br /></li>  
     391The ID (number) of the category the post belongs to. This is static data that you can use; for example, to associate a category to an image, or a css style.<br />  
     392<br />  
     393<li><strong><span class="tag">&lt;?php get_links_list() ?&gt;</span></strong><br /></li>  
    284394</strong>This tag is out of the WordPress loop.<br /> 
    285 It will output a list of all links defined in the Links Manager, listed by category, with category headings, using the settings in the Links Manager to control the display and sorting of links within the categories, and output it as a nested HTML unordered list. That sounds more complicated that it really is.&nbsp;  
     395It will output a list of all links defined in the Links Manager, listed by category, with category headings, using the settings in the Links Manager to control the display and sorting of links within the categories. It outputs this data as a nested HTML unordered list. That sounds more complicated that it really is.&nbsp;  
    286396<div class="params">Parameters: 
    287397  <ul>  
     
    289399  </ul>  
    290400</div> 
    291 <br />  
    292 <strong>&lt;?php dropdown_cats() ?&gt;<br />  
    293 </strong>This tag is out of the WordPress loop.<br /> 
     401 
     402<br />  
     403<li><strong><span class="tag">&lt;?php dropdown_cats() ?&gt;</span></strong><br /></li>  
     404This tag is out of the WordPress loop.<br /> 
    294405It will display a list of &lt;option name="<em>x</em>"&gt;<em>category-name</em>&lt;/option&gt;, where <em>x</em> is the number of the category and <em>category-name</em> is the name of it.<br />  
    295406<div class="params">Parameters: 
     
    299410    <li>sort by: possible values are 'name' and 'ID' (default is 'ID')</li>  
    300411    <li>sorting order: possible values are 'asc' for ascending or 'desc' for descending (default is 'asc')</li>  
    301     <li>0 or 1. 1 means to display the date of the last post in each category (default is 0)</li> 
    302     <li>0 or 1. 1 means to display a count of posts in each category (default is 0)</li> 
    303     <li>0 or 1. 1 means to hide empty categories (default is 1)</li> 
    304   </ul>  
    305 </div> 
    306 <br />  
    307 you can use it like this: <br />  
     412    <li>0 or 1. 1 means display the date of the last post in each category (default is 0)</li> 
     413    <li>0 or 1. 1 means display a count of posts in each category (default is 0)</li> 
     414    <li>0 or 1. 1 means hide empty categories (default is 1)</li> 
     415  </ul>  
     416</div> 
     417<br />  
     418You can use it like this: <br />  
    308419<br />  
    309420<code>&lt;form action="&lt;?php echo $PHP_SELF ?&gt;" method="get"&gt;<br />  
     
    312423&lt;/form&gt;</code> <br />  
    313424<br />  
    314 <strong>&lt;?php list_cats() ?&gt; <br />  
    315 </strong>This tag is out of the WordPress loop.<br />  
     425<li><strong><span class="tag">&lt;?php list_cats() ?&gt;</span></strong> <br /></li>  
     426This tag is out of the WordPress loop.<br />  
    316427It will display a list of the categories, with links to them. 
    317428<div class="params">Parameters: 
    318429  <ul>  
    319     <li>0 or 1. 1 means to display all an extra 'all' category (default is 1)</li>  
     430    <li>0 or 1. 1 means display an extra 'all' category (default is 1)</li>  
    320431    <li>text to display for the option to show all categories (default is 'All')</li>  
    321432    <li>sort by: possible values are 'name' and 'ID' (default is 'ID')</li>  
    322433    <li>sorting order: possible values are 'asc' for ascending or 'desc' for descending (default is 'asc')</li>  
    323434    <li>filename, in case you want to display the categories' posts in another template (default is current template)</li>  
    324     <li>0 or 1. 1 means to generate the items inside &lt;li&gt; tags, to build an HTML list. 0 means to just follow each link with a &lt;br /&gt; tag. (default is 1)</li> 
    325     <li>0 or 1. 1 means to display the date of the last post in each category (default is 0)</li> 
    326     <li>0 or 1. 1 means to display a count of posts in each category (default is 0)</li> 
    327     <li>0 or 1. 1 means to hide empty categories (default is 1)</li> 
    328   </ul>  
    329 </div> 
    330 <br />  
    331 <strong>&lt;?php bloginfo() ?&gt;</strong> <br />  
    332 This tag is out of the WordPress loop.<br />  
    333 It outputs info about your weblog.<br />  
    334 <div class="params">Parameters: 
    335   <ul>  
    336     <li>string: can be 'name' to display the name of your weblog (you set it in the options page), 'url', 'description', 'admin_email', 'rss_url' to display the URL of your wp-rss2.php file, 'pingback_url' to display the URL of your xmlrpc.php file<br />  
    337       (default string is 'name')</li>  
    338   </ul>  
    339 </div> 
    340 <br />  
    341 <strong>&lt;?php single_post_title() ?&gt;</strong> <br />  
    342 This tag is out of the WordPress loop.<br />  
    343 It outputs the title of the post when you load the page with ?p= (see 'Usage' section for explanation). When the weblog page is loaded without ?p=, this tag doesn't display anything. Generally, you could use it like this:<br /> 
    344 &nbsp; &nbsp;&lt;title&gt;&lt;?php bloginfo('name') ?&gt;&lt;?php single_post_title() ?&gt;&lt;/title&gt;<br />  
    345 <div class="params">Parameters: 
    346   <ul>  
    347     <li>prefix string that will appear before the post's title (default is ' :: ')</li>  
    348   </ul>  
    349 </div> 
    350 <br />  
    351 <strong>&lt;?php single_cat_title() ?&gt;</strong> <br />  
     435    <li>0 or 1. 1 means generate the items inside &lt;li&gt; tags, to build an HTML list. 0 means to just follow each link with a &lt;br /&gt; tag. (default is 1)</li> 
     436    <li>0 or 1. 1 means display the date of the last post in each category (default is 0)</li> 
     437    <li>0 or 1. 1 means display a count of posts in each category (default is 0)</li> 
     438    <li>0 or 1. 1 means hide empty categories (default is 1)</li> 
     439  </ul>  
     440</div> 
     441</ul> 
     442<br />  
     443 
     444<br />  
     445<li><strong><span class="tag">&lt;?php single_cat_title() ?&gt;</span></strong> <br /></li>  
    352446This tag is out of the WordPress loop.<br />  
    353447It outputs the title of the category when you load the page with ?cat= (see 'Usage' section for explanation). When the weblog page is loaded without ?cat=, this tag doesn't display anything. Generally, you could use it like this:<br /> 
     
    358452  </ul>  
    359453</div> 
    360 <br />  
    361 <strong>&lt;?php single_month_title() ?&gt;</strong> <br />  
    362 This tag is out of the WordPress loop.<br />  
    363 It outputs the name of the month when you load the page with ?m= (see 'Usage' section for explanation). When the weblog page is loaded without ?m=, this tag doesn't display anything. Generally, you could use it like this:<br /> 
    364 &nbsp; &nbsp;&lt;title&gt;&lt;?php bloginfo('name') ?&gt;&lt;?php single_month_title() ?&gt;&lt;/title&gt;<br />  
    365 <div class="params">Parameters: 
    366   <ul>  
    367     <li>prefix string that will appear before the month's name (default is ' :: ')</li>  
    368   </ul>  
    369 </div> 
    370 <br />  
    371 <strong>Note:</strong> The above three functions can be used together to produce the Title of the page:<br /> 
    372 &nbsp; &nbsp;&lt;title&gt;&lt;?php bloginfo('name') ?&gt;&lt;?php single_post_title(' :: ') ?&gt;&lt;?php single_cat_title(' :: ') ?&gt;&lt;?php single_month_title(' :: ') ?&gt;&lt;/title&gt;<br />  
    373 Only one, if any, of these functions will produce output, thus the page Title can be customize to the task being done. <br />  
    374 <br />  
    375 <br />  
    376 <strong>More about the author</strong> of the post ? Here goes:<br />  
    377 <br />  
    378 <strong>&lt;?php the_author_email() ?&gt; - </strong> the author's email.<br />  
    379 <strong>&lt;?php the_author_url() ?&gt;</strong> - the author's url.<br />  
    380 <strong>&lt;?php the_author_email() ?&gt;</strong> - the author's number of posts.<br />  
    381 <strong>&lt;?php the_author_icq() ?&gt;</strong> - the author's ICQ number.<br />  
    382 <strong>&lt;?php the_author_aim() ?&gt;</strong> - the author's AIM handle.<br />  
    383 <strong>&lt;?php the_author_yim() ?&gt;</strong> - the author's Yahoo Messenger handle.<br />  
    384 <strong>&lt;?php the_author_msn() ?&gt;</strong> - the author's MSN Messenger handle.<br />  
    385 <strong>&lt;?php the_author_posts() ?&gt;</strong> - the author's post count.<br />  
    386 <strong>&lt;?php the_author_login() ?&gt;</strong> - the author's login name in WordPress. If you want some static data about the author, this is what you're searching for. You can, for example, associate a picture with an author, like this: <em>&lt;img src="pictures/&lt;?php the_author_login() ?&gt;.jpg" border="0"&gt;</em><br />  
    387 <strong>&lt;?php the_author_ID() ?&gt;</strong> - the author's ID number in WordPress. This number is automatically set when the user registers: to see the ID of an user, go to the Team page. This is static data too, so you can use it like the_author_login() in associating stuff with authors.<br />  
    388 <br />  
    389 <strong><br />  
    390 Tags for permalinks</strong> are:<br />  
    391 <br />  
    392 <strong>&lt;?php permalink_anchor() ?&gt; </strong><br /> 
    393 this will display &lt;a name="..."&gt;&lt;/a&gt;, replacing "..." with the ID or the title of the post in the database.<br />  
     454 
     455<br />  
     456 
     457<br />  
     458 
     459<ul><h2>Permalink tags:</h2> 
     460<br />  
     461<li><strong><span class="tag">&lt;?php permalink_anchor() ?&gt;</span> </strong><br /></li> 
     462This will display &lt;a name="..."&gt;&lt;/a&gt;, replacing "..." with the ID or the title of the post in the database.<br />  
    394463<br />  
    395464<div class="params">Parameters: 
     
    399468</div> 
    400469<br />  
    401 <strong>&lt;?php permalink_link() ?&gt; <br />  
    402 </strong>this will display the name of the file followed by #ID to link to the post, in the month archive if archive-mode is "monthly".<br /> 
    403 note: this tag does not display the link, for this you've got to type &lt;a href="&lt;?php permalink_link() ?&gt;"&gt;text of the link&lt;/a&gt;.<br />  
     470<li><strong><span class="tag">&lt;?php permalink_link() ?&gt;</span></strong> <br /></li> 
     471This will display the name of the file followed by #ID to link to the post, in the month archive if archive-mode is "monthly".<br /> 
     472Note: This tag does not display the link. For that, you've got to type &lt;a href="&lt;?php permalink_link() ?&gt;"&gt;text of the link&lt;/a&gt;.<br />  
    404473<div class="params">Parameters: 
    405474  <ul>  
     
    410479<br />  
    411480<br />  
    412 <strong>&lt;?php permalink_single() ?&gt; <br />  
    413 </strong>this will display the name of the file followed by #ID to link to the entire post (the linked page will also show the extended text on that post if it is an extended entry, and the comments).<br /> 
    414 note: this tag does not display the link, for this you've got to type &lt;a href="&lt;?php permalink_single() ?&gt;"&gt;text of the link&lt;/a&gt;.<br />  
     481<li><strong><span class="tag">&lt;?php permalink_single() ?&gt;</span></strong><br /></li>  
     482This will display the name of the file followed by #ID to link to the entire post (the linked page will also show the extended text on that post if it is an extended entry, and the comments).<br /> 
     483Note: This tag does not display the link. For this you've got to type &lt;a href="&lt;?php permalink_single() ?&gt;"&gt;text of the link&lt;/a&gt;.<br />  
    415484<div class="params">Parameters: 
    416485  <ul>  
    417486    <li>file name, in case you want to use a different template for single posts (default is the current template)</li>  
    418487  </ul>  
    419 </div> 
    420 <br />  
    421 <br />  
    422 <br />  
    423 <strong>Tags for comments, trackback, and pingback</strong> are:<br />  
    424 <br />  
    425 <strong>&lt;?php comments_popup_script() ?&gt; </strong><br />  
     488  </ul> 
     489</div> 
     490<br />  
     491<br />  
     492<br />  
     493<ul><h2>Comments, Trackback, and Pingback tags:</h2> 
     494<br />  
     495<li><strong><span class="tag">&lt;?php comments_popup_script() ?&gt;</span> </strong><br /> </li> 
    426496This will include the javascript that is required to open comments, trackback and pingback in popup windows.<br /> 
    427497You should put this tag before the &lt;/head&gt; tag in your template.<br />  
     
    435505<br />  
    436506<br />  
    437 <strong>&lt;?php comments_popup_link() ?&gt;</strong><br />  
     507<li><strong><span class="tag">&lt;?php comments_popup_link() ?&gt;</span></strong><br /></li>  
    438508This will display the link to open comments in a popup window, with the number of comments.<br />  
    439 To edit the popup window's template, edit the file wp-comments-popup.php (it's the default one for comments popup).<br />  
     509To edit the popup window's template, edit the file <span class="file">wp-comments-popup.php</span>. (It's the default one for comments popup).<br />  
    440510<br />  
    441511<br />  
     
    451521<br />  
    452522<br />  
    453 <strong>&lt;?php comments_link() ?&gt;<br />  
    454 </strong> This is a bit like permalink_link, it will display an URL to the comments page, but again you'll have to create the link tag.<br />  
     523<li><strong><span class="tag">&lt;?php comments_link() ?&gt;</span></strong><br /></li>  
     524 This is a bit like permalink_link. It will display an URL to the comments page, but again you'll have to create the link tag.<br />  
    455525<br />  
    456526Note:<br />  
    457 The same tags exist for TrackBack and Pingback, respectively named '<b>trackback_link()</b>' and '<b>pingback_link()</b>'. They take the same parameters.<br />  
     527The same tags exist for TrackBack and Pingback, respectively named '<span class="tag">trackback_link()</span>' and '<span class="tag">pingback_link()</span>'. They take the same parameters.<br />  
    458528<br />  
    459529<div class="params">Parameters: 
     
    464534<br />  
    465535<br />  
    466 <strong>&lt;?php comments_number() ?&gt;</strong> <br /
     536<li><strong><span class="tag">&lt;?php comments_number() ?&gt;</span></strong> <br /></li
    467537This displays the number of comments that have been posted on this post. Example: "5 comments".<br />  
    468538<br />  
     
    488558<strong>Tags that go in wp-comments.php:</strong> (these are easy too)<br />  
    489559<br />  
    490 <strong>&lt;?php comment_author() ?&gt;</strong><br />  
    491 <strong>&lt;?php comment_author_email() ?&gt; </strong> - displays the e-mail address, but not the link<br />  
    492 <strong>&lt;?php comment_author_url() ?&gt; </strong>- displays the url, but not the link<br />  
    493 <br />  
    494 <strong>&lt;?php comment_author_email_link() ?&gt; </strong> - displays a link to the comment's author's e-mail<br />  
    495 <strong>&lt;?php comment_author_url_link() ?&gt; </strong> - displays a link to the comment's author's website<br />  
     560<li><strong><span class="tag">&lt;?php comment_author() ?&gt;</span></strong><br /></li>  
     561<li><strong><span class="tag">&lt;?php comment_author_email() ?&gt;</span> </strong></li> - displays the e-mail address, but not the link<br />  
     562<li><strong><span class="tag">&lt;?php comment_author_url() ?&gt;</span> </strong></li>- displays the url, but not the link<br />  
     563<br />  
     564<li><strong><span class="tag">&lt;?php comment_author_email_link() ?&gt;</span> </strong></li> - displays a link to the comment's author's e-mail<br />  
     565<li><strong><span class="tag">&lt;?php comment_author_url_link() ?&gt;</span> </strong></li> - displays a link to the comment's author's website<br />  
    496566<div class="params">Parameters for <strong>comment_author_email_link()</strong> and <strong>comment_author_url_link()</strong>: 
    497567  <ul>  
     
    502572</div> 
    503573<br />  
    504 <strong>&lt;?php comment_author_IP() ?&gt;</strong> - displays the IP of the comment's author<br />  
    505 <strong>&lt;?php comment_text() ?&gt;<br />  
    506 &lt;?php comment_date() ?&gt; </strong>- unlike the_date(), this tag appears on every comment<strong><br />  
    507 &lt;?php comment_time() ?&gt;</strong><br />  
     574<li><strong><span class="tag">&lt;?php comment_author_IP() ?&gt;</span></strong><br /></li> - displays the IP of the comment's author<br />  
     575<li><strong><span class="tag">&lt;?php comment_text() ?&gt;</span></strong><br /><li> - the content of the comment.  
     576<li><strong><span class="tag">&lt;?php comment_date() ?&gt;</span> </strong><br /></li>- unlike the_date(), this tag appears on every comment<br />  
     577<li><strong><span class="tag">&lt;?php comment_time() ?&gt;</span></strong><br /></li> - 
     578Time the comment was posted. 
    508579<div class="params">Parameters for <strong>comment_date()</strong> and <strong>comment_time()</strong>: 
    509580  <ul>  
     
    512583</div> 
    513584<br />  
    514 <strong>&lt;?php trackback_url() ?&gt; </strong><br />  
     585<li><strong><span class="tag">&lt;?php trackback_rdf() ?&gt; </span></strong><br /></li>  
     586This will include the RDF data that can be used by some weblog tools to locate your posts' trackback URLs.<br /> 
     587You should put this tag after the &lt;?php the_content() ?&gt; tag in your template, or just before the end of the loop.<br />  
     588<br />  
     589<li><strong><span class="tag">&lt;?php trackback_url() ?&gt;</span> </strong><br /></li>  
    515590This tag is out of the WordPress TrackBacks loop.<br />  
    516 It will output the URL to TrackBack the post, that other people can copy and use in WordPress's posting interface to trackback this post.<br />  
     591It will output the URL to TrackBack the post that other people can copy and use in WordPress's posting interface to trackback this post.<br />  
    517592<p>  In wp-comments.php, like in the main template file, please keep the first PHP lines, the "while" lines, and the "}" lines.</p> 
    518593<p>You can modify the form, but do not remove "&lt;?php echo ... ?&gt;" and all the name="..." attributes.</p> 
    519 <br /> 
    520 <p><strong>To include your archives:</strong></p> 
    521 <p><strong>&lt;?php get_archives() ?&gt;</strong></p> 
     594</ul> 
     595<br /> 
     596<ul><h2>Archives tag:</h2> 
     597<br /> 
     598<li><strong><span class="tag">&lt;?php get_archives() ?&gt;</span></strong></li> This will include your archived posts. 
    522599<div class="params">Parameters for <strong>get_archives()</strong>: 
    523600  <ul>  
     
    537614  </ul>  
    538615</div> 
     616</ul> 
     617<br /> 
     618<br /> 
     619<ul><h2>Calendar tag:</h2> 
     620<li><strong><span class="tag">&lt;?php get_calendar(); ?&gt;</span></strong><br /></li>This will display the calendar. 
    539621 
    540622<h1 id="usage">Query String Usage:</h1>  
    541 <p>WordPress relies a lot on the query string, these variables passed with the URL (note: to pass variables in the querystring, preceed the first variable name with a '?' question mark and every other variables with a '&amp;' sign.)</p> 
     623<p>WordPress relies a lot on the query string. These variables passed with the URL (note: to pass variables in the querystring, preceed the first variable name with a '?' question mark and every other variables with a '&amp;' sign.)</p> 
    542624<p>Most of the time you won't have to do anything about it, but if you want to know how it works, it's here:</p> 
    543625<p>How to use the query string:</p>  
     
    622704<h1 id="notes">Notes:</h1>  
    623705<p>On multi-user:</p>  
    624 <p>New users can register with <code>wp-register.php</code>. Then you (as an admin) click the "+" next to their name on the Team page in admin to upgrade their level to 1 or more, so they can post. If you don't want an user to post anymore, just click "-" until their level is 0.</p>  
     706<p>New users can register with <span class="file">wp-register.php</span>. Then you (as an admin) click the "+" next to their name on the Team page in admin to upgrade their level to 1 or more, so they can post. If you don't want an user to post anymore, just click "-" until their level is 0.</p>  
    625707<p>Note: you can now disable users registration altogether from the config file.</p>  
    626 <p><strong>Levels</strong>:</p>  
     708<p><strong>User Levels</strong>:</p>  
    627709<ul>  
    628710  <li>0 - new user: can't post.</li>