gibt es die Möglichkeit ein fertiges Layout herzustellen und wenn ich auf neuen Beitrag schreiben gehe kommt es immer dann?
Beiträge von brainxx
-
-
schau hier
blog.scoutpress.de - Thema: template
unten das wo "angemeldete User können das lesen" sowas muss doch gehen
-
-
wo finde ich Doku?
-
hab es installiert gibt es eine dt. Anleitung dazu?
-
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]
-
danke für den Tip nun geht es auch ohne orangene Teil.
Was muss ich ändern das er nicht nur eine Liste ausgibt sondern automatisch Datum davorsetzt?
-
keiner ne idee?
-
<?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 »'); ?>
</div>
<!-- AddThis Bookmark Post Button BEGIN -->
<?php echo "<div class=\"addthis\"><a href=\"http://www.addthis.com/bookmark.php?p…22.get_permalin k()."&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('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></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(); ?> -
habs probiert bei mir zeigt er nun liste und die alten beiträge? kannst mir bitte helfen?
-
kannst bitte code einfügen und komplett hier auflisten wäre nett danke
-
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 »'); ?>
</div>
<!-- AddThis Bookmark Post Button BEGIN -->
<?php echo "<div class=\"addthis\"><a href=\"http://www.addthis.com/bookmark.php?pub=blogohblog&url=%22.get_permalink().%22&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('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></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(); ?>
-
wie kann ich es realisieren das die letzen 10 Beiträge aufgelistet werden als Übersicht?