Verfasste Forenbeiträge

Ansicht von 4 Antworten – 1 bis 4 (von insgesamt 4)
  • Forum: Allgemeine Fragen
    Als Antwort auf: Verückte Formatierung
    Thread-Starter catacas

    (@catacas)

    Das Design ist von One Design und heißt: Pinboard

    Forum: Allgemeine Fragen
    Als Antwort auf: Verückte Formatierung
    Thread-Starter catacas

    (@catacas)

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo('charset'); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title><?php wp_title(); ?></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() ?>>
    	<div id="wrapper">
    		<header id="header">
    			<<?php pinboard_title_tag( 'site' ); ?> id="site-title">
    				<?php if ( ( '' != get_header_image() ) &&  ( false != get_header_image() ) ) : ?>
    					<a href="<?php echo home_url( '/' ); ?>" rel="home">
    						<img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" width="<?php echo ( pinboard_get_option( 'retina_header' ) ? absint( get_custom_header()->width / 2 ) : get_custom_header()->width ); ?>" height="<?php echo ( pinboard_get_option( 'retina_header' ) ? absint( get_custom_header()->height / 2 ) : get_custom_header()->height ); ?>" />
    					</a>
    				<?php endif; ?>
    				<a class="home" href="<?php echo home_url( '/' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
    			</<?php pinboard_title_tag( 'site' ); ?>>
    			<?php if( ! is_active_sidebar( 1 ) ) : ?>
    				<<?php pinboard_title_tag( 'desc' ); ?> id="site-description"><?php bloginfo( 'description' ); ?></<?php pinboard_title_tag( 'desc' ); ?>>
    			<?php endif; ?>
    			<?php get_sidebar( 'header' ); ?>
    			<div class="clear"></div>
    			<nav id="access">
    				<a class="nav-show" href="#access">Show Navigation</a>
    				<a class="nav-hide" href="#nogo">Hide Navigation</a>
    				<?php wp_nav_menu( array( 'theme_location' => 'primary_nav' ) ); ?>
    				<div class="clear"></div>
    			</nav><!-- #access -->
    		</header><!-- #header -->

    Ich habe das Theme mit dem WordPress eigenen Themeinstaller installiert.
    Ich habe die Standart dateien in den Htdocs ordner eingefügt und mich dann schritt für Schritt durch die installation gearbeitet.

    Forum: Allgemeine Fragen
    Als Antwort auf: Verückte Formatierung
    Thread-Starter catacas

    (@catacas)

    Die gennante Zeile habe ich in der Datei nicht gefunden.
    Hier habe ich aber 2 Screenshots

    wie es aussehen sollte: https://www.dropbox.com/s/cwv0bcz3ff4xcyi/Unbenannt12.PNG

    wie es aussieht: https://www.dropbox.com/s/ncb8wmpful57s0l/Screenshot_2013-02-13-18-00-53.png

    Forum: Allgemeine Fragen
    Als Antwort auf: Verückte Formatierung
    Thread-Starter catacas

    (@catacas)

    Ich kenn mich mit solchen sachen nicht alzu gut aus, wie könnte ich das denn änder?

Ansicht von 4 Antworten – 1 bis 4 (von insgesamt 4)