pageContent()
Description
This tag is a pretty big deal.
It displays the content that is attached to the page, by way of the Content Type and Content Type Options field (Pages > Manage).
Removing this tag from your theme will prevent content (like projects or blog posts) from being displayed (ie. “fuck up” your site), unless you hard-code content into your templates or use other template tags.
Usage
<?php
echo pageContent();
?>
-
FAQ
- What is the Page Type and how do I use it?
- How do I make blog pagination work?
- How can I make next/previous buttons to navigate my projects?
- How do I include Vimeo, YouTube, SoundCloud etc in my projects, pages, blog posts?
- How do I make excerpts for my blog posts? (Using the {more} tag)
- View all (2 more)
-
General Documentation
-
Themes
-
Code Documentation