po dana izgubih probavajući nešto što veze nemam i na kraja ovo ispade rješenje
Fixing the Character Encoding Mismatch Problem in WordPress
Open the ‘wp-config.php’ file in a text editor such as notepad (the wp-config.php file can be found on the directory where you installed WordPress).
Find the following two lines and comment them out:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
They should look like the following after you comment them out:
//define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);
Now upload the updated ‘wp-config.php’ file to your webhost.
Nemam pojma šta se dobilo ovim // al eto radi, a jednostavno za izvest
Fala još jednom svima koji su pomagali
Ođe nađoh rješenje pa eo mu beklink https://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480