跳至內容
WMの写本
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
start
»
computer
»
site
»
wordpress
足跡:
computer:site:wordpress
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
======WordPress====== * [[http://wordpress.org/|WordPress.org]] * [[http://tw.wordpress.org/|台灣正體中文網站]] * [[http://wptw.org/|WordPress 中文指南]] * 停用文章版本Post Revision:在wp-config.php內加上一行<code>define ('WP_POST_REVISIONS', false);</code> * [[https://github.com/wesleytodd/YeoPress|YeoPress]] * [[http://wp-cli.org/|WP-CLI]] * [[http://wpcomjs.com|WPCOM.js]] * [[http://wptest.io/|WP Test]] * [[https://developer.wordpress.com/calypso/|Calypso]] * [[http://wplib.org/|WPLib]] ====更新==== * 備份資料庫 * 比對新版本最上層檔案數目 * 保留wp-config.php * 保留.htaccess * 保留/favicon.ico * 保留/wp-content/資料夾裡的gallery跟uploads,刪除其它資料夾 * 備份子佈景主題資料夾 * 上傳並覆蓋檔案\\ <code>tar -C /home/web/wordpress/wm -zxf wordpress.tar.gz --strip-components=1</code> * 復原外掛與佈景主題 ====佈景==== * [[https://colorlib.com/wp/themes/illdy/|Illdy]] * [[https://roots.io/sage/|Sage]] (Bootstrap) * [[http://p2theme.com/|P2]] * [[https://github.com/gravityonmars/wp-svbtle|wp-svbtle]] * [[http://html5blank.com/|HTML5 Blank]] * [[http://www.twentytenfive.com/|TwentyTen Five]] * [[http://themble.com/bones/|Bones]] * [[http://digitalnature.ro/projects/mystique/|Mystique]] * [[http://whiteboardframework.com/|Whiteboard Framework]] * [[http://code.google.com/p/wp-constructor/|Constructor]] * [[http://tarskitheme.com/|Tarski]] * [[http://www.longren.org/wordpress/unwakeable/|Unwakeable]] * [[http://deanjrobinson.com/projects/redoable/|Redoable]] * [[http://www.ndesign-studio.com/wp-themes|N.Design Studio]] * [[http://85ideas.com/category/public-releases/|85ideas]] * [[http://www.site5.com/wordpress-themes/|Site5]] * [[http://wordpress.bytesforall.com/|BytesForAll WordPress WP Themes]] * http://www.onehertz.com/portfolio/wordpress/ * http://www.wpdesigner.com/category/free-wordpress-themes/ * http://granimpetu.com/themes-para-wordpress/ * http://www.pearsonified.com/themes * [[http://jameskoster.co.uk/highwind/|Highwind]] * [[http://www.themehorse.com/|Theme Horse]] * [[http://www.andersnoren.se/teman/|Anders Norén]] ===集合=== * [[http://www.woothemes.com/themes/free/|WooThemes]] ===工具=== * [[http://forge.thethemefoundry.com/|Forge]] * [[http://themifyflow.com/|Themify Flow]] ===模版=== * [[http://underscores.me/|underscores]] ====外掛==== * [[http://tommcfarlin.github.io/WordPress-Plugin-Boilerplate/|WordPress Plugin Boilerplate]] * [[http://wp-api.org/|WP API]] * [[https://wordpress.org/plugins/accelerated-mobile-pages/|Accelerated Mobile Pages]] * [[https://github.com/shane-tomlinson/browserid-wordpress/|browserid-wordpress]] *燈箱特效:[[http://wordpress.org/plugins/wp-slimbox2/|WP-Slimbox2]]\\ [[http://wordpress.org/plugins/wp-lightbox-2/|WP Lightbox 2]] *標點替換:[[http://sparanoid.com/project/quotmarks-replacer/|Quotmarks Replacer]] *校訂版本:[[http://wordpress.org/extend/plugins/revision-control/|Revision Control]] *相簿系統:[[http://www.nextgen-gallery.com/|NextGEN Gallery]] *過往今日:[[http://www.dagondesign.com/articles/wordpress-plugin-this-day/|This Day]]\\ [[http://wordpress.org/plugins/on-this-day/|On This Day]] * 程式標記:[[http://wordpress.org/extend/plugins/wp-syntax/|WP-Syntax]] ---- * 標籤工具:[[http://wordpress.org/plugins/simple-tags/|Simple Tags]] * 音樂播放:[[http://wpaudioplayer.com/|WordPress Audio Player]] * 投票系統:[[http://wordpress.org/plugins/wp-polls/|WP-Polls]] * 視覺下雪:[[http://wordpress.org/extend/plugins/let-it-snow/|Let It Snow!]] ====K2模板修改===== * 字體調整 <code css> body { font-family: sans-serif; } </code> * 去除頂部空白 <code css> #page { padding: 0px 0 10px; } </code> * 背景色彩 <code css> /* Background Color */ body { background-color: #000; } </code> * 頁面色彩 <code css> /* Page Color */ #page, li.current_page_item { background-color: #F7FBC6; } </code> * 程式碼樣式 <code css> /* Code Style */ code { display: block; overflow: auto; font-size: 0.8em; white-space: pre; background-color: #EEE; border: 2px dotted #CCC; padding: 5px; width: auto; } </code> * 分類階層 <code css> /* Sub Catgories */ .widget_catgories ul.children { margin: 0 0 0 20px; } </code> * 迴響分頁 <code css> /* Paged Comments */ .comment-page-numbers { margin-top: 15px; font-size: 1.2em; } </code> * 繼續閱讀 <code css> /* Continue Reading */ a.more-link { display: block; padding: 10px; text-align: center; margin: auto; } </code> *SlimBox <code css> /* SlimBox Caption */ #lbCaption { font-size: 1.8em; margin-top: 3px; } #lbNumber { font-size: 1.3em; margin-top: 5px; } </code> ====K2程式修改==== * 修改comments.php以及comments-ajax.php內comment-meta區塊位置和gravatar圖片大小為64(app/includes/comments.php) * 修改theloop.php內entry-meta區塊位置 =====資源===== * [[http://hookr.io/|hookr.io]] (API Index) =====技巧===== * [[http://code.tutsplus.com/articles/applying-categories-tags-and-custom-taxonomies-to-media-attachments--wp-32319|Applying Categories, Tags and Custom Taxonomies to Media Attachments]] * [[http://tzangms.com/scaling-wordpress-for-high-traffic/|Wordpress 效能調教技巧]] =====工具===== * [[http://vccw.cc/|VCCW]] * [[https://roots.io/trellis/|Trellis]] * [[https://github.com/Varying-Vagrant-Vagrants/VVV|Varying Vagrant Vagrants]] * [[https://rtcamp.com/easyengine/|EasyEngine]] * [[https://roots.io/bedrock/|Bedrock]] * [[https://github.com/welaika/wordmove|Wordmove]] * [[https://www.advancedcustomfields.com/|Advanced Custom Fields]] * [[https://www.upstatement.com/timber/|Timber]]
computer/site/wordpress.txt
· 上一次變更: 2020/07/03 03:31 由
wm
頁面工具
顯示頁面
舊版
反向連結
回到頁頂