disp = page
This Disp is used to display a Standalone Page, i-e a post with the "Page" Post Type.
Pages are typically displayed a little differently than Posts, which are displayed through disp = single. One notable difference is that pages typically don’t show Previous & Next links.
This, of course, only applies as long as the particular skin you are using doesn’t completely override the behavior of b2evolution’s default disp=page
handler.
Default Container and Widgets
Below is the default main Container and Widgets of this $disp
that comes with b2evolution. Yours may look different depending on the particular skin in use and the widgets currently installed and how they are configured.
Tip: We can fully customize how this disp will look by creating or replacing the
_page.disp.php
file in the currently used skin’s folder.