Beiträge von brainxx

    Suche code um in meinem wordpress übersicht zu erstellen mit den populärsten bzw meistgeklicktesten Links?

    weiss einer wie?

    allgemeine beitragsübersicht mache ich so:

    [COLOR=#000000]<ul>[COLOR=#0000CC]<?php wp_get_archives[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'type=postbypost&limit=10&format=html'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]</ul> [/COLOR]

    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div class="middle">

    [COLOR=#000000] <ul>[COLOR=#0000CC]<?php wp_get_archives[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'type=postbypost&limit=10&format=html'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]</ul>

    [/COLOR] <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <div id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <p><small><?php the_time('F jS, Y') ?> <?php the_author() ?></small> Posted in <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php if(function_exists('the_views')) { the_views(); } ?> <?php edit_post_link('Edit', '', ' | '); ?></p>

    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>
    <!-- AddThis Bookmark Post Button BEGIN -->
    <?php echo "<div class=\"addthis\"><a href=\"http://www.addthis.com/bookmark.php?p…22.get_permalin k()."&amp;title=".get_the_title($id)."\" title=\"Bookmark using any bookmark manager!\" target=\"_blank\"><img src=\"http://s9.addthis.com/button1-bm.gif%5C" width=\"125\" height=\"16\" border=\"0\" alt=\"AddThis Social Bookmark Button\" /></a></div>"; ?>
    <!-- AddThis Bookmark Post Button END -->






    </div>
    <div class="br"><br /></div>
    <?php endwhile; ?>

    <div>
    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    </div>
    <br />
    <?php else : ?>

    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php endif; ?>

    </div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    danke wo ändere ich das? hier quellcode:

    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div class="middle">

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <div id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <p><small><?php the_time('F jS, Y') ?> <?php the_author() ?></small> Posted in <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php if(function_exists('the_views')) { the_views(); } ?> <?php edit_post_link('Edit', '', ' | '); ?></p>

    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>
    <!-- AddThis Bookmark Post Button BEGIN -->
    <?php echo "<div class=\"addthis\"><a href=\"http://www.addthis.com/bookmark.php?pub=blogohblog&amp;url=%22.get_permalink().%22&amp;title=%22.get_the_title($id).%22%5C" title=\"Bookmark using any bookmark manager!\" target=\"_blank\"><img src=\"http://s9.addthis.com/button1-bm.gif%5C" width=\"125\" height=\"16\" border=\"0\" alt=\"AddThis Social Bookmark Button\" /></a></div>"; ?>
    <!-- AddThis Bookmark Post Button END -->


    </div>
    <div class="br"><br /></div>
    <?php endwhile; ?>

    <div>
    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    </div>
    <br />
    <?php else : ?>

    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php endif; ?>

    </div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>