spstieng
Member
Posted 3 years ago #
I think I have misunderstood something fundamental with WordPress.
For some reson I thought page.php was used to display s post. But it turns out that that is not the case.
So.... what page actually displays a post? I would like to customize the output....
everything BUT page.php, pretty much.
this is older but relevant:
http://codex.wordpress.org/Site_Architecture_1.5
spstieng
Member
Posted 3 years ago #
Thanks, you pointed me in the right direction.
My pages are using single.php to display a single post.
Changing this I'm able to customize the output.
Thanks!