articlepedia
Forum Replies Created
-
Forum: Hacks
In reply to: search_rewrite_rules filter does not workHi @bcworkz,
Thanks for your response.
It is solved now. The solution is just to open and save the permanent url ( i.e pretty url ) after applying the above filter.Dear all,
I am facing same problem.
I also having the same problem.
Scheduled post never published and Google sitemap is not rebuilding the sitemap automatically and so many other problems too.
[ non-WordPress link removed ]
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.3Hi All,
First of all I would like to thank Jeff for his wonderful plugin. Bugs usually come that is not a problem. As a WordPress community we have to help each other.
The upgrade problem happened to me as well. But finally I successfully downgraded to previous stable version. To downgrade you people can follow below steps:
Note: Please Backup before doing any of the below steps
1) First deactivate the theme-my-login plugin in the WordPress admin.
2) Delete the folder theme-my-login from plugins folder.
3) Open the phpMyAdmin or whatever query browser tool you can use for this task. First check theme-my-login existence in the database by querying the below statement.SELECT * FROM wp_options WHERE option_name LIKE ‘%theme_my%’
Note: make sure to replace wp_ prefix with the one that you feed at the installation.
You will get two records those are
widget_theme-my-login
theme_my_loginthe above two records should be deleted by below command:
DELETE FROM wp_options WHERE option_name LIKE ‘%theme_my%’
Now you two choice its up to you:
1) Install the old version 6.2.3
2) Install the latest version 6.3.2I installed old version successfully. But you can try 2nd option, install latest version. It could be successful.
[ Signature moderated. ]