Viewing 15 replies - 1 through 15 (of 18 total)
  • Hi! I don’t see that the title is showing twice…did you figure it out?
    Brenda

    Thread Starter dmatthes

    (@dmatthes)

    It shows up twice in the page source. I didn’t want that to be a problem when people bookmark the site or search engines craw it. ??

    Seems to be ok!
    Good Luck with your site!
    Brenda

    Hi,

    Did the above solution work for you.

    Thanks

    Thread Starter dmatthes

    (@dmatthes)

    No, I’m not sure why the site title is listed in the page source twice. It seems to be only with the Chronicle Pro theme. I tried switching to other themes, and it’s only listed once. If you go to https://www.balancedcreative.com and look at the page source, you’ll see it listed twice:

    <title>Balanced Creative | Freelance graphic design, writing and editing for Web, print and video – Sioux Falls, South DakotaBalanced Creative | Freelance graphic design, writing and editing for Web, print and video – Sioux Falls, South Dakota</title>

    Hi,

    Its a small bug. we will fixed it in our next update.

    You can improve this.

    Open your functions.php file into any text editor.

    Now put below line of code at the end of the file.

    Code is here

    <?php if ( ! function_exists( ‘_wp_render_title_tag’ ) ) {
    function chronicle_render_title() {
    ?>
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
    <?php }
    add_action( ‘wp_head’, ‘chronicle_render_title’ );
    } ?>

    Save the changes.

    Thanks

    Thread Starter dmatthes

    (@dmatthes)

    Thank you. I added the code at the end of the function.php file, but the title still appears twice.

    Here’s what the end of my functions.php file looks like:

    `/*===================================================================================
    * Add Author Links
    * =================================================================================*/
    function weblizar_author_profile( $contactmethods ) {

    $contactmethods[‘youtube_profile’] = ‘Youtube Profile URL’;
    $contactmethods[‘twitter_profile’] = ‘Twitter Profile URL’;
    $contactmethods[‘facebook_profile’] = ‘Facebook Profile URL’;
    $contactmethods[‘linkedin_profile’] = ‘Linkedin Profile URL’;
    $contactmethods[‘flikr_profile’] = ‘Flickr Profile URL’;
    $contactmethods[‘dribble_profile’] = ‘Dribble Profile URL’;
    $contactmethods[‘pintrest_profile’] = ‘Pintrest Profile URL’;
    $contactmethods[‘googleplus_profile’] = ‘GooglePlus Profile URL’;
    $contactmethods[‘skype_profile’] = ‘Skype ID’;
    $contactmethods[‘rss_profile’] = ‘RSS LINK URL’;

    return $contactmethods;
    }
    add_filter( ‘user_contactmethods’, ‘weblizar_author_profile’, 10, 1);

    ?>

    <?php if ( ! function_exists( ‘_wp_render_title_tag’ ) ) {
    function chronicle_render_title() {
    ?>
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
    <?php }
    add_action( ‘wp_head’, ‘chronicle_render_title’ );
    } ?>`

    Hi,

    Which version you are using of wordpress.

    Thanks.

    Hi,

    I think you are using “chronicle premium” theme.

    So raise this issue into our private support forum.

    Here is a Link.

    Thanks.

    Thread Starter dmatthes

    (@dmatthes)

    Thanks. I tried to post on the private support forum. I tried registering twice, with two different e-mails, but never received a confirmation e-mail to activate my account. The first username I used was dmatthes. The second was matthesdarren.

    Hi,

    I think your account activated.

    Thanks.

    Hi I am having my Service Options header title showing twice. Will the solution provided above work?
    How do I prevent it from showing twice. If I can change the statement to read something else.
    Thanks. below is the link yo the site.

    Sorry the link was omitted: <a href=”https://Ofosuforbishop2016.com
    <ahref=”https://www.Ofosuforbishop2016.com

    Thanks.

    Hi PLM1,

    Is your issue resolved?

    Thanks.

    No.
    I haven’t been able to figure it out yet.
    It’s the Home Service Options Header that is showing twice.
    Thanks for your feedback.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Page title listed twice’ is closed to new replies.