alecash
Forum Replies Created
-
I can’t find that custom-header line. This is the entirely of the code in the header.php file, inside themes>dara-child-theme-01 as we use that child theme:
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<script src=”https://use.typekit.net/jfs1cin.js”></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<div id=”page” class=”site”>
<?php esc_html_e( ‘Skip to content’, ‘dara’ ); ?><header id=”masthead” class=”site-header” role=”banner”>
<?php get_template_part( ‘components/header/custom’, ‘header’ ); ?>
<?php get_template_part( ‘components/header/site’, ‘branding’ ); ?>
<?php get_template_part( ‘components/navigation/navigation’, ‘top’ ); ?>
</header>
Forum: Themes and Templates
In reply to: [Dara] Customise Logo Link URL (Dara child theme)Thanks. I’ll try the plugin options first, to see if I can get a better solution there.
Forum: Themes and Templates
In reply to: [Dara] Customise Logo Link URL (Dara child theme)Thanks so much for helping Gemma. I’m still a bit lost I’m afraid, I can do basic FTP tasks but am a bit of a noob at the more complicated stuff.
Within my wp-content>themes>dara-child theme folder, in header.php all I can find relating to site branding is the below. I can’t find site-branding.php.
<body <?php body_class(); ?>>
<div id=”page” class=”site”>
<?php esc_html_e( ‘Skip to content’, ‘dara’ ); ?><header id=”masthead” class=”site-header” role=”banner”>
<?php get_template_part( ‘components/header/custom’, ‘header’ ); ?>
<?php get_template_part( ‘components/header/site’, ‘branding’ ); ?>
<?php get_template_part( ‘components/navigation/navigation’, ‘top’ ); ?>
</header>
Would be very grateful if you can talk me through what to change.
Forum: Fixing WordPress
In reply to: Customise Logo Link URL (Dara child theme)Thanks. I couldn’t see anything in header.php that relates to the logo slot, certainly nothing with a URL or homeurl etc in it, it was quite a short file.
I’ve posted to the Dara forum, but any more ideas here also very welcome!