Beiträge von Kabü

    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

    Hallo!

    Ich habe 3 Fragen und wäre total glücklich wenn ihr mir helfen könntet!

    1. Zum einen möchte ich auf meiner Startseite die Searchfunktion löschen, macht bei mir einfach keinen Sinn.

    2. Beim veröffentlichen eines Artikels soll kein Datum angezeigt werden

    3. bei den Artikeln soll die Kommentarfunktion Twitter und Facebook verschwinden

    Wie stelle ich das an? Ich danke euch schon 1000 mal!

    liebe Grüße
    Katharina

    katharinabuehrer.de

    vielleicht noch zum besseren verständniss, so soeht das bei mir aus:

    #boxes { margin-top: 40px; }
    .box { width: 210px; margin-bottom: 70px; color: #636363; }
    .box .rel { position: relative; }
    .box .rel p { margin: 0; }
    .box .texts { position: absolute; top: -20px; left: -20px; width: 210px; color: #fff; z-index: 200; opacity: 0; filter: alpha(opacity=0); }
    .box .texts .categories a, .box .texts a, .box .texts .posted, .box .texts .posted a { color: #fff;}
    .box .texts .transparent img { opacity: 0.1; filter: alpha(opacity=10); }
    .box .texts .abs { position: absolute; top: 0; }
    .box .categories { padding-bottom: 10px;}
    .box .categories a, .box .posted a { color: #a1a1a1; }
    .box .texts p{font-family: Courier; font-size: 13px;}
    .box h1 { margin: 0; padding-bottom: 10px; font-size: 16px; font-family: Arial; }
    .box h1 a { color: #333; }
    .box .posted { padding-top: 10px; color: #a1a1a1; }
    .box img { display: block; }

    Vielen Dank für die schnelle Antwort!

    bei der überschrift hat es geklappt, hier habe ich .box h1 { margin: 0; padding-bottom: 10px; font-size: 16px; font-family: Arial; }eingetragen.

    deinen angebenen code für die texte selber konnte ich leider nicht in meinen style css finden...
    hab einiges ausprobiert, leider ohne erfolg. könntest du mir bitte noch mal genauer sagen wo ich das finde?

    danke dir!