wie meinst du das? Ich brauche es halt dringend weil ich das so schnell wie möglich hochgeladen werden sollte.. und welche Doku?
Beiträge von g0crys1s
-
-
ZitatAlles anzeigen
<?php/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package vantage
* @since vantage 1.0
* @license GPL 2.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<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 do_action('vantage_before_page_wrapper') ?>
<div id="page-wrapper">
<?php do_action( 'vantage_before_masthead' ); ?>
<?php get_template_part( 'parts/masthead', apply_filters( 'vantage_masthead_type', siteorigin_setting( 'layout_masthead' ) ) ); ?>
<?php do_action( 'vantage_after_masthead' ); ?>
<?php vantage_render_slider() ?>
<?php do_action( 'vantage_before_main_container' ); ?>
<div id="main" class="site-main">
<div class="full-container">
<?php do_action( 'vantage_main_top' ); ?>das ist der code von header.php
-
Guten tag ich habe hier schonmal einen Post geöffnet weil ich einen Header ändern musste. Nun suche ich aber schon im Vantage ordner in der datei header.php vergeblich dannach wo ich die größe und das bild einstellen kann und dann habe ich noch diverse andere probleme könnte mir jemand via teamviewer helfen? Wäre echt nett und ist echt dringend :)
Danke im vorraus
MFG