الوصف
This plugin uses custom fields to allow the page title tag to be different from the actual page title.
Both meta descriptions and keywords can also be added to pages.
لقطات الشاشة
التنصيب
- Upload the
seonuinu
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php meta_title(); ?>
with<?php if (function_exists('meta_title')) { meta_title(); } else { wp_title(); } ?>
in your header template.
SEO nuinu can be disabled for posts by unchecking the Enable for posts as well as pages.
option on the settings page.
You can override the page title within your templates by setting $wppm_title = 'Newly defined title';
before the call to get_header();
.
الأسئلة المتكررّة
- What custom field names does it use?
-
The field names used are
_seonuinu_title
,_seonuinu_description
and_pagemeta_keywords
.The underscore prefix prevents it from being displayed in the list of custom fields.
المراجعات
لا توجد مراجعات لهذه الإضافة.
المساهمون والمطوّرون
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.4
- Tested for wordpress 2.9.1