How to configure my blog page

Set front page as static page The link above describes the other way around (static front page). However, I hope it will help you to understand the mechanism, it’s pretty easy. In your case, you need to create a home.php file in your theme folder, and then go to settings >> read >> and instead … Read more

Creating new page overwrites old page

Are you using loop before getting content from WordPress? Like this one: <?php if( have_posts() ): while( have_posts() ): the_post(); ?> You content goes here <?php endwhile; endif; ?>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)