Hello!!
Hope u can help me :D!
Ive mixed my old website with my new wordpress.
I have blogs2.php where ive called post from wordpress:
<?php require('./news/wp-blog-header.php');?>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( 'loop', 'index' );
?>
All work Fine , but _UFT-8 is not working (strange letters like: tivañez).But if i load normal wordpress works nice , but not work with my includes.
I think that the problem was my blogs2.php but i have another text there and ñ , ó , etc ,work fine .
Hope u have some idea T_T
Thanks so much guys!