PROBLEM: Comment-Info neben den Titel eines Blogs

  • Wie bekomm ich es hin, dass es mir die Info zu der Anzahl der Comments am rechten Rand ausrichten und dann auch noch in andere Schriftfarbe und - größe als den Titel das Blogs?


    PHP
    <div class="post">
                    <h2 class="post-titulo" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title() ?> <?php comments_number('0 comments','1 comment','% comments'); ?></a></h2>
                    <p class="postmeta"><?php the_time('F j, Y') ?> <?php _e('at'); ?> <?php the_time() ?> · <?php _e('Filed under'); ?> <?php the_category(', ') ?><?php edit_post_link(__('Edit'), ' · ', ''); ?></p>
                    <?php if (is_search()) { ?>
                        <?php the_excerpt() ?>
                    <?php } else { ?>
                        <?php the_content(__('Read the rest of this entry »')); ?>
                    <?php } ?>
                    
                    </div>
    • 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

  • So in etwa: (?)
    [FONT="Courier New"].post h2.post-titulo { text-align: right; }
    .post h2.post-titulo a { color: #FF0000; }[/FONT]

    oder:

    [FONT="Courier New"].post h2 { text-align: right; }
    .post h2 a { color: #FF0000; }[/FONT]

    "Whoever controls the media, controls the mind." J.Morrison

Jetzt mitmachen!

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