2022..0704.
A Loop
Az első és a legfontosabb
<?php get_header(); ?><br />
<?php if (have_posts()) : while
(have_posts()) : the_post(); ?><br />
<div
class='content'><br />
<h1><?php
the_title();?></h1><br />
<?php the_content('more')
?><br />
<br /><?php edit_post_link('edit');
?><br />
</div><br />
<?php endwhile;endif; ?><br
/>
<?php get_footer(); ?>
Kattints a kódra a vágólapra másoláshoz