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

Language file doesn’t work (poeedit)

According to docs, load_theme_textdomain() function should generally be called from within the after_setup_theme action hook. add_action( ‘after_setup_theme’, ‘my_theme_setup’ ); function my_theme_setup(){ load_theme_textdomain( ‘apress’, get_template_directory() . ‘/languages’ ); }

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