• I found this through view-source (inspection):

    <!– HEADER START –>
    <header class=”iegradient” id=”header”><meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr”>
    <div class=”header-inner”>
    <div class=”innerwrap”>
    <div id=”siteinfo”>
    <h1 >Dan Caragea</h1 ><p id=”site-description”>Învățătura îți dă lumină, dar nu te înalți decât prin caracter.</p>
    </div>
    <!– SITEINFO END –>

    I think charset=euc-kr must be charset=uft-8. If so, can you tell me plese where I can make the change? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Richie KS

    (@rkcorp)

    open header.php line 9 i think

    <meta charset="<?php bloginfo( 'charset' ); ?>" />

    edit this
    <?php bloginfo( 'charset' ); ?>
    to
    utf-8

    Theme Author Richie KS

    (@rkcorp)

    oh wait..this is echoing inside header class…why is that??

    Thread Starter Dan Caragea

    (@dancaragea)

    I’ve been waiting, but I see that the subject is “resolved” now. But I changed status… Can you help me, please?

    Theme Author Richie KS

    (@rkcorp)

    try this https://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480

    open wp-config.php and see if this code exist

    define('DB_CHARSET', 'utf8');

    Thread Starter Dan Caragea

    (@dancaragea)

    I have this in my wp-config.php:

    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    Sorry, the answers from here no longer appear in my email. (!)

    Theme Author Richie KS

    (@rkcorp)

    Hi Dan, could you pastebin your header.php

    can’t figure why there meta char in header code.

    <header class="iegradient" id="header"><meta charset="euc-kr"><!-- what is this-->

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘A little change’ is closed to new replies.