<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Niraj Biography</title>
	<atom:link href="http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anirajkumar.com</link>
	<description>A PHP, Wordpress as CMS set up and customization Expert developer from India</description>
	<lastBuildDate>Wed, 28 Sep 2011 11:07:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Saroj</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-2230</link>
		<dc:creator>Saroj</dc:creator>
		<pubDate>Fri, 24 Jun 2011 16:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-2230</guid>
		<description>best way to do,
show the_content(); for non registered users and only registered user can download that attachments associated with the post.
if( is_user_logged_in() ){
 get_post_meta($post_id, $key, $single);
}
else{
     echo &#039;Please login to view the content.&lt;br/&gt;&#039;; 
     &lt;a href=&quot;http://yoursite.com/wp-login.php?redirct_url=&quot;&quot; rel=&quot;nofollow&quot;&gt;Click here to Login&lt;/a&gt;
}</description>
		<content:encoded><![CDATA[<p>best way to do,<br />
show the_content(); for non registered users and only registered user can download that attachments associated with the post.<br />
if( is_user_logged_in() ){<br />
 get_post_meta($post_id, $key, $single);<br />
}<br />
else{<br />
     echo &#8216;Please login to view the content.<br />&#8216;;<br />
     <a href="http://yoursite.com/wp-login.php?redirct_url="" rel="nofollow">Click here to Login</a><br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-2133</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Sat, 28 May 2011 06:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-2133</guid>
		<description>hi neeraj,

Aditya Here nice to see u here . i am also in  PHP ,wordpress (beginer).
One more intreseting thing here is u and me from same city and same place (marripalem) also

my no is:XXXXXXXXXX</description>
		<content:encoded><![CDATA[<p>hi neeraj,</p>
<p>Aditya Here nice to see u here . i am also in  PHP ,wordpress (beginer).<br />
One more intreseting thing here is u and me from same city and same place (marripalem) also</p>
<p>my no is:XXXXXXXXXX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baljinder Singh</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-1940</link>
		<dc:creator>Baljinder Singh</dc:creator>
		<pubDate>Fri, 25 Mar 2011 11:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-1940</guid>
		<description>Hi Niraj,

So nice to see your biography, i am also a PHP web developer.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Niraj,</p>
<p>So nice to see your biography, i am also a PHP web developer.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Niraj Kumar</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-1821</link>
		<dc:creator>A Niraj Kumar</dc:creator>
		<pubDate>Fri, 18 Feb 2011 09:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-1821</guid>
		<description>Murgan,
        If you have access to FTP then do onething, go to the page template or single.php or page.php and add this in the loop in place of &quot;the_content();&quot;

Display different output depending on whether the user is logged in or not.
[php]

&lt;?php
if ( is_user_logged_in() ) {
     the_content();
} else {
     echo &#039;Please login to view the content&#039;; ?&gt;&lt;a href=&quot;http://yoursite.com/wp-login.php?redirct_url=&lt;?php the_permalink(); ?&gt;&quot;&gt;Click here to Login&lt;/a&gt;
&lt;?php
};
?&gt;

[/php]</description>
		<content:encoded><![CDATA[<p>Murgan,<br />
        If you have access to FTP then do onething, go to the page template or single.php or page.php and add this in the loop in place of &#8220;the_content();&#8221;</p>
<p>Display different output depending on whether the user is logged in or not.</p>
<pre class="brush: php; title: ; notranslate">

&lt;?php
if ( is_user_logged_in() ) {
     the_content();
} else {
     echo 'Please login to view the content'; ?&gt;&lt;a href=&quot;<a href="http://yoursite.com/wp-login.php?redirct_url=&lt;?php" rel="nofollow">http://yoursite.com/wp-login.php?redirct_url=&lt;?php</a> the_permalink(); ?&gt;&quot;&gt;Click here to Login&lt;/a&gt;
&lt;?php
};
?&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murugan</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-1820</link>
		<dc:creator>Murugan</dc:creator>
		<pubDate>Fri, 18 Feb 2011 09:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-1820</guid>
		<description>Hi Niraj,

I need help on wordpress version 3.2

While creating new post i&#039;ll upload file (Ex. hello.pdf) like pdf, doc or some supported formats.
After publish with my post, attached file also show for download.

But i need to show only post if user click on download file (hello.pdf) i need to show login form.
Once user login to wordpress then only user can download file otherwise user can&#039;t.

How to do that one. For this any plugin is available ?

Pls hlep me how to proceed.

Thanks
Murugan</description>
		<content:encoded><![CDATA[<p>Hi Niraj,</p>
<p>I need help on wordpress version 3.2</p>
<p>While creating new post i&#8217;ll upload file (Ex. hello.pdf) like pdf, doc or some supported formats.<br />
After publish with my post, attached file also show for download.</p>
<p>But i need to show only post if user click on download file (hello.pdf) i need to show login form.<br />
Once user login to wordpress then only user can download file otherwise user can&#8217;t.</p>
<p>How to do that one. For this any plugin is available ?</p>
<p>Pls hlep me how to proceed.</p>
<p>Thanks<br />
Murugan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navya joshita</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-1055</link>
		<dc:creator>navya joshita</dc:creator>
		<pubDate>Wed, 06 Oct 2010 06:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-1055</guid>
		<description>hiiiiiiiii niraj 

            its really s nice to see ur profile and the work u have done i wish u all the best and the success be urs and help the one who is need take care bye.</description>
		<content:encoded><![CDATA[<p>hiiiiiiiii niraj </p>
<p>            its really s nice to see ur profile and the work u have done i wish u all the best and the success be urs and help the one who is need take care bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navya joshita</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-1054</link>
		<dc:creator>navya joshita</dc:creator>
		<pubDate>Wed, 06 Oct 2010 06:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-1054</guid>
		<description>hiiiiiiiiiii
niraj,
 
its really so nice to see ur profile and the hard work u have done. i wish u all the success be urs and help the one who is need. bye</description>
		<content:encoded><![CDATA[<p>hiiiiiiiiiii<br />
niraj,</p>
<p>its really so nice to see ur profile and the hard work u have done. i wish u all the success be urs and help the one who is need. bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAGADEESH</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-1018</link>
		<dc:creator>JAGADEESH</dc:creator>
		<pubDate>Sun, 03 Oct 2010 05:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-1018</guid>
		<description>hi niraj i feel proud of u after reading ur biography.tomorrow z oct 4th</description>
		<content:encoded><![CDATA[<p>hi niraj i feel proud of u after reading ur biography.tomorrow z oct 4th</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-487</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 28 May 2010 11:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-487</guid>
		<description>I am looking for freelance wordpress designer to adapt wordpress themes - must have detailed knowledge of wordpress design and codeing &amp; fast worker with plenty of experience. 

This will not suit you unless you have very good experience and can code quickly but correctly.

Good rates of pay plenty of work - if interested please email me</description>
		<content:encoded><![CDATA[<p>I am looking for freelance wordpress designer to adapt wordpress themes &#8211; must have detailed knowledge of wordpress design and codeing &amp; fast worker with plenty of experience. </p>
<p>This will not suit you unless you have very good experience and can code quickly but correctly.</p>
<p>Good rates of pay plenty of work &#8211; if interested please email me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niraj</title>
		<link>http://www.anirajkumar.com/niraj-kumar-biography-wordpress-php-developer/comment-page-1/#comment-439</link>
		<dc:creator>Niraj</dc:creator>
		<pubDate>Sat, 01 May 2010 19:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.anirajkumar.com/?page_id=460#comment-439</guid>
		<description>Hii Anil,  It was nice reading ur comment as well. Do you work for any company at the moment? If so which company? If no are you a freelancer ?</description>
		<content:encoded><![CDATA[<p>Hii Anil,  It was nice reading ur comment as well. Do you work for any company at the moment? If so which company? If no are you a freelancer ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

