啟用yoast-breadcrumbs

呼…成功把yoast-breadcrumbs掛起來了
只是在啟動後到\wp-content\themes\自己的佈景中
把他在官網提供的

<?php if ( function_exists('yoast_breadcrumb') ) {
	yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>

貼上去…
閱讀全文

新增外掛wp-super-cache.0.6.7,plugin-manager,yoast-breadcrumbs

晚上更新了三個外掛:

外掛 版本 內容說明
Plugin Manager 0.7 Beta 1 Plugin Manager lets you to view, download and install plugins from wordpress.org from an AJAX’ed interface, instead of manually downloading, extracting and uploading each plugin. 作者:Utkarsh Kukreti.
WP Super Cache 0.6.7 Very fast caching module for WordPress. Once enabled, you must enable the cache. Based on WP-Cache by Ricardo Galli Granada. 作者:Donncha O Caoimh.
Yoast Breadcrumbs 0.5 Outputs a fully customizable breadcrumb path. 作者:Joost de Valk.


閱讀全文