How can i add new post on new page

Posts don’t “add” to particular pages. “Pages” are static by default but in combination with Custom Page Templates you can make them do just about anything. You’d need to create a template for each of your pages and query for your posts by category, or tag, or a custom meta field… something like that. It … Read more

can’t post immediately

Deactivate all plugins, does the behavior persists? No: activate plugins one by one until you find the one causing the issues. yes: activate twenty eleven or twenty twelve theme, does the behavior persists? no: use a different theme. yes: is WordPress updated? Is your server up to date with current php and mysql? no: update … Read more

How to duplicate “Pages” section in the control panel?

This should fairly closely mimic “Pages”. function gallery_type_custom_init() { $args = array( ‘public’ => true, ‘label’ => ‘Gallery’, ‘capability_type’ => ‘page’, ‘hierarchical’ => true, ‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘excerpt’, ‘page-attributes’, ‘custom-fields’ ) ); register_post_type( ‘Gallery’, $args ); } add_action( ‘init’, ‘gallery_type_custom_init’ ); If you need this to use your custom page templates, though, … Read more

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