Autor soll weg bei Theme Imbalance 2

  • hallo!

    ich würde gerne den autor (by admin) aus meinen artikeln löschen, kann dazu in den css leider nichts finden...

    die single php sieht bei mir so aus:
    [COLOR=#006400]
    [/COLOR][COLOR=#006400]<?php get_header(); ?>[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400] <div id="content">[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400] <?php get_template_part( 'loop', 'single' ); ?>[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400] </div><!-- #content --> [/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400]<?php get_footer(); ?>
    [/COLOR]

    dann habe ich noch ein autor template:

    [COLOR=#006400]<?php get_header(); ?>[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400] <div id="container">[/COLOR]
    [COLOR=#006400] <div id="content" role="main">[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400]<?php if ( have_posts() ) the_post(); ?>[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400] <h1 class="page-title author"><?php printf( __( 'Author Archives: %s', 'imbalance2' ), "<span class='vcard'>" . get_the_author() . "</span>" ); ?></h1>[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400]<?php[/COLOR]
    [COLOR=#006400]if ( get_the_author_meta( 'description' ) ) : ?>[/COLOR]
    [COLOR=#006400] <div id="entry-author-info">[/COLOR]
    [COLOR=#006400] <div id="author-avatar">[/COLOR]
    [COLOR=#006400] <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'imbalance2_author_bio_avatar_size', 60 ) ); ?>[/COLOR]
    [COLOR=#006400] </div><!-- #author-avatar -->[/COLOR]
    [COLOR=#006400] <div id="author-description">[/COLOR]
    [COLOR=#006400] <h2><?php printf( __( 'About %s', 'imbalance2' ), get_the_author() ); ?></h2>[/COLOR]
    [COLOR=#006400] <?php the_author_meta( 'description' ); ?>[/COLOR]
    [COLOR=#006400] </div><!-- #author-description -->[/COLOR]
    [COLOR=#006400] </div><!-- #entry-author-info -->[/COLOR]
    [COLOR=#006400]<?php endif; ?>[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400]<?php[/COLOR]
    [COLOR=#006400] rewind_posts();[/COLOR]
    [COLOR=#006400] get_template_part( 'loop', 'author' );[/COLOR]
    [COLOR=#006400]?>[/COLOR]
    [COLOR=#006400] </div><!-- #content -->[/COLOR]
    [COLOR=#006400] </div><!-- #container -->[/COLOR]
    [COLOR=#006400]
    [/COLOR]
    [COLOR=#006400]<?php get_footer(); ?>[/COLOR]


    oder muss ich das in css ändern?


    [COLOR=#006400]html, body, form, ul, li, table, td { margin: 0; padding: 0; }[/COLOR]
    [COLOR=#006400]body { position: relative; color: #333; }[/COLOR]
    [COLOR=#006400]body, input, textarea { font-size: 13px; }[/COLOR]
    [COLOR=#006400]a { text-decoration: none; }[/COLOR]
    [COLOR=#006400]a:hover { text-decoration: underline; }[/COLOR]
    [COLOR=#006400]a img { border: 0; }[/COLOR]
    [COLOR=#006400]td { vertical-align: top; }[/COLOR]
    [COLOR=#006400]ul { list-style-position: inside; }[/COLOR]
    [COLOR=#006400]h1 { font-size: 24px; }[/COLOR]
    [COLOR=#006400]h2 { font-size: 18px; }[/COLOR]
    [COLOR=#006400]h3 { font-size: 12px; }[/COLOR]
    [COLOR=#006400]blockquote { border-left-width: 3px; border-left-style: solid; margin-left: 7px; padding-left: 20px; font-size: 16px; color: #636363; }[/COLOR]
    [COLOR=#006400].clear { clear: both; }[/COLOR]
    [COLOR=#006400].main_separator { color: #dedfe0; }[/COLOR]
    [COLOR=#006400].wrapper { padding-top: 31px; }[/COLOR]
    [COLOR=#006400]#header { border-bottom: 0px solid #dedfe0; padding-bottom: 50px; }

    [/COLOR][COLOR=#000000]ich benutze Theme [/COLOR][COLOR=#000000]Imbalance 2[/COLOR]
    mit WordPress 3.4.2.

    katharinabuehrer.de

    1000 dank für eure hilfe!

    lg katharina

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • 1. Bitte den Code den du im Forum postest, auch über die Code-Buttons als solchen formatieren, danke!

    2. bitte nicht deine Frage 2x posten, 1x reicht!
    -closed-

    [size=10]Bitte immer zuerst die Forensuche nutzen und erst danach Deine Fragen hier im Forum stellen, denn sehr vieles wurde schon mehrfach beantwortet. Bitte dabei auch die Forenregeln beachten.
    Kein Support per PN - Fragen gehören ins Forum.[/SIZE]
    [size=8]Wenn du eine weise Antwort verlangst, musst du vernünftig fragen. (Johann Wolfgang von Goethe)[/SIZE]

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!