
10+
安裝啟用
—
尚無評分
3397 天前
最後更新
—
問題解決
WordPress 3.7.0+ v0.6.3 上架:2014-01-05
內容簡介
此外掛新增可篩選的 SEO 與社交欄位,套用至所有可公開查詢的文章類型並將它們應用於網站標題以增加發現性。
作為標準外掛:
參見 安裝外掛。
作為佈景主題或外掛的相依:
將外掛放置在佈景主題或外掛的容器中後,加入以下內容:
php
if( ! class_exists( 'VSEO' ) ) {
require_once( $path_to_voce_seo . '/voce-seo.php' );
}
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Adds filterable SEO and Social fields to all publicly queryable post types and applies them to the header of the site to improve discoverability.
As standard plugin:
See Installing Plugins.
As theme or plugin dependency:
After dropping the plugin into the containing theme or plugin, add the following:
php
if( ! class_exists( 'VSEO' ) ) {
require_once( $path_to_voce_seo . '/voce-seo.php' );
}
