<?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>j2trip &#187; wordpress</title>
	<atom:link href="http://www.j2trip.com/cat/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.j2trip.com</link>
	<description>wordpress,joomla, travel</description>
	<lastBuildDate>Sat, 24 Oct 2009 05:23:04 +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>Make all wordpress’ posts to real html files on Godaddy’s webhosting</title>
		<link>http://www.j2trip.com/html/y2009/10/gd-posts-to-real-html.html</link>
		<comments>http://www.j2trip.com/html/y2009/10/gd-posts-to-real-html.html#comments</comments>
		<pubDate>Mon, 05 Oct 2009 06:48:45 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=99</guid>
		<description><![CDATA[In order to decrease the load of webhost and SEO, I decided to make all posts to real html file. I search plugins on wordpress’ plugin directory. And I found cos-html-cache, this plugin is popular and still maintained by its author. The author is a Chinese. I appreciate to his work. I download the version [...]]]></description>
			<content:encoded><![CDATA[<p>In order to decrease the load of webhost and SEO, I decided to make all posts to real html file. I search plugins on wordpress’ plugin directory. And I found cos-html-cache, this plugin is popular and still maintained by its author. The author is a Chinese. I appreciate to his work. I download the version 2.7.3  from here:  <a href="http://wordpress.org/extend/plugins/cos-html-cache/" target="_blank">http://wordpress.org/extend/plugins/cos-html-cache/</a> .  My wordpress’ version is 2.8.2.</p>
<p>First, I set the permalinks to custome setting with /html/y%year%/%monthnum%/%postname%.html.</p>
<p><img class="alignnone size-full wp-image-100" title="20091005-make-all-2-html-1" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-1.jpg" alt="20091005-make-all-2-html-1" width="575" height="298" /></p>
<p>I follow the author’s instructions in readme.txt.</p>
<p><strong>1.Upload to your plugins folder, usually `wp-content/plugins/` and unzip the file, it will create a `wp-content/plugins/cos-html-cache/` directory.</strong></p>
<p><strong>2.Activate the plugin on the plugin screen. </strong></p>
<p>I’m a beginner of wordpress. When I first activate one plugin, I cost more time to find out the plugin’s setting page.  Follows image will help beginner to find out it quickly.  : )</p>
<p><img class="alignnone size-full wp-image-101" title="20091005-make-all-2-html-2" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-2.jpg" alt="20091005-make-all-2-html-2" width="575" height="312" /></p>
<p>plugins in wordpress</p>
<p>After activate the plugin, please click “Settings”, when the drop list displayed you’ll find the plugin’s name. Then click it, it will bring you to plugin’s setting page.</p>
<p><img class="alignnone size-full wp-image-103" title="20091005-make-all-2-html-3" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-31.jpg" alt="20091005-make-all-2-html-3" width="575" height="589" /></p>
<p>plugin setting page</p>
<p><strong>3.Make sure that you deactivated compression on the Miscellaneous options screen and that gzip encoding is turned off on the PHP level.</strong></p>
<p>When I open the page of  “Settings–&gt;reading”, I can’t find any gzip option.   What I saw was following image:</p>
<p><img class="alignnone size-full wp-image-104" title="20091005-make-all-2-html-4" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-4.jpg" alt="20091005-make-all-2-html-4" width="575" height="702" /></p>
<p>wordpress gzip option</p>
<p>I search the help for gzip option,  finally I  got it. The gzip option has been disabled in wordpress 2.8.2.</p>
<p><strong>4.create a file named “index.bak” under the root of your web directory</strong></p>
<p>I created the file, logout wordpress admin. Refreshed the home page of  <a href="http://www.j2trip.com" target="_blank">www.j2trip.com</a> again. Then I go to the root directory by FTP.  Unfortunately I didn’t find any index.html file,  and didn’t find html directory also.</p>
<p>I checked every step, there wasn’t any error. But why the html files not been generated?</p>
<p><strong>Setp to fix the problem:</strong></p>
<p>1. I read author’s FAQ list, crated a directory under the root of  <a href="http://www.j2trip.com" target="_blank">www.j2trip.com</a> with it’s name html . Also change it’s mode to 777(linux server).  Refreshed the front page, but without any html files still.</p>
<p>2. I went to the homepage of plugin’s author, read all posts, questions and answers. Fortunately, I find out a page with name: about the question of cos-html-cache on godaddy’s webhosting. I’m using godaddy’s webhost, so may be the page’s content will help me to fix the bug.</p>
<p>3. I follow author’s instruction,  open cos-html-cache.php, replace $path = $_SERVER['DOCUMENT_ROOT'].”/” to $path = ABSPATH,  logout admin refreshed<a href="http://www.j2trip.com" target="_blank"> www.j2trip.com</a>’s homepage again, but I can’t find any html file with FTP. The futher step,  set the $path to $path = ABSPATH.”/yourblogdir/”, but the html file was not generated also.</p>
<p>4. For now, I didn’t how to deal with. I attempted all instructions, but couldn’t get html yet. My brain was frozen. So I decited to go to bed and fix the problem tomorrow.</p>
<p>5. The second day, when I login wordpress I suddenly realized that I have used my own theme,  did the problem caused by this? I change the theme to default and logout, refreshed, when I open the root with FTP I saw index.html file. Good news, the plugin worked.  But when I go into the html directory, I couldn’t find any html files for single posts.</p>
<p>6. I added some debug info into cos-html-cache.php,  echo $path, and I found the path is not right. Because I have replace the $path to ABSPATH.”/yourblogdir/”, so the $path is not valid and the html files for every posts couldn’t be generated. I set the $path = ABSPATH.”/” again, logout and refreshed the special posts. I got the real html file for the special posts.</p>
<p>I got success.</p>
<p>PS:</p>
<p>Forgive me if there’s any error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/10/gd-posts-to-real-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to remove thumbnails from wordpress?</title>
		<link>http://www.j2trip.com/html/y2009/09/remove-thumbnail-from-wordpress.html</link>
		<comments>http://www.j2trip.com/html/y2009/09/remove-thumbnail-from-wordpress.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:21:08 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=84</guid>
		<description><![CDATA[When I do backup to my wordpress site, I found there was many pictures which I haven't use them on my server. These pictures are thumbnails which auto generated by wordpress...]]></description>
			<content:encoded><![CDATA[<p>Wordpress will generate 3 different size thumbnails for every image. These images all are thumbnails. May be these thumbnails won&#8217;t be used any more. But they will exist on your server.  Inorder to save space and make backup work easier, I decided to do some setting and make wordpress won&#8217;t generate these thumbnails any more.</p>
<p>First, come into the Dashboard of your wordpress. Direct to the Settings.</p>
<p><img class="alignnone size-full wp-image-87" title="20090921-remove-thumbnails-1" src="http://www.j2trip.com/wp-content/uploads/2009/09/20090921-remove-thumbnails-1.jpg" alt="20090921-remove-thumbnails-1" width="185" height="292" /></p>
<p>Second, come into Media option, the screenshot will as follows.</p>
<p><img class="alignnone size-full wp-image-88" title="20090921-remove-thumbnails-2" src="http://www.j2trip.com/wp-content/uploads/2009/09/20090921-remove-thumbnails-2.jpg" alt="20090921-remove-thumbnails-2" width="494" height="318" /></p>
<p>Set  all width and height value.  When insert a new picture into wordpress, if the images width and height exceed the values which you setted. Then the corresponding size will be generated. As the max picture  size  on my site is 800*800, so I set them to 1024. In this option, the all thumbnails won&#8217;t be generated.</p>
<p>Save your changes.</p>
<p>When you insert picture again, the thumbnails can&#8217;t be used, and the files for that size won&#8217;t be generated also.</p>
<p><img class="alignnone size-full wp-image-90" title="20090921-remove-thumbnails-3" src="http://www.j2trip.com/wp-content/uploads/2009/09/20090921-remove-thumbnails-3.jpg" alt="20090921-remove-thumbnails-3" width="575" height="65" /></p>
<p>Enjoy yoursel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/09/remove-thumbnail-from-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to fix wordpress unreadable codes for previous next lable?</title>
		<link>http://www.j2trip.com/html/y2009/08/wordpress-unreadable-codes.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/wordpress-unreadable-codes.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:41:06 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=26</guid>
		<description><![CDATA[When I changed the previous and next labe for post, I met unreadable codes. It's because encoding, I fixed it.]]></description>
			<content:encoded><![CDATA[<p>This issue is simple, but if you don&#8217;t know where&#8217;s the reason,  you&#8217;ll be crazy.</p>
<p>All because my own wordpress theme, The theme was designed for English website at first. But now I need to make it support Japanese. So I install a new wordpress, and set the &#8220;Encoding for pages and feeds&#8221; to UTF-8.</p>
<p>I could view posts that its characters were Japanese, but all lables like &#8220;previous post&#8221;, &#8220;previous page&#8221;, &#8220;next post&#8221;&#8230; are english. So I wanted to change them into Japanese also.</p>
<p>First I attempt to change the default &#8220;Previous&#8221;   &#8220;Next&#8221; to &#8220;以前の&#8221;  and &#8220;次の&#8221; in Japanese. I added following codes:</p>
<p>&lt;div&gt;<br />
&lt;div&gt;&lt;?php previous_post_link(’以前の%link’) ?&gt;&lt;/div&gt;<br />
&lt;div&gt;&lt;?php next_post_link(’%link 次の’) ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>But I met unreadable codes(unreadable characters) . Just like following screenshot:</p>
<p><img class="alignnone size-full wp-image-37" title="20090825-unreadable-codes-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090825-unreadable-codes-1.jpg" alt="20090825-unreadable-codes-1" width="480" height="41" /></p>
<p>I try again and again, but it was still unreadable codes.  I checked the source file of the page, its charset was right, just UTF-8.</p>
<p><img class="alignnone size-full wp-image-38" title="20090825-unreadable-codes-2" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090825-unreadable-codes-2.jpg" alt="20090825-unreadable-codes-2" width="574" height="96" /></p>
<p>Suddenly I realized may be the error caused by encoding of the theme files. Because the files all are english first, may be its encoding is lartin and not UTF-8.</p>
<p>I checked the encoding of single.php. Good luck, I found out the reason, the encoding of the file was not UTF-8. So When I chaged the previous and next lable to Japanese, them couldn&#8217;t be displayed correctly. Although the charset of the page setted to UTF-8.</p>
<p><strong>I got out this: </strong>the encoding of the file must be same with charset of the meta in the header.  It is to say, if your html files&#8217; charset set to &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243; /&gt;, then the encoding of the file must be set to UTF-8 also.</p>
<p>PS: I used Adobe Dreamwaver CS3 to check and re-set the page&#8217;s encoding. You may press CTRL + J on your keyboard, then you&#8217;ll find the title/encoding on the dialogue, change the encoding and all will be OK.</p>
<p><img class="alignnone size-full wp-image-39" title="20090825-unreadable-codes-3" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090825-unreadable-codes-3.jpg" alt="20090825-unreadable-codes-3" width="476" height="38" /></p>
<p>Enjoy yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/wordpress-unreadable-codes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress all posts page link plugin</title>
		<link>http://www.j2trip.com/html/y2009/08/wp-all-posts-page-link.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/wp-all-posts-page-link.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:25:39 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=6</guid>
		<description><![CDATA[Plugin for display all posts page link. Not all page links for a special post which has long text.]]></description>
			<content:encoded><![CDATA[<h1><strong>wp-all-posts-page-link </strong></h1>
<p>plugin for display all posts page link<strong>. </strong> <a href="http://www.sandapao.com/html/y2009/08/wp-all-posts-page-link.html" target="_blank">Chinese Version &gt;&gt;&gt;</a></p>
<p>It&#8217;s very useful to add all page link on the bottom of  frontpage. Because if there all so many pages, then uses can pick up the special page to view.</p>
<p>This plugin is to display all posts page link. And not display page link for the special post which has long text.</p>
<p>The plugin of wp-all-posts-page-link is very simple,  there are only two functions in fact. And this plugin doesn&#8217;t provide any options page to set.</p>
<p>It&#8217;s view just like this:</p>
<p><img class="alignnone size-full wp-image-7" title="20090820-all-posts-page-link-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090820-all-posts-page-link-1.JPG" alt="20090820-all-posts-page-link-1" width="203" height="46" /></p>
<p><strong>Version:</strong></p>
<p>1.0, 20090821  Released  It was tested on wordpress 2.8.2 and 2.8.4,  no bugs found.</p>
<p>1.1, 20091023  Released   Remove class from &lt;a href=&#8221;"&gt;. Add option for reverse display.</p>
<p><strong>Installation:</strong></p>
<p>1. Upload `wp-all-posts-page-link.php`,  `readme.txt`, `readme-chinese-simple.txt` to the `/wp-content/plugins/wp-all-posts-page-link` directory.<br />
2. Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.<br />
3. Place<strong> <span style="color: #993300;"><span style="color: #ff0000;">&lt;?</span> if(function_exists(&#8220;all_posts_page_link&#8221;)) { all_posts_page_link(&#8216;Prev&#8217;, &#8216;Next&#8217;); }<span style="color: #ff0000;"> ?&gt;</span></span></strong> in the index.php of your templates.</p>
<p>PS:</p>
<ul>
<li> The codes: <span style="color: #993300;"><strong><span style="color: #ff0000;">&lt;?</span> if(function_exists(&#8220;all_posts_page_link&#8221;)) { all_posts_page_link(&#8216;Prev&#8217;, &#8216;Next&#8217;); } <span style="color: #ff0000;">?&gt;</span></strong> <span style="color: #000000;">should placed behind the follow section codes:</span><br />
</span></li>
</ul>
<p style="padding-left: 30px;"><strong><span style="color: #0000ff;">if</span> (<span style="color: #993300;">have_posts()</span>)<span style="color: #0000ff;">{</span><br />
<span style="color: #0000ff;">while </span>(<span style="color: #993300;">have_posts()</span>) : <span style="color: #993300;">the_post()</span>;</strong></p>
<p style="padding-left: 30px;"><strong>&#8230;&#8230;&#8230;&#8230;&#8230;..</strong></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>endwhile</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>}</strong></span></p>
<ul>
<li>If you want to chage the page number form, you may set parameter like <span style="color: #993300;"><strong>all_posts_page_link(&#8216;Prev&#8217;, &#8216;Next&#8217;, <span style="color: #008000;">&#8216;P&#8217;</span>)</strong> <span style="color: #000000;">. If so the result will be:</span></span></li>
</ul>
<p style="padding-left: 30px;">Prev Page P1 P2 P3 Next Page</p>
<ul>
<li>If you want to display with reverse page number, you may set parameter like <strong><span style="color: #993300;">all_posts_page_link(&#8216;Prev&#8217;, &#8216;Next&#8217;, &#8221;, 0, <span style="color: #008000;">true</span>)</span></strong>. If so the result will be:</li>
</ul>
<p style="padding-left: 30px;">Prev Page 3 2 1 Next Page</p>
<p style="padding-left: 30px;">In the reverse form, the latest is 3.</p>
<p>Download address:  <a href="http://wordpress.org/extend/plugins/all-posts-page-link/" target="_blank">wordpres.org</a></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="encrypted" type="hidden" value="-----BEGIN PKCS7-----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-----END PKCS7----- " />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_GB/i/btn/btn_donate_SM.gif" type="image" /> <img src="https://www.paypal.com/zh_XC/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/wp-all-posts-page-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
