Własne logo png w stylu
-
Witam, przychodzę z wielkim problemem i wielką prośbą w Was w celu pomocy zmiany logo tekstowego na graficzny. Jako na php całkowicie się nie znam bardzo proszę o Waszą pomoc.
Chciałbym zmienić logo, odszukałem templates/header.php lecz nie mam pojęcia jak wykonać zamianę takiego loga.
Styl który posiadam to http://digitalnature.eu/themes/mystique/
Bardzo proszę o Waszą pomoc.<?php /* * @template Mystique * @revised April 24, 2012 * @author digitalnature, http://digitalnature.eu * @license GPL, http://www.opensource.org/licenses/gpl-license */ // Header template part, used by all pages on the site. // Handles the document head, and the page header section (usually main menu, logo, featured content) ?> <!DOCTYPE html> <html <?php language_attributes('html'); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <title><?php atom()->documentTitle(); ?></title> <?php atom()->metaDescription(); ?> <?php atom()->favicon(); ?> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!--[if lte IE 7]> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/ie.css" type="text/css" media="screen" /> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class('no-js no-fx'); // these classes are removed with js in the "before_page" hook below ?>> <?php atom()->action('before_page'); ?> <?php if(atom()->menuExists('top')): ?> <div class="nav nav-top"> <div class="page-content"> <?php atom()->menu($location = 'top', $classes = 'slide-down'); ?> </div> </div> <?php endif; ?> <!-- page --> <div id="page"> <?php atom()->action('top'); ?> <div id="page-ext"> <!-- header --> <div id="header"> <div class="page-content"> <div id="site-title" class="clear-block"> <?php atom()->logo(); ?> <?php if(get_bloginfo('description')): ?><div class="headline"><?php bloginfo('description'); ?></div><?php endif; ?> </div> </div> <?php atom()->action('before_primary_menu'); ?> <div class="shadow-left page-content"> <div class="shadow-right nav nav-main" role="navigation"> <?php atom()->menu($location = 'primary', $classes = 'slide-down fadeThis', $fallback = 'pageMenu'); ?> </div> <?php atom()->action('social_media_links'); ?> </div> </div> <!-- /header --> <?php atom()->action('before_main'); ?> <!-- main --> <div id="main" class="page-content"> <div id="main-ext" class="clear-block">
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- Temat ‘Własne logo png w stylu’ jest zamknięty na nowe odpowiedzi.