-
Archives
- July 2010
- June 2010
- May 2010
- April 2010
- January 2010
- December 2009
- November 2009
- October 2009
- August 2009
- June 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Category Archives: wordpress
更新wordpress by using diff&patch
剛剛看了priv 的blog
也順手也試試這樣的更新方法。!!!!
整個說整個很順!!!!!
非常的方便的方法 ::-p:
整合WPG2 TO WordPress
1.先安裝WPG2 把wp-gallery2.php放到wordpress的根目錄 把wp-content/plugins/wpg2 的wpg2 放到 wordpress的根目錄/wp-content/plugins/ 把wp-includes/js/tinymce/plugins/g2image 的g2image 放到 wordpress的根目錄wp-includes/js/tinymce/plugins/ 然後去wp後台啟動就好了 指定你的gallery2的首頁 然後再去Embedded Page Options 調整gallery2 和wordpress 的版型,才不會”破版”
2.因為我個人覺得wpg2上的gallery2的字太小了 所以我就去改了一下他的font-size 在WPG2 的 FAQ 有提到
#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%; <— Increase / Adjust This..
color: #333;
background-color: #fff;
}
基本上這樣就差不多了~~
PS:
剛剛發現我有加gallery2裡面的圖片區塊的功能
原本給的連結是
< ?php @readfile('http://gallery.johnpupu.tw/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show=none'); ?>
不過這樣會連到gallery.johnpupu.tw去
我想讓他整直在WPG2上看
所以就把他改成
< ?php @readfile('http://blog.johnpupu.tw/wp-gallery2.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show=none'); ?>
挺白痴的~~::-p:
增加MSN表情符號
一直以後來想要把這個加上去了啦!!! (h)
先去抓MSN表情符號的plugin 他的安裝如下
Download the smiley image files: smilies2.tar.gz.
Extract it in your WordPress installation directory. It should create the directory ’smilies’ with MSN and Yahoo! smilies in it.
Download the plugin: im_smiley.txt.
Edit the plugin file. Near the top of the file, you can choose whether to use Yahoo! or MSN style smileys. You can also choose to [...]