deals4days
Member
Posted 2 years ago #
Novice word press question:
I noticed there are 2 writing formats Post & Page
- if I wanted to write in more of a multi page article format - I imagine I would write page rather than write post ... is this correct? Would this be considered more of a content management system rather than a blog style?
A) Check out the Pages documentation. Pages are more "static" than posts.
B) That being said, there is a <!--nextpage--> tag that can be used to break a POST into multiple pages (not Pages). You can read a bit more about that here: codex.wordpress.org/Styling_Page-Links
Do those help?