Styling own template

I have seen you Html structure, You need to change structure like this.. Follow this structure for you own template file… <div id=”wrapper”> <div id=”header”> <!– Here goes the header part –> </div> <div id=”main”> <!– Here goes the main content part –> </div> <div id=”sidebar”> <!– Here goes the sidebar part –> </div> </div>

Taxonomy Parent not showing up in address bar

I found an answer within 10 minutes of posting this. 🙂 Just add ‘hierarchical’ => true in the rewrite=>array() of the taxonomy as follows: $args = array( … ‘hierarchical’ => true, ‘rewrite’ => array( ‘slug’ => ‘THE-CHOSEN-SLUG’, ‘hierarchical’ => true, ), ); register_taxonomy( ‘my-custom-taxonomy’, array( ‘page’, ‘my-custom-post-type’ ), $args ); Then flush the rewrite rules … Read more

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