Yoast SEO WordPress Plugin Compatibility and Configuration Tips: Difference between revisions
Jump to navigation
Jump to search
Created page with "Versions: https://yoast.com/wordpress/plugins/seo/change-log-wordpress-seo/ According to this web page, 10.1.3 is the last ''official'' version stated to work with WordPress..." |
mNo edit summary |
||
Line 4: | Line 4: | ||
Download location (change version number, leave off the last number if it is zero): https://gpldl.com/?s2member_file_download=/access-s2member-ccap-wordpress_plugins/team_yoast_seo_premium/10.1.3/wordpress-seo-premium.zip | Download location (change version number, leave off the last number if it is zero): https://gpldl.com/?s2member_file_download=/access-s2member-ccap-wordpress_plugins/team_yoast_seo_premium/10.1.3/wordpress-seo-premium.zip | ||
To get rid of the annoying Premium Advertisement, edit and edit this file with the below code: /WhatEverPathToWebSite/wp-content/plugins/wordpress-seo-premium/admin/views/sidebar.php<syntaxhighlight lang="text"> | |||
<?php | |||
/** | |||
* View for the banner sidebar. | |||
* | |||
* @package WPSEO\Admin\Views | |||
*/ | |||
</syntaxhighlight> |
Revision as of 20:17, 1 February 2020
Versions: https://yoast.com/wordpress/plugins/seo/change-log-wordpress-seo/
According to this web page, 10.1.3 is the last official version stated to work with WordPress 4.9.X. However, after experimenting, 12.7.1 (December 12, 2019) is the last version that will work with 4.9.X
Download location (change version number, leave off the last number if it is zero): https://gpldl.com/?s2member_file_download=/access-s2member-ccap-wordpress_plugins/team_yoast_seo_premium/10.1.3/wordpress-seo-premium.zip
To get rid of the annoying Premium Advertisement, edit and edit this file with the below code: /WhatEverPathToWebSite/wp-content/plugins/wordpress-seo-premium/admin/views/sidebar.php
<?php
/**
* View for the banner sidebar.
*
* @package WPSEO\Admin\Views
*/