I am working over word press after a long long time. In my website , I have a number of pages and most of them are of different designs. They all are added under pages but designs will be different for them.
I just want to know the standard way to handle them. Is there any different template scheme to handle different designs of pages ??
Thanks
You can simply place a tag at the top of your pages, say you create a file
my-templated-page.php, you would tag at the top of that file like so:That will allow you to go into Pages and select dropdown box ‘Template‘ and select your template name
My Template 1.0. Simple style yourmy-templated-page.phpas desired.