I'm starting to develop themes for WordPress and until then I got some content and tutorials on how to do such thing, however the information I have is that:
-
page.php
page is responsible for displaying site pages such ascontato
,quem somos
and etc. - and the
single.php
page is responsible for displaying the contents of the points along with thearchive.php
page.
One of the doubts is exactly this, what is the judgment system for WordPress to use the pages single
and archive
? The other question is how can I apply different styles to different pages? If the content of (contato, quem somos)
pages is displayed in page.php
that contains only 1 style?