hi,
ich benutze zur zeit das textback theme.
Ich habe blos das problem das immer die Blogposts auf der mainpage angezeigt werden wenn ich auf meine blog adresse gehe.
Nun würde ich gerne statt dessen auf einen von mir erstellte page verlinken.
Ich hab alles versucht, aber mir fällt einfach nicht der php befehl ein den ich in die index.php schreiben soll.
Dort steht ja:
PHP
<div id="hello2">
<!--index.php-->
<!--the loop-->
<?php if (have_posts()) : ?>
<!--the loop-->
<?php while (have_posts()) : the_post(); ?>
<!--post title as a link-->
<!--post text with the read more link-->
<div id="text"><?php the_content('Read the rest of this entry »'); ?></div>
<!--show categories, edit link ,comments-->
<div id="under"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> | <?php comments_popup_link('0 comments »', '1 comment »', '% comments »'); ?></div>
<!--end of one post-->
<?php endwhile; ?>
Alles anzeigen
Wäre sehr nett wenn ihr mir behilflich sein könntet.