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