How Do Content Pages Work?
-
Hello
I’ve been tasked with fixing a WordPress site – namely the archive page metadata. I do not have much experience of WordPress.
I am trying to understand how the content pages work. If I comment every single line of code out on a content page, then I still somehow have 285 lines of code – mostly header, including meta data, but also the nav bar, hero image, etc. Hero image I assume comes from the back end. But how is it populating the navbar and header? There are no functions once it is all commented out – not even a scrap of code.
How does it do this?
On my archive page, I have a function called get_header(), which does what is expected. If I comment out all of my code, then I get a completely blank page, as expected.
Thanks
James
- The topic ‘How Do Content Pages Work?’ is closed to new replies.