arcilli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Expound] Make Header Image Link to Home PageI want to link the header image to my homepage.
Forum: Themes and Templates
In reply to: [Expound] Make Header Image Link to Home PageStill, I don’t understend. Look at my site now: https://gabrielraileanu.com/
I make a new director, expound-child and I have created a file called style.css. That containts:
/* Theme Name: Expound Description: An awesome magazine theme for your WordPress site. Responsive layout, post thumbnails support, featured posts and more. Author: Konstantin Kovshenin Author URI: https://kovshenin.com Template: expound Version: 1.9 */ @import url("../expound/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ .site-title a { background: url('https://i.imgur.com/gZ4ZXne.png') 0 0 no-repeat; width: 300px; height: 120px; text-indent: -9999px; }
But it dont’ works. ??
Please help!Forum: Themes and Templates
In reply to: [Expound] Make Header Image Link to Home PageThank you a lot! ??
Regard from Romania!Forum: Themes and Templates
In reply to: [Expound] Make Header Image Link to Home PageThis is my header:
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package Expound */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <?php do_action( 'expound_header_before' ); ?> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <div class="site-title-group"> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </div> </div> <nav id="site-navigation" class="navigation-main" role="navigation"> <h1 class="menu-toggle"><?php _e( 'Menu', 'expound' ); ?></h1> <div class="screen-reader-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'expound' ); ?>"><?php _e( 'Skip to content', 'expound' ); ?></a></div> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => 3 ) ); ?> <?php do_action( 'expound_navigation_after' ); ?> </nav><!-- #site-navigation --> </header><!-- #masthead --> <?php do_action( 'expound_header_after' ); ?> <div id="main" class="site-main">