<?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"
	>

<channel>
	<title>Jaczz &#187; WordPress Tips</title>
	<atom:link href="http://jaczz.com/category/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaczz.com</link>
	<description>Just another blog by Cyberparticle</description>
	<pubDate>Mon, 07 Jul 2008 02:05:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Previous Page &#038; Next Page Navigation Is Missing&#8230;.</title>
		<link>http://jaczz.com/2008/04/16/previous-page-next-page-navigation-is-missing/</link>
		<comments>http://jaczz.com/2008/04/16/previous-page-next-page-navigation-is-missing/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 01:24:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://jaczz.com/?p=256</guid>
		<description><![CDATA[Don&#8217;t know when and how my page navigator is missing from the webpage. Checking the source code of the main index page, and the code is there:
&#60;?php posts_nav_link(&#8217; &#38;#8212; &#8216;, __(&#8217;&#38;laquo; Previous Page&#8217;), __(&#8217;Next Page &#38;raquo;&#8217;)); ?&#62;
I downloaded and activated WP-PageNavi Plugin 2.20, and still not working&#8230; Finally, I found out there is a problem [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t know when and how my page navigator is missing from the webpage. Checking the source code of the main index page, and the code is there:</p>
<p><strong>&lt;?php posts_nav_link(&#8217; &amp;#8212; &#8216;, __(&#8217;&amp;laquo; Previous Page&#8217;), __(&#8217;Next Page &amp;raquo;&#8217;)); ?&gt;</strong></p>
<p>I downloaded and activated <a href="http://lesterchan.net/wordpress/readme/wp-pagenavi.html" target="_blank">WP-PageNavi Plugin 2.20</a>, and still not working&#8230; Finally, I found out there is a problem with Adhesive Plugin that I installed, which allows easy marking of sticky posts for WordPress. I deactivated it and it worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaczz.com/2008/04/16/previous-page-next-page-navigation-is-missing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enable Widgets In Pool Theme</title>
		<link>http://jaczz.com/2008/04/01/enable-widgets-in-pool-theme/</link>
		<comments>http://jaczz.com/2008/04/01/enable-widgets-in-pool-theme/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 01:31:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://jaczz.com/?p=210</guid>
		<description><![CDATA[After porting my homepage to a dedicated Linux server, I was unable to enable widgets in Pool theme in the beginning; saying my sidebar is not widgets aware and need to modify sidebar.php and functions.php files.
Read a couple of tip and tricks about enabling widgets&#8230; I finally did it.
First of all, use one of your [...]]]></description>
			<content:encoded><![CDATA[<p>After porting my homepage to a dedicated Linux server, I was unable to enable widgets in Pool theme in the beginning; saying my sidebar is not widgets aware and need to modify sidebar.php and functions.php files.</p>
<p>Read a couple of tip and tricks about enabling widgets&#8230; I finally did it.</p>
<p>First of all, use one of your favorite text editors, such as notepad and textedit, to create a file named functions.php including the following lines.</p>
<p><em><code>&lt;?php<br />
if ( function_exists('register_sidebar') )<br />
register_sidebar(array(<br />
'before_widget' =&gt; '',<br />
'after_widget' =&gt; '',<br />
'before_title' =&gt; '&lt;h4&gt;',<br />
'after_title' =&gt; '&lt;/h4&gt;',<br />
));<br />
?&gt;</code></em></p>
<p>Secondly, add the lines below to sidebar.php to enable a dynamic sidebar.</p>
<p><em><code>&lt;?php if ( !function_exists('dynamic_sidebar')<br />
|| !dynamic_sidebar() ) : ?&gt;<br />
&lt;?php endif; ?&gt;</code></em></p>
<p>Finally, upload these two php file to the theme folder on your server. Refresh your browser, and click Design (WordPress version 2.5) or Presentation (WordPress version 2.0 or earlier), the lovely widgets are there.<br />
<img class="alignnone" src="http://jaczz.com/wp-content/uploads/2008/04/widgets.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaczz.com/2008/04/01/enable-widgets-in-pool-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Upgrade&#8230;But Can&#8217;t See Images</title>
		<link>http://jaczz.com/2008/03/29/wordpress-upgrade/</link>
		<comments>http://jaczz.com/2008/03/29/wordpress-upgrade/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 03:58:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://jaczz.com/?p=201</guid>
		<description><![CDATA[Successfully upgraded my WordPress to the lastest version 2.5 tonight&#8230; The server upgrade is very simple, just follow the installation instruction provided by WordPress.

However, it seems the new version has a problem with media library. I uploaded an image from my computer by clicking Add media and it shows there is one image in Gallery [...]]]></description>
			<content:encoded><![CDATA[<p>Successfully upgraded my WordPress to the lastest version 2.5 tonight&#8230; The server upgrade is very simple, just follow the <a href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">installation instruction</a> provided by WordPress.</p>
<p><img class="alignleft" src="http://jaczz.com/wp-content/uploads/2008/03/update-wordpress25.jpg" alt="" /></p>
<p>However, it seems the new version has a problem with media library. I uploaded an image from my computer by clicking <em>Add media</em> and it shows there is one image in Gallery but I cannot see it. In order to insert these images, I have to click <em>Add media</em> again and manually enter from URL. If anyone knows how to fix this, please share&#8230; Can&#8217;t find any solution on <a href="http://wordpress.org/support/topic/161096" target="_blank">WordPress 2.5 forum</a> regarding this issue.</p>
<p><img class="alignleft" src="http://jaczz.com/wp-content/uploads/2008/03/media-library-1.jpg" alt="" /></p>
<p><img class="alignleft" src="http://jaczz.com/wp-content/uploads/2008/03/media-library.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaczz.com/2008/03/29/wordpress-upgrade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress On 1&#038;1 Linux Hostings</title>
		<link>http://jaczz.com/2008/02/24/wordpress-on-11-linux-hostings/</link>
		<comments>http://jaczz.com/2008/02/24/wordpress-on-11-linux-hostings/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 20:10:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://jaczz.com/?p=95</guid>
		<description><![CDATA[The main reason to install Wordpress in your own server because you can modify the source code, use your own domain name, and add Google Adsense. The installation is very simple, just make sure that you have Linux Hosting package, not Microsoft&#8217;s. If you do have Microsoft package, you can switch it to Linux Hosting [...]]]></description>
			<content:encoded><![CDATA[<p>The main reason to install Wordpress in your own server because you can modify the source code, use your own domain name, and add Google Adsense. The installation is very simple, just make sure that you have Linux Hosting package, not Microsoft&#8217;s. If you do have Microsoft package, you can switch it to Linux Hosting just a single click. Use Switch Package under Administration in 1&amp;1 Control Panel. It will take 24 to 48 hrs&#8230; PLEASE BACKUP ALL YOUR FILES FIRST!!Assuming that you have Linux Hosting package, which includes PHP scripts support and MySQL Database&#8230;</p>
<ul>
<li>Create a database by clicking MySQL Administration in 1&amp;1 Control Panel; Click New Database, MySQL will generate a database with a username, password, and host name that CANNOT be modified.</li>
</ul>
<p><a title="1and11.jpg" href="http://jaczz.com/wp-content/uploads/2008/02/1and11.jpg"> <img src="http://jaczz.com/wp-content/uploads/2008/02/1and11.jpg" alt="1and11.jpg" /></a></p>
<ul>
<li>Download Wordpress <a href="http://wordpress.org/download/" target="_blank">here</a> and save it to your local hard drive.</li>
<li>Rename wp-config-sample.php to wp-config.php; and open this file using your favorite text editor such as notepad in Windows. Now change the DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST to match ones that show on you MySQL database and save it.</li>
<li>Use one of FTP clients (FileZilla or WS_FTP), upload all files in wordpress folder that you just downloaded to your server&#8217;s root directory or a subdirectory.</li>
<li>Now open your browser and type in http://yourpage.com/wp-admin/install.php</li>
<li>Follow the screen login&#8230; you&#8217;re in.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jaczz.com/2008/02/24/wordpress-on-11-linux-hostings/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
