以前も書いたかと…
https://blog.flavor-design.biz/wordpress/300.html
こちらに追記しないとです!
IEで、日本語が表示されないときの対応。
[html]<?php the_title(); ?>[/html]
↓
[html]<?php echo urlencode(get_the_title());?>[/html]
以前も書いたかと…
https://blog.flavor-design.biz/wordpress/300.html
こちらに追記しないとです!
IEで、日本語が表示されないときの対応。
[html]<?php the_title(); ?>[/html]
↓
[html]<?php echo urlencode(get_the_title());?>[/html]