open
04.07.2022.

The Loop

Last update: 15.09.2022.

The first and most important.

<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class='content'>
<h1><?php the_title();?></h1>
<?php the_content('more') ?>
<br /><?php edit_post_link('edit'); ?>
</div>
<?php endwhile;endif; ?>
<?php get_footer(); ?>
Copy to Clipboard

Related posts

Got a question? Is something not working? Write and I'll answer!

Leave a Reply

Your email address will not be published. Required fields are marked *