WordPress: customize the excerpt
Posted by admin in Blog on 31. May, 2010 | 0 Comments
With the following codes, you can remove the tags and trailing dots from excerpt. You can also specified how many characters you want the excerpt has before it is cut off. function ipanda_excerpt($excerpt, $substr=0) { $string = strip_tags(str_replace(‘[...]‘, ‘…’, $excerpt)); if ($substr>0) { $string = substr($string, 0, $substr); } return $string; } You can use [...]
Just tried the Canada line skytrains
Posted by admin in Blog on 22. Aug, 2009 | 0 Comments
I just tried the newly open Canada line sky trains today. First, I bus to Oakridge Mall Skytrain Station. Then I got on a sky train to Richmond Gridhouse. The whole trip, which includes skytrain and busing, it was bit less than 25 minutes. Usually when I drive to Richmond, it will take more about [...]


