<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WpFunc &#187; nickname</title>
	<atom:link href="http://wpfunc.com/tag/nickname/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>John Asked &#8216;Add a hyperlink to the Authors Name&#8217;</title>
		<link>http://wpfunc.com/wordpress/john-asked-add-a-hyperlink-to-the-authors-name.html</link>
		<comments>http://wpfunc.com/wordpress/john-asked-add-a-hyperlink-to-the-authors-name.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:59:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[author name]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nickname]]></category>
		<category><![CDATA[user_login]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=265</guid>
		<description><![CDATA[Hi everybody. When i check my e-mails i see John&#8217;s one. He asked me about how he can add a hyperlink with authors nickname. I live in Turkey and i get this e-mail tonight because im working and tehere is Time difference :) Ok John i found answer. Lets begin.
Firstly we use an user system [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hi everybody. When i check my e-mails i see John&#8217;s one. He asked me about how he can add a hyperlink with authors nickname. I live in Turkey and i get this e-mail tonight because im working and tehere is Time difference :) Ok John i found answer. Lets begin.<span id="more-265"></span></p>
<p style="text-align: justify;">Firstly we use an user system with WordPress and this system give a chance for using our nicknames, login names or our First and Last names. When we add a nickname we can use this for our Display name. But linking system is different. The system uses our login names for linking and we can&#8217;t change this login name from User Options. Because of this we have to change our login name from mysql (There are some plugins but i can&#8217;t trust anymore). I tell answer to you step by step. <em><strong>If you want to only  show your author&#8217;s dipslay name with link Don&#8217;t use Mysql entires.</strong></em></p>
<h3 style="text-align: justify;">First Step: Choose a nickname;</h3>
<p style="text-align: justify;">Login to your Dashboard and edit your Personal Information. There a filed with name &#8216;Nickname&#8217;. Add your Nickname here and save. After save you can select your Display name with a DropDown. Choose your Nickname as Display Name and save.</p>
<h3 style="text-align: justify;">Second Step: Change the Login Name From Mysql Admin;</h3>
<p style="text-align: justify;">Login to your Cpanel (maybe Plesk Panel) and Open PhpMyadmin. Find your Mysql and open it. After that choose wp_users and click on it. When the table opened you can edit your and authors info. Press the edit link and change <strong><em>user_login</em></strong> with whatever you want. That&#8217;s All. Save the info.After saving the link will change with new <em><strong>User Login name.</strong></em></p>
<h3 style="text-align: justify;">Third Step: Adding the code;</h3>
<p style="text-align: justify;">If you want to add a code to your posts, pages you can add this one-line code to your theme.  If you apply first step you will see title with author Nickname. When you add this code, the link will be like this;</p>
<pre class="brush: plain; title: ; notranslate">&lt;a href=&quot;author link&quot;&gt;Author Nickname&lt;/a&gt;</pre>
<h3 style="text-align: justify;">The code;</h3>
<pre class="brush: php; title: ; notranslate">&lt;?php the_author_posts_link(); ?&gt;</pre>
<p style="text-align: justify;">That&#8217;s All.</p>
<p style="text-align: justify;"><em><strong><span style="color: #ff0000;">Note: </span>If you don&#8217;t apply Second Step The Permalink will be user_login name. But you change user_login name like nickname, Permalink will be your new user_login.</strong></em></p>
<p style="text-align: justify;">Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/john-asked-add-a-hyperlink-to-the-authors-name.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

