Blog Home Posted by Isoyor on 5.16.25 in News, PHP, Programming
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
if ( have_posts() ) { while ( have_posts() ) { the_post(); ?> <h2><?php the_title(); ?></h2> <?php the_content(); ?> <?php } }