daisukesama
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: update.php errorup
Forum: Fixing WordPress
In reply to: update.php error@hobn1354 thanks for question. Locally I am using non-http, but hosting is HTTPS let’snecrypted.
Side note: I have written
return;at the start of every update_* function in the core to avoid such error.Forum: Fixing WordPress
In reply to: update.php error@hobn1354 Thanks,
But as I described in the post: I am using docker, I tried on xampp, and I have installed that on shared hosting – everywhere the same error. Where should I look for the error locally at least?- This reply was modified 7 years, 3 months ago by daisukesama.
Forum: Fixing WordPress
In reply to: How to fill categories by tags analyzingHey, man
It doesn’t mean simple “convert”, of course.
Analyze always contains meaning of thinking, and not straight convertion all to another all. It means existing special selection mechanism.Thank your for you attention.
Forum: Fixing WordPress
In reply to: How to fill categories by tags analyzingBro, thanks for response.
But I tried to describe what I need straight. I didn’t write that I WANT TO CONVERT one to another. No, I want to analyze tags in post and depend on tags content give the post its new category.
I have tags in a post: cabbage, pie, banana
I have cats: vegetable recipes, fruits recipes, all recipes.If tag is cabbage
Then assign the post to vegetable recipes and all recipes.And so on.
Any ideas?