0
I’m starting to develop themes for Wordpress and so far managed to some content and tutorials of how to do such a thing, however the information I have is that:
- the page
page.phpis responsible for displaying the site pages such ascontato,quem somosand etc - and the page
single.phpis responsible for displaying the content of the dots along with the pagearchive.php.
One of the doubts is exactly this, which system of judgment for Wordpress use the pages single and archive? The other question is how can I apply different styles to different pages? If the content of the pages (contato, quem somos) is exhibited in page.php which contains only 1 style?



a little help you find http://codex.wordpress.org/pt-br:Hierarquia_de_modelos_wordpress
– durtto