Hello, I am starting a new website with wordpress and Im stuggling to modify it to show just one article on the front page but i dont know what I`m doing wrong: here is what I think I must modify
<div id="wrapper">
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="hello-world.html">
I tried like this but it still shows me the articles I post besides hello-world.html
I guess i must modify the_post() too but I don`t know the syntax to use
Some help please :)