Zephyr Knowledge Base Theme Options Pages Layout settings

Pages Layout settings

Search Results Page #

Allows specifying the search results page. Its default option will use a Grid / Listing element with the pre-defined styles. You can change it to the custom-designed search results page.

The custom search results page should contain the Grid / Listing element showing "Items of the current query".

Exclude from Search Results #

Allows excluding certain post types from the search results via relevant checkboxes. 

Posts Page #

In 99% cases you don't need to use the Posts page option. If you want to show you latest posts, create a regular page with the Grid / Listing element showing Posts.

This option defines the layout for the Posts page, which is defined at WordPress > Settings > Reading:

Page "404 Not Found" #

Allows assigning a custom-designed page "404 not found". Its default option will show a basic "Page not found" message with pre-defined styles. 

Pages #

A default WordPress post type. The layout settings below will be applied to all website pages globally:

  • Header – allows assigning a header created at Theme Options > Headers.
  • Page (Content) Template – allows assigning a page template created at Theme Options > Page (Content) Templates.
  • Footer – allows assigning a footer created at Theme Options > Reusable (Page) Blocks.

If you enabled the Titlebars & Sidebars module at Theme Options > Advanced > Theme Modules, you can also control the following page areas: 

  • Titlebar – allows assigning a titlebar created at Theme Options > Reusable (Page) Blocks.
  • Sidebar – allows assigning a sidebar created at WordPress > Appearance > Widgets for a certain post type. To use a Reusable (Page) Block instead of the default WordPress sidebar, you can activate the relevant setting at Theme Options > Advanced > Use Reusable (Page) Blocks for Sidebars.

Posts #

A default WordPress post type.

The layout editing is the same as Pages

Portfolio #

A custom theme-related post type. It only appears if the Portfolio module is active at Theme Options > Advanced > Theme Modules

The layout editing is the same as Pages.

Custom Post Types #

Theme Options > Pages Layout also allows assigning layout elements to public custom post types.

The layout editing is the same as Pages.

Custom post types should be public, which means they have the following args:

'public' => TRUE,
'publicly_queryable' => TRUE,

If you creating custom post types via the Custom Post Type UI plugin (which is recommended and available on the Addons admin page), you can enable those arguments via options: