Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3480225
Header Soledad
Closed

Comments

  •  3
    laugher started the conversation

    Perhaps I did some trouble modifying my header. Pls, check it and say to me if I could change (mainly deleting) some row. :)


    <head>

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

        <meta http-equiv="X-UA-Compatible" content="IE=edge">

        <meta name="viewport" content="width=device-width, initial-scale=1">

    <?php if ( get_theme_mod( 'penci_favicon' ) ) : ?>

    <link rel="shortcut icon" href="<?php echo esc_url( get_theme_mod( 'penci_favicon' ) ); ?>"

    type="image/x-icon"/>

    <link rel="apple-touch-icon" sizes="180x180" href="<?php echo esc_url( get_theme_mod( 'penci_favicon' ) ); ?>">

    <?php endif; ?>

     <link rel="alternate" type="application/rss+xml" title="<?php bloginfo( 'name' ); ?> RSS Feed"
    href="<?php bloginfo( 'rss2_url' ); ?>"/>
        <link rel="alternate" type="application/atom+xml" title="<?php bloginfo( 'name' ); ?> Atom Feed"

    href="<?php bloginfo( 'atom_url' ); ?>"/>

     <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/>
        <!--[if lt IE 9]>

    <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
    <![endif]-->

    <?php wp_head(); ?>

    </head>

  •  2,541
    PenciDesign replied

    Hi,

    All of the code is related to the standard HTML structure and the WordPress core; you should avoid deleting any of it.

    Regards,
    PenciDesign.