<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>wp-docs</title>
	<link>http://wp-docs.com</link>
	<description></description>
	<lastBuildDate>Tue, 09 Dec 2008 21:54:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to display a nice &#8220;[... read more]&#8221; message</title>
		<description>If you use the standard WorPress distribution, then after the excerpt you see something like this: [...]
There is no link inside the ... and there is no "more" word.

I want to change [...] into a clickable [... read more], which will lead to the actual post.

In the /wp-includes/formatting.php file, search ...</description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-display-a-nice-read-more-message/</link>
			</item>
	<item>
		<title>FREE WordPress MemberShip PlugIn</title>
		<description>This is a FREE, great looking, awesome designed WordPress PlugIn, that will turn your WordPress site in a membership one in no time.
http://www.memberwing.com/

Do you want to show your gratitude to the author? Please use this link:
http://skullbit.com/donate/ </description>
		<link>http://wp-docs.com/wordpress/level-4-enhance-the-behavior-plugins/free-wordpress-membership-plugin/</link>
			</item>
	<item>
		<title>How to reset the WordPress administrator&#8217;s password?</title>
		<description>Step 1: Login to WordPress, as an administrator, using any WRONG password
What script from the WordPress folders checks if you are using the right password for the user "admin"? Let's find out. Let's try to login with the wrong password, for instance with the password "ak45mjg385v3543knj6y23". The login page will ...</description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-reset-the-wordpress-administrators-password/</link>
			</item>
	<item>
		<title>How to make your blog invisible on search engines</title>
		<description>Go to dashboard -&#62; Settings -&#62; Privacy -&#62; Blog Visibility

Check the  "I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers" option.

" I would like to block search engines, but allow normal visitors."

This option is first set when you install ...</description>
		<link>http://wp-docs.com/wordpress/level-2-configure-wordpress/how-to-make-your-blog-invisible-on-search-engines/</link>
			</item>
	<item>
		<title>How to make your blog visible on search engines</title>
		<description>


Go to dashboard -&#62; Settings -&#62; Privacy -&#62; Blog Visibility

Check the  "I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers" option.

This option is first set when you install WordPress.


 </description>
		<link>http://wp-docs.com/wordpress/level-2-configure-wordpress/how-to-make-your-blog-visible-on-search-engines/</link>
			</item>
	<item>
		<title>How to change the numbers of attachments per page (dashboard)</title>
		<description>Edit the file called “YourWordPressFolder/wp-admin/includes/post.php”


Look for the code below (should start around line 529)
function wp_edit_attachments_query( $q = false ) {
global $wpdb;
if ( false === $q )
$q = $_GET;
$q['m']   = (int) $q['m'];
$q['cat'] = (int) $q['cat'];
$q['post_type'] = 'attachment';
$q['post_status'] = 'any';
$q['posts_per_page'] = 15;

Change $q['posts_per_page'] to whatever you wish.

The default value for $q['posts_per_page'] is ...</description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-change-the-numbers-of-attachments-per-page-dashboard/</link>
			</item>
	<item>
		<title>How to change the numbers of posts per page (dashboard)</title>
		<description>Edit the file called “YourWordPressFolder/wp-admin/includes/post.php”


Look for the code below (should start around line 517)    wp("post_type=post&#38;what_to_show=posts$post_status_q&#38;posts_per_page=15
&#38;order=$order&#38;orderby=$orderby");

Change $posts_per_page to whatever you wish.

The default value for $posts_per_page is 15. </description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-change-the-numbers-of-posts-per-page-dashboard/</link>
			</item>
	<item>
		<title>How to change the numbers of pages per page (dashboard)</title>
		<description>Edit the file called “YourWordPressFolder/wp-admin/pages.php”

Look for the code below (should start around line 122)
$pagenum = absint( $_GET['pagenum'] );
if ( empty($pagenum) )
$pagenum = 1;
if( !$per_page &#124;&#124; $per_page &#60; 0 )
$per_page = 20;
Change $per_page from the last row to whatever you wish.

The default value for $per_page is 20. </description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-change-the-numbers-of-pages-per-page-dashboard/</link>
			</item>
	<item>
		<title>How to change the numbers of themes per page (dashboard)</title>
		<description>Edit the file called “YourWordPressFolder/wp-admin/themes.php”

Look for the code below (should start around line 30)
$themes = get_themes();
$ct = current_theme_info();
ksort( $themes );
$theme_total = count( $themes );
$per_page = 15;
Change $per_page from the last row to whatever you wish.

The default value for $per_page is 15. </description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-change-the-numbers-of-themes-per-page-dashboard/</link>
			</item>
	<item>
		<title>How to change the numbers of link categories per page (dashboard)</title>
		<description>Edit the file called “YourWordPressFolder/wp-admin/edit-link-categories.php”

Look for the code below (should start around line 76)
$pagenum = absint( $_GET['pagenum'] );
if ( empty($pagenum) )
$pagenum = 1;
if( !$catsperpage &#124;&#124; $catsperpage &#60; 0 )
$catsperpage = 20;
Change $catsperpage from the last row to whatever you wish.

The default value for $catsperpage is 20. </description>
		<link>http://wp-docs.com/wordpress/level-5-modify-the-code/how-to-change-the-numbers-of-link-categories-per-page-dashboard/</link>
			</item>
</channel>
</rss>
