Welcome to WordPress! Here is a tutorial that can get you started.
Thank you.
I have 2 questions.
1. Thanks for the link. I have explored / read it. Could anyone answer my original question about the generic workflow in WordPress in terms of customising page areas?
2. There is a section in the link provided above about creating your first template. Now, to my disappointment, as other tutorials on the internet, it only covers up to the point where you copy the content from page.php to yourcustomtemplate.php… and then you can do all the customisations you want. But really I’m after all those customisations I want. How do I start? I don’t seem to be seeing tutorials for that. I’m fine with HTML/CSS but I don’t believe I can just stick my html code there. For the argument’s sake, how would I create a custom template that would have say 3 columns?
Thank you
The way I learned the WordPress way is by installing WordPress with a default theme like 2016, 2015, 2017, one of those and then learn to create a child-theme. Modify a template file. Create a new template file and get it to work.
https://codex.wordpress.org/Child_Themes
Learn the template hierarchy:
https://developer.wordpress.org/themes/basics/template-hierarchy/
Have fun!