loyens
Forum Replies Created
-
Perhaps your code @amboutwe could also be useful here? https://gist.github.com/amboutwe/66c583d2ef4015a8a244ee3e0e8cd1a0.
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Dutch (Belgium) is missingThanks! That works fine.
Hope they’ll add it to the next update of the plugin.
Have a nice day!
Forum: Plugins
In reply to: [Taxonomy Metadata] WordPress 4.4 fatal errorI used the plugin before. When I tried to update to WP4.4, it gave a blank screen. Then I deactivated the Taxonomy Metadata plugin. Yet then, my data was gone. This is how I fixed this:
(be sure to take a database backup first!)
1. Go to your database
2. Go to the table wp_taxonomymeta
3. Change the name of this table to wp_termmeta
4. Open this table (wp_termmeta)
5. Check the structure: if a new column ‘term_id’ (check if it is empty) was created, go ahead and delete this
6. Change the column ‘taxonomy_id’ name to ‘term_id’Your metadata should be back and up and running.
Be sure to take another backup for your database and make sure to delete the Taxonomy Metadata plugin!
Forum: Plugins
In reply to: [Taxonomy Metadata] Taxonomy metadata now failingI used the plugin before. When I tried to update to WP4.4, it gave a blank screen. Then I deactivated the Taxonomy Metadata plugin. Yet then, my data was gone. This is how I fixed this:
(be sure to take a database backup first!)
1. Go to your database
2. Go to the table wp_taxonomymeta
3. Change the name of this table to wp_termmeta
4. Open this table (wp_termmeta)
5. Check the structure: if a new column ‘term_id’ (check if it is empty) was created, go ahead and delete this
6. Change the column ‘taxonomy_id’ name to ‘term_id’Your metadata should be back and up and running.
Be sure to take another backup for your database and make sure to delete the Taxonomy Metadata plugin!