<?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>Talking about Gadget and Computer Freak &#187; wordpress</title>
	<atom:link href="http://www.allfreesource.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.allfreesource.com</link>
	<description>Talking about Gadget,Software,Tweak, Games and Tutorial</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Wordpress Core Update Notification Message without plugins</title>
		<link>http://www.allfreesource.com/tutorial/disable-wordpress-core-update-notification-message-without-plugins.html</link>
		<comments>http://www.allfreesource.com/tutorial/disable-wordpress-core-update-notification-message-without-plugins.html#comments</comments>
		<pubDate>Fri, 13 Aug 2010 08:04:14 +0000</pubDate>
		<dc:creator>Radikal Zen</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress Core Update]]></category>

		<guid isPermaLink="false">http://www.allfreesource.com/tutorial/disable-wordpress-core-update-notification-message-without-plugins.html</guid>
		<description><![CDATA[This tutorial requested by wordpressschool, By the way for all other user, please consider use request section so we can eliminated spam :D. There is simple way for disable Wordpress Core Update Notification Message without plugins, Just copying this code on your functions.php add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 ); add_filter( [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial requested by <a href="http://www.allfreesource.com/tutorial/hide-your-wordpress-core-version.html/comment-page-1#comment-298">wordpressschool</a>, By the way for all other user, please consider use <a href="http://www.allfreesource.com/request">request section</a> so we can eliminated spam :D.</p>
<p>There is simple way for disable Wordpress Core Update Notification Message without plugins, Just copying this code on your functions.php</p>
<blockquote><p><code>add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );<br />
add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );</p>
<p># 2.8 to 3.0:<br />
remove_action( 'wp_version_check', 'wp_version_check' );<br />
remove_action( 'admin_init', '_maybe_update_core' );<br />
add_filter( 'pre_transient_update_core', create_function( '$a', "return null;" ) );</p>
<p># 3.0:<br />
add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );</code></p></blockquote>
<p>Thanks,<br />
radikal zen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allfreesource.com/tutorial/disable-wordpress-core-update-notification-message-without-plugins.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Configure WordPress in Ubuntu?</title>
		<link>http://www.allfreesource.com/tutorial/how-to-configure-wordpress-in-ubuntu.html</link>
		<comments>http://www.allfreesource.com/tutorial/how-to-configure-wordpress-in-ubuntu.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 07:29:32 +0000</pubDate>
		<dc:creator>l1n6g4</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Configure WordPress]]></category>
		<category><![CDATA[Configure WordPress in Ubuntu]]></category>
		<category><![CDATA[How to Configure WordPress in Ubuntu?]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.allfreesource.com/tutorial/how-to-configure-wordpress-in-ubuntu.html</guid>
		<description><![CDATA[How to Configure WordPress in Ubuntu? To you who are still confused to configure your wordpress in ubuntu, you can follow the following tutorial without having to buy expensive hosting server. Simply use Ubuntu, activate LAMP, and Tada! You are able to blogging. No need to bother anymore because the data upload blog content can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://1.bp.blogspot.com/_n5qi_Xbdppo/SqSuwxkfbXI/AAAAAAAAAkc/cP3YduOdzzE/s800/Wordpress.jpg" alt="How to Configure wordpress in Ubuntu" /></p>
<h2>How to Configure WordPress in Ubuntu?</h2>
<p>To you who are still confused to <strong>configure your wordpress in ubuntu</strong>, you can follow the following  tutorial without having to buy expensive hosting server. Simply use <strong>Ubuntu</strong>,  activate LAMP, and Tada! You are able to blogging. No need to bother anymore because the data upload  blog content can be copied and paste as well as ordinary file  operations.</p>
<p><span id="more-1274"></span><br />
But, before you can enjoy this convenience, you should make every effort was configuring Ubuntu. Here&#8217;s how:</p>
<ol>
<li>Run Terminal and type:<br />
<blockquote><p>sudo apt-get install<strong> wordpress </strong></p></blockquote>
</li>
<li>Create a symbolic link folder www Apache  to your installation folder and install the new MySQL database named localhost to use WordPress. Type the following command in Terminal:<br />
<blockquote><p>sudo ln-s /usr/share/wordpress/var/www/wordpress<br />
sudo bash /usr/share/doc/wordpress/examples/setup-mysql-n wordpress localhost</p></blockquote>
</li>
<li>If you already have a host name for WordPress, do not use localhost, but use the host name. For example, if your website is test.com blog, type the command:<br />
sudo bash /usr/share/doc/wordpress/examples/ setup-mysql-n wordpress test.com</li>
<li>If you are going to access your Wordpress server through a virtual host, create a virtual host configuration files in the folder / etc/apache2/sites-available. If so, create a symbolic link from the folder / etc/apache2/sites-enabled.</li>
<li>Restart apache2 with the command:<br />
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
</li>
<li>Now, install WordPress via a browser. Type the following address in your browser:<br />
http://localhost/wordpress. Or, if you use a virtual host, simply type your website address.</li>
</ol>
<p>Note: WordPress inherited from the Ubuntu repositories 9:10 still using WordPress which contains a bug. Do not forget to update it after installation on top.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allfreesource.com/tutorial/how-to-configure-wordpress-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.8 is Comming Out</title>
		<link>http://www.allfreesource.com/news/wordpress-2-8-comming.html</link>
		<comments>http://www.allfreesource.com/news/wordpress-2-8-comming.html#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:57:16 +0000</pubDate>
		<dc:creator>Radikal Zen</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[bleeding edge]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.allfreesource.com/news/wordpress-2-8-comming.html</guid>
		<description><![CDATA[This good news for every wordpress user and lovers. After bleeding edge now wordpress 2.8 is ready for download. New feature more flexyble. And one more thing ! I dont need upgrade anything. My plugins is fine. My theme no need changing code or nothing. Here the new feature. Adding live choosing themes, from wordpress.org/extend/themes/ [...]]]></description>
			<content:encoded><![CDATA[<p>This good news for every wordpress user and lovers. After bleeding edge now wordpress 2.8 is ready for download. New feature more flexyble. And one more thing ! I dont need upgrade anything. My plugins is fine. My theme no need changing code or nothing.</p>
<p><span id="more-807"></span></p>
<p>Here the new feature.</p>
<ul>
<li>Adding live choosing themes, from wordpress.org/extend/themes/<br />
<img class="alignnone" title="Wordpress 2.8" src="http://i608.photobucket.com/albums/tt168/radiaku/Wordpress28-4.jpg" alt="" width="147" height="322" /></li>
<li>Adding code editing, I like this one. Look very nice, just like Movabletype<br />
<img class="alignnone" title="Wordpress 2.8" src="http://i608.photobucket.com/albums/tt168/radiaku/Wordpress28-2.jpg" alt="" width="639" height="416" /></li>
<li>Changing the widgets listing and editing. Cool Dude<br />
<img class="alignnone" title="Wordpress" src="http://i608.photobucket.com/albums/tt168/radiaku/Wordpress28-3.jpg" alt="" width="639" height="416" /></li>
<li>Changing wordpress plugins listing. Nice one. but I forget the screen shoot.</li>
</ul>
<p>Yep So what are you waiting for go to wordpress.org and download it. or upgrade it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allfreesource.com/news/wordpress-2-8-comming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial How to Integrate Wordpress into an Existing Website</title>
		<link>http://www.allfreesource.com/ebook/tutorial-how-to-integrate-wordpress-into-an-existing-website.html</link>
		<comments>http://www.allfreesource.com/ebook/tutorial-how-to-integrate-wordpress-into-an-existing-website.html#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:52:10 +0000</pubDate>
		<dc:creator>Radikal Zen</dc:creator>
				<category><![CDATA[Ebook]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Tutorial How to Integrate Wordpress into an Existing Website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress as engine]]></category>

		<guid isPermaLink="false">http://www.allfreesource.com/?p=492</guid>
		<description><![CDATA[Tutorial How to Integrate Wordpress into an Existing Website Wordpress as engine, enough cool right. Enough cool, but dont know how to do it, So I will share my favorite ebook ( again !! :D ), No more word here the ebook 1. Build the site in PHP and CSS- Create a good solid site [...]]]></description>
			<content:encoded><![CDATA[<p>Tutorial How to Integrate Wordpress into an Existing Website</p>
<p>Wordpress as engine, enough cool right. Enough cool, but dont know how to do it, So I will share my favorite ebook ( again !! :D ), No more word here the ebook</p>
<p><span id="more-492"></span></p>
<blockquote>
<p>1. Build the site in PHP and CSS- Create a good solid site using PHP to include the content and CSS to control the <br />layout (We&rsquo;re going to take our OWN CSS layout and simply match the blog with it). All of my layouts are controlled <br />entirely without tables and though it takes a lot of work in the beginning, the incredibly wide range of flexibility it <br />gives you in the end is totally worth it. </p>
<p>2. Download and then install the latest version of Wordpress &#8211; I used 1.5 in this example. I created the database on <br />my server, updated the config.php file in the wordpress folder (which I renamed to blog) and then uploaded the whole <br />deal. If you have fantastico available through your hosting provider, use that ;).  </p>
<p>3. Check and make sure &rsquo;sall good &#8211; I viewed my /blog directory and yup, there she is.. the wordpress installation in <br />its full untouched glory. Hehe.. not for long ;). The installation is good to go, I&rsquo;ve updated my admin password and <br />saved it in a secure location, and I&rsquo;m ready. </p>
</blockquote>
<p dir="ltr">Here Download <a href="http://www.4shared.com/file/91944237/3e2e0bb/Tutorial_How_to_Integrate_Wordpress_into_an_Existing_Website.html" target="_blank"  rel="nofollow">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allfreesource.com/ebook/tutorial-how-to-integrate-wordpress-into-an-existing-website.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show Google Adsense in Post</title>
		<link>http://www.allfreesource.com/tutorial/show-google-adsense-in-post.html</link>
		<comments>http://www.allfreesource.com/tutorial/show-google-adsense-in-post.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 13:24:08 +0000</pubDate>
		<dc:creator>Radikal Zen</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[full control adsense]]></category>
		<category><![CDATA[place freely adsense]]></category>
		<category><![CDATA[Show Google Adsense in Post]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.allfreesource.com/?p=207</guid>
		<description><![CDATA[In other post, I post about a remove version of wordpress, now how about we try some cool stuff, We will play with code function in wordpress. &#62;:) Why we not use wpads or other plugin, cause what ? if we use that we not able place ads freely. So this trick is place ads [...]]]></description>
			<content:encoded><![CDATA[<p>In other post, I post about a remove version of wordpress, now how about we try some cool stuff, We will play with code function in wordpress. &gt;:)</p>
<p>Why we not use wpads or other plugin, cause what ? if we use that we not able place ads freely.</p>
<p>So this trick is place ads in every place you wanted to show</p>
<p>Interesting ?</p>
<p>You want a show, just go on brother. live with allfreesource.</p>
<p><span id="more-207"></span></p>
<ul>
<li>First open functions.php on you theme offcourse.</li>
</ul>
<ul>
<li>add this code to your functions.php.</li>
</ul>
<blockquote>
<p style="padding-left: 30px;"><strong>function showads() {<br />
return &#8216;&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
google_ad_client = &#8220;pub-3637220125174xxx&#8221;;<br />
google_ad_slot = &#8220;4668915xxx&#8221;;<br />
google_ad_width = 468;<br />
google_ad_height = 60;<br />
//&#8211;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&#8216;;<br />
}<br />
add_shortcode(&#8216;adsense&#8217;, &#8216;showads&#8217;);</strong></p></blockquote>
<ul>
<li>change adsense code with yours offcourse, and then click on update button</li>
<li>Done</li>
</ul>
<p>And if you want to place adsense, use this  code, please no use spacing between [-] !</p>
<blockquote><p><strong>[ ads  ]<br />
</strong></p></blockquote>
<h4>You can add the code to your html or visual editor, very simple right</h4>
]]></content:encoded>
			<wfw:commentRss>http://www.allfreesource.com/tutorial/show-google-adsense-in-post.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

