Hi Daftduke,
Yes I think use the latest version ( 1.1.2) .
Thanks for you answer,
Hi there,
Me too, I would like replace the title of my site with my logo.
However, I don’t find the line <h1 class=”site-title”> in my file header.php.
I can only see :
backticks.
<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=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php // Get Theme Options from Database
$theme_options = dynamicnews_theme_options();
?>
<div id=”wrapper” class=”hfeed”>
<div id=”header-wrap”>
<header id=”header” class=”container clearfix” role=”banner”>
<div id=”logo” class=”clearfix”>
<?php do_action(‘dynamicnews_site_title’); ?>
backticks.
Any help would be appreciate
Many thanks,