How to map my php files as the files for pages

Use page templates, an overview can be found here: http://codex.wordpress.org/Page_Templates Edit for those afraid of dying links: A page template file should be placed in the theme folder, with any name you like. In its header, it should have <?php /* * Template Name: My Custom Page * Description: A Page Template with a darker … Read more

WordPress – Apperance > Menu

If you check the codex documentation page about the wp_nav_menu you will see that there is a param called menu, and that will allow you to target a specific menu. As pointed on the documentation you can check this: wp_nav_menu( // Use this menu ‘menu’ => ‘Project Nav’, // do not fall back to first … Read more

How to migrate .HTML pages to WordPress

For posts there even is an easy way to change this in the backend: Settings → Permalinks Codex: Permalink Settings The problem is that for pages this isn’t a built in feature. Here is another question that might give you a hint: Add .html (dot HTML) extension to custom post types The reasons why I … Read more

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