Title: Problem with header
Last modified: August 30, 2016

---

# Problem with header

 *  [Web design007](https://wordpress.org/support/users/web-design007/)
 * (@web-design007)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/problem-with-header-10/)
 * Hello,
    I have a problem with changing my link attached to the logo. Everytime
   i click on the logo i sends me to blog page. Is there any way i can change this
   link?
 * `<?php
    /** * The Header for our theme. * * Displays all of the <head> section
   and everything up till <div class=”wf-container wf-clearfix”> * * [@package](https://wordpress.org/support/users/package/)
   presscore * [@since](https://wordpress.org/support/users/since/) presscore 0.1*/
 * // File Security Check
    if ( ! defined( ‘ABSPATH’ ) ) { exit; }
 * ?><!DOCTYPE html>
    <!–[if IE 6]> <html id=”ie6″ class=”ancient-ie old-ie no-js”
   <?php language_attributes(); ?>> <![endif]–> <!–[if IE 7]> <html id=”ie7″ class
   =”ancient-ie old-ie no-js” <?php language_attributes(); ?>> <![endif]–> <!–[if
   IE 8]> <html id=”ie8″ class=”old-ie no-js” <?php language_attributes(); ?>> <![
   endif]–> <!–[if IE 9]> <html id=”ie9″ class=”old-ie9 no-js” <?php language_attributes();?
   >> <![endif]–> <!–[if !(IE 6) | !(IE 7) | !(IE 8) ]><!–> <html class=”no-js” 
   <?php language_attributes(); ?>> <!–<![endif]–> <head> <meta http-equiv=”X-UA-
   Compatible” content=”IE=EmulateIE10″> <meta charset=”<?php bloginfo( ‘charset’);?
   >” /> <?php if ( presscore_responsive() ) : ?> <meta name=”viewport” content=”
   width=device-width, initial-scale=1, maximum-scale=1″> <?php endif; // is responsive?
   > <?php if ( dt_retina_on() ) { dt_core_detect_retina_script(); } ?> <title><?
   php echo presscore_blog_title(); ?></title> <link rel=”profile” href=”[http://gmpg.org/xfn/11&#8243](http://gmpg.org/xfn/11&#8243);/
   > <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /> <!–[if 
   IE]> <script src=”[http://html5shiv.googlecode.com/svn/trunk/html5.js”></script&gt](http://html5shiv.googlecode.com/svn/trunk/html5.js”></script&gt);
   <![endif]–> <style type=”text/css” id=”static-stylesheet”></style> <?php if (!
   is_preview() ) {
 *  presscore_favicon();
 *  echo of_get_option(‘general-tracking_code’, ”);
 *  presscore_icons_for_handhelded_devices();
 *  }
 *  wp_head();
    ?> </head>
 * <body <?php body_class(); ?>>
 * <?php do_action( ‘presscore_body_top’ ); ?>
 * <div id=”page”<?php if ( ‘boxed’ == of_get_option(‘general-layout’, ‘wide’) )
   echo ‘ class=”boxed”‘; ?>>
 * <?php if ( of_get_option(‘top_bar-show’, 1) ) : ?>
 *  <?php get_template_part( ‘templates/header/top-bar’, of_get_option(‘top_bar-
   content_alignment’, ‘side’) ); ?>
 * <?php endif; // show top bar ?>
 * <?php if ( apply_filters( ‘presscore_show_header’, true ) ) : ?>
 *  <?php get_template_part( ‘templates/header/header’, of_get_option( ‘header-layout’,‘
   left’ ) ); ?>
 * <?php endif; // show header ?>
 *  <?php do_action( ‘presscore_before_main_container’ ); ?>
 *  <div id=”main” <?php presscore_main_container_classes(); ?>><!– class=”sidebar-
   none”, class=”sidebar-left”, class=”sidebar-right” –>
 * <?php if ( presscore_is_content_visible() ): ?>
 *  <div class=”main-gradient”></div>
 *  <div class=”wf-wrap”>
    <div class=”wf-container-main”>
 *  <?php do_action( ‘presscore_before_content’ ); ?>
 * <?php endif; ?>

The topic ‘Problem with header’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 0 replies
 * 1 participant
 * Last reply from: [Web design007](https://wordpress.org/support/users/web-design007/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/problem-with-header-10/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
