Category and Posts in front page

First of all don’t require to hesitate your self as beginner in wordpress. Second, for category listing with according posts you need to do something like below: <ul class=”et_pb_tabs_controls clearfix tab-ul”> <?php dynamic_sidebar(‘sidebar’); $cate_id=get_query_var(‘cat’); global $sitepress; $paged = ( get_query_var(‘page’) ) ? get_query_var(‘page’) : 1; $sitepress->switch_lang( $sitepress->get_default_language() ); $args = array( ‘type’ => ‘post’, ‘child_of’ … Read more

Can I have two websites with one front page

You can create a static front-page in your theme. If you’re using front-page.php, you are free to put anything in there, you don’t have to rely on the loop. However, I’d rethink this. If a user that goes to domainA has to click another time to actually get to the contents of domainA, you’re increasing … Read more

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