How to install my plugin?
Installing Meta SEO BenignSource
first install the plugin.
Copy Meta SEO BenignSource in your plugin directory
In your WordPress administration, go to the Plugins page
Activate the Meta SEO BenignSource plugin and a subpage for the plugin will appear in your Manage menu.
Go to the Settings > Meta SEO BenignSource and make the settings
This is necessary only if you use premium version!
Open
wp-includes/general-template.php
——————————————————————————————————————————————————–
Find:
function _wp_render_title_tag() {
if ( ! current_theme_supports( ‘title-tag’ ) ) {
return;
}
echo ” . wp_get_document_title() . ” . “\n”;
}
remove this code save the document and replace it in the directory.
——————————————————————————————————————————————————–
if you have in your theme header custom code to insert the Title
YourTheme / header.php
Find and remove
get_the_title();
save the document and replace it in the your theme directory.
——————————————————————————————————————————————————–
Open
theme / header.php
Find:
meta charset=”php bloginfo( ‘charset’ ); ”
Move wp_head after meta charset
php wp_head();
—————————————————————————————————————————————————-
Open your Posts, Categories, Pages and begin to put your / Custom Title, Description, Keywords