Your Guide To Online Business
27 Mar
Finally we have done a lot of bug fixes and added some very nice features to the WordPress SEO Master Plugin.
With this release you will be able to set title, description and keywords for the home page. You will also be able to set your own title patterns for posts, pages, categories, archives, tags, search, 404 individually.
There are two new modules added in this release:
The Noindex Module allows you to noindex all category, archive, tags pages as well ass RSS-feeds.
With the AutoLinker Module you can assign URLs to specific keywords and the system will automatically replace all instances of those keywords with a link to those URLs.
Read more about and download this WordPress SEO Master release here…
14 Responses for "WP Seo Master 1.0RC1 Released"
i’ve just installed the 1.0RC1. it creates a WP SEO master menu item in the top menu line in WP, which is linked to /wp_seo_master_autolinker - you click it and get a 404.
to install the 1.0rc1, i first disabled the previous version, deleted the files, and uploaded the new version, the enabled it. any help would be great. thanks.
Dear Jardo,
That problem occurs because your previous installation hasn’t fetched the new data from the server. The plugin checks our server once every 24 hours to see if there has been any new releases. It then updates your WP database options with this new data.
If you install a plugin that has new modules since the version before and the new data hasn’t been fetched from the server, you will experience that problem you just had.
I sent you a file to your email address that will solve the problem.
thanks for your quick reply. could you please remail the file to the address i’m providing now? thanks.
I keep getting the following error down in my comments area:
Warning: Invalid argument supplied for foreach() in /home/username/public_html/wp-content/plugins/WP-SEO-Master/modules/seo-master.php on line 463
There are 2 messages like this for each comment. One refers to like 460 and the other to line 463.
Any ideas?
Oh, and if I deactivate it and then reactivate it, I won’t lose all my current setting right? Page titles, descriptions, etc. Just wanted to check before doing that if I need to.
Thanks.
Kenton, try to change:
foreach($roles as $role) { if($user->has_cap($role)) { $user_has_role = true; continue; } }to
if(count($roles) > 0) { foreach($roles as $role) { if($user->has_cap($role)) { $user_has_role = true; continue; } } }on those lines.
Thanks for the help. Looks like that fixed the error on line 463, but I’m still getting the following error referring to line 460:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/username/public_html/wp-content/plugins/WP-SEO-Master/modules/seo-master.php on line 460
My line 460 has the following code:
$roles = array_keys(get_option(’nf_dofollow_comments_registered_users_role_global’));
Any other changes I need to make?
Thanks again.
Any ideas why I’m still getting this error?
Thanks.
Sorry for the late reply, but I’ve been so busy lately.
I’ve never seen that error before and I don’t really know how to replicate it. What version of PHP are you running?
SEO Master is a great plugin but there are still some errors inside. I’m using version 1.0 and I have problems in accessing options with other plugins like WassUp and WP Security Scan (I see only first option page and other are inaccessible). Thanks in advance for helping me out.
Hi,
I noticed a problem with the WP SEO Master plugin in that it somehow screws up the Admin Menu if there is another plugin that creates a top level menu like yours. When I activate your plugin, the other plugin’s Admin Menu is no longer accessible.
I tried to look at your code and found out that you were using “admin.php” in creating your menus. I tried changing it to something else and everything works just fine. Just thought you should know.
Nice plugin by the way!
Mike
Hey, see this error please. http://www.datafeedr.com/forums/showthread.php?p=1804
how can i fix it? Thanks
This is fixed in version 1.0.1. Please download it at http://www.ezbizniz.com/wordpress-plugins/wordpress-seo-master
Thanks!!! Regards!!!
Hello!!!!
this nigth i update my Simple Tags Plugin to the latest version, and my blog go down.
im performing debug actions, and i see this error caused by our great plugin :/ please fix it
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 122880 bytes) in /home/2620715/adrfer10.hardthunder.co.cc/blog/wp-admin/includes/upgrade.php on line 711
THANKS!
PD: Try to make it work with the latest version of simple tags. i really love your plugin, and the simple tags plugin.
REGARDS!!
Leave a reply