I am trying to convert my normal HTML website which consists of home, about, and T&C pages to WordPress, I have created the theme folder which Consists of index.php, functions.php, header.php, and footer.php files. So now my question is how can I add and link my other pages (about, T&C pages).
2
Answers
You have to use /* Template Name: Home */ on your custom page.
For more example:
see here
You need to register a menu see code below and link to Codex
https://developer.wordpress.org/reference/functions/register_nav_menus/