How to use the full page

In the theme you have choosen (twenty ten) – the main Container where you page / post is posted is the div: <div id=”content” role=”main”> <!– YOUR CONTENT IS PUBLISHED HERE –> </div> . This div has a maximum width of 640 pixels… if you want to change that you can do one of three … Read more

Setting a default parent page

This hooks onto the wp_insert_post_data filter, and checks if the post to be inserted is both a page and an auto-draft (which happens when you first create a new post/page). add_filter( ‘wp_insert_post_data’, ‘wpse_59007_set_default_page_parent’ ); function wpse_59007_set_default_page_parent( $data ) { if ( $data[‘post_status’] == ‘auto-draft’ && $data[‘post_type’] == ‘page’ ) $data[‘post_parent’] = 495; return $data; }

Force a specific template as default

Instead of setting yourtemplate.php as the default, why don’t you change the default template, and put the original default in yourtemplate.php? AKA swap them? Otherwise you’ll have to go back through all your posts and change them, and, mess around with complicated filters that might not work 100%

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