Customize categroy catalog page

content-product_cat.php is the equivalent template for the category thumbnails. You want to copy templates/content-product_cat.php to your theme and modify it, the same way you presumably did for content-product.php. As with the product template, though, the only HTML in the template is the <li> tag. The rest is output through hooks.

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)