把Event Calender升級到2.6.5後
覺得它的外觀變得…恩..不喜歡
另一方面好像也沒動過WP的程式碼過
就來小小試一下吧
首先是變成中文的weekday
把頭上那一欄拉得太長了
翻了一下檔案
在ec_calendar.class.php中看到
$day_names[$n] = ucfirst($wp_locale->get_weekday(gmdate('w',$t))); |
把Event Calender升級到2.6.5後
覺得它的外觀變得…恩..不喜歡
另一方面好像也沒動過WP的程式碼過
就來小小試一下吧
首先是變成中文的weekday
把頭上那一欄拉得太長了
翻了一下檔案
在ec_calendar.class.php中看到
$day_names[$n] = ucfirst($wp_locale->get_weekday(gmdate('w',$t))); |
[lang_tw]裝了下面的新外掛:
外掛 | 版本 | 內容說明 | |
---|---|---|---|
Events Calendar | 6.4 | There are options under the widget options to specify the view of the calendar in the sidebar. The widget can be a list for upcoming events or a calendar. If you do not have a widget ready theme then you can place ‘<?php sidebarEventsCalendar();?>’ in the sidebar file. If you want to display a large calendar in a post or a page, simply place
in the html of the post or page. Make sure to leave off the quotes. 作者:Luke Howell. |
|
qTranslate | 1.1.3 | Adds userfriendly multilingual content support into WordPress. Inspired by Polyglot from Martin Chlupac. 作者:Qian Qin. | |
TinyMCE Advanced | 3.1 | Enables advanced features and plugins in TinyMCE. 作者:Andrew Ozz. | |
UMapper | 1.4.0 | Universal mapping platform, which makes it a snap to create engaging maps and add them to your blog posts. 作者:UMapper. | |
Viper’s Video Quicktags | 5.4.4 | Allows you to embed various video types, including those hosted at YouTube and Google Video as well as videos you host yourself, into WordPress. Credits: Owen Winkler for ButtonSnap and An-archos for help with WP 2.1+ button code. 作者:Viper007Bond. |
其中qTranslate好像是拿來實現多語言版本的
就試試囉^^[/lang_tw]
繼續閱讀
一直想要在自己的BLOG中做一個像地圖日記一樣
可以在每篇文章可以放入GoogleMAP的功能
要自己寫也不是不行啦
不過我一向認為可以做就不要站著^^”
先到wordpress.org找一下有沒有寫好的外掛…
繼續閱讀