
內容簡介
這個外掛使用自訂欄位,讓頁面標題標籤能夠自訂且與實際頁面標題不同。
如有需要,可以添加 meta 描述和關鍵字。
頁面的 meta 詳細資訊可以在任何公開訪問的文章類型(例如文章和頁面)以及自訂文章類型中進行修改。
主題和外掛開發人員應注意,可以在呼叫 get_header(); 之前設置 $wppm_title = '新定義的標題';,以在模板中覆蓋頁面標題。
外掛標籤
開發者團隊
原文外掛簡介
This plugin uses custom fields to allow the page title tag to be customised and differ from the actual page title.
Both meta descriptions and keywords can also be added if required.
Page meta details can be modified on any publicly accessible post type, such as posts and pages, as well as custom post types.
Theme and plugin developers should note that it is possible override the page title within your templates by setting $wppm_title = 'Newly defined title'; before the call to get_header();.
