Dottoro Theme is being discontinued.
There will not be a direct replacement for Dottoro Theme services within Dottoro's product portfolio.
It is recommended that you consider alternative vendor solutions as early as possible.
We understand that this announcement may be unwelcome news to you and your organization.
We want to thank for your loyalty and support, and we are very grateful in having you as our customer. We hope you will find the right replacement solution during your time of transition.
Sincerely,
Dottoro team

Dottoro Theme Documentation

Tutorial to get your theme to work

PrologueFirst StepsFront PageCreating a custom front pageBlog, News and Portfolio post typesPost Type specific settingsGeneral settingsSingle post settingsCategory / Tag / Date archive page settingsPermalink settingsOptions on single post pagesGeneral page optionsImage optionsGallery settingsPage Templates and PagesPage SettingsPage TemplatesPages created from page templatesGeneral page settingsGallery settingsBlog page settingsNews page settingsPortfolio and Imagefolio page settingsContact page settingsArchives page settingsAuthors page settingsBoomarks page settingsSitemap page settingsSpecial pagesCategory and tag page settingsArchive and date page settingsSearch page settingsAuthor page settings404 page settingsHeader and MenuSubheadersSubheader specific shortcodesPredefined SubheadersCreating SubheadersAssigning subheaders to pagesFooterWidgets in the FooterCopyright and other notices in the FooterSidebarWidgets on the SidebarWidth and alignment of the sidebarWidget AreasWidgetsBreadcrumbShortcodesShortcodes In Alphabetical OrderShortcodes By CategoriesNested ShortcodesPost TemplatesOverlaysMedia and External MediaOverview of galleries, gallery listings and slideshowsGalleries and Gallery ListingsAbout Galleries In GeneralCreating And Managing Galleries[gallery_list] shortcodeSlideshows and Popup SlideshowsSlideshowsPopup SlideshowsSlideshow SettingsMost Often Used Slideshow OptionsAll Slideshow OptionsSlideshow Templates - Slideshow Specific ShortcodesStyling Guide For SlideshowsStyling Of Slideshow and Post TemplatesSlidesPopupsSelectorsWeb FontsGeneral Theme SettingsUser RolesExport / Import SettingsCreating theme designsLocalizationHeadingsChild ThemesCSS ClassesResponsive DesignCSS Extension JavaScript ToolkitJavaScript LibraryAction HooksFilter HooksCompatibility Issues
<

4. Page Templates and Pages

Dottoro theme comes with some page templates that help you in creating pages most commonly used on a website. There are page templates for displaying a list of posts (Blog, News, Portfolio, Imagefolio), others for displaying special pages (Contact, Authors, Archives, Bookmarks and Sitemap) and the universal Default page template that give you full control over the content of a page.

Besides page templates, the theme provides several options that allow you to change look and feel of your pages. Some of them are available for every page regardless of its template (General Page settings and Gallery settings) and there are many page template specific options also. For instance, the header and subheader options are supported for every page regardless of its template and allow you to select a header and subheader for the page. Furthermore, you can set the position of the sidebar for every page regardless of its template.

Moreover, it is also possible to set the default settings for pages. So you don't have to change the same things every time when you create a new page. And to make this system more flexible, you also have the ability to apply default settings to only for certain pages, for instance, pages from the same author.

4.1 Default Page Settings

In the Dottoro theme, you can set default settings for pages under Pages » Page Settings. You can set the header and subheader you want to display on the top of your pages, the position of the sidebar, select widget areas for the sidebar and the footer and much more. Moreover, selectors allow you to specify default settings only for certain pages, for instance, pages from the same author (more on selectors).

With the help of default settings you can avoid setting the same things every time when you create a new page and if you want to change a setting for all pages, you only need to change it in one place. And of course, all default settings can be overridden for each individual page.

Page Settings
Header Here you can select a header for pages.
The "Default" means that this value will be taken from the Header option under Theme Options » General » Header. The items (site logo, title and description, primary navigation and Header widget area) are positioned absolutely in the "Standard" header that enables you to set their positions in the theme editor.
For further details, please see the Header Customization section.
Subheader Allows selecting a subheader to be displayed on pages. Read more in the Subheaders section.
Show Page Title Set whether to display the page title in the content or not.
Show Breadcrumb Select whether the breadcrumb should be displayed on pages or not. The "default" value means that this value will be taken from "Theme Options" > General > Breadcrumb.
For further details, please see the Breadcrumb section.
Gallery Popup Select a gallery popup for pages. The "default" value means that this value will be taken from "Theme Options" > General > Gallery Settings.
For details, please see the Gallery Popup option under Theme Options » General.
Sidebar Position Set the position of the sidebar or remove the sidebar on pages. The 'default' value means that the sidebar position is determined by the skin settings of the theme.
Sidebar Widget Areas Select the widget areas you want to display in the sidebar on pages. The 'Default' value means that this value will be taken from the Sidebar Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Widget Areas Select the widget areas you want to display in the footer on pages. The 'Default' value means that this value will be taken from the Footer Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Type Allows selecting the type of the footer for pages. You can select whether to show the full footer (widgets and copyright), only the copyright, only the widgets, or no need footer at all. The 'Default' value means that this value will be taken from the Footer Type option on Theme Options » General » General.

4.2 Page Templates

4.3 Pages created from page templates

The first thing you should do when you create a new page is to select its page template on the right and click Publish/Update or Save Draft.

After saving it, you will find the setting options provided by the Dottoro theme below the WordPress content editor. Some of the options are available for every page regardless of its template (General Page settings and Gallery settings) and there are many page template specific options also. They will be detailed in the following sections.

4.3.1 General page settings
These settings are available for every page, regardless of its template.
General Page Settings
Ghost Page There are cases when we need unclickable menu items that have submenus. Similar to this, you may need unclickable items in the page hierarchy displayed by breadcrumbs. Ghost pages provide a solution to this issue. With them, you can create pages invisible to the visitors that you can use to create menu items and that can also be set as parents of pages.
Body CSS Class Space separated list of CSS classes to add to the BODY class attribute on the page. This option allows you to style the page individually.
Additionally, since selectors allow you to target pages according to their attributes, such as CSS class, this option is also useful to apply individual settings to the page. For instance, you can select different headers for pages according to their Body CSS Class (more on selectors).
Post CSS Class Space separated list of CSS classes to add to the class attribute of the HTML element that holds the page content. You can use this option to apply individual styles to the page in listings, slideshows and on the single page as well.

On the single page, the holder element is always an article element.

In slideshows and listings if the post template used for displaying the page contains a [post_article] shortcode and the "add_post_classes" attribute of the post_article shortcode is set to true, then the CSS classes will be added to the HTML article element. Otherwise, the CSS classes will be added to the HTML wrapper element of the list item/slide that contains the page.

Additionally, since selectors allow you to target pages according to their attributes, such as CSS class, this option is also useful to apply individual settings to the page in slideshows and listings. For instance, you can select different post templates for pages according to their CSS class in a slideshow or listing (more on selectors).

Header Select a header for the page. The "Default" means that this value will be taken from "Page Settings". The items (site logo, title and description, primary navigation and Header widget area) are positioned absolutely in the "Standard" header that enables you to set their positions in the theme editor.
For further details, please see the Header Customization section.
Subheader Allows selecting a subheader for the page. The "Default" means that this value will be taken from "Page Settings". Read more in the Subheaders section.
Subheader Title Specifies the subheader title of the page. Use the [subheader_title] shortcode to display the subheader title. Read more in the Subheaders section.
Subheader Teaser Specifies the subheader teaser of the page. Use the [subheader_teaser] shortcode to display the subheader teaser. Read more in the Subheaders section.
Show Page Title Set whether to display the page title in the content or not. The "default" value means that this value will be taken from "Page Settings".
Show Breadcrumb Select whether the breadcrumb should be displayed on the page or not. The "default" value means that this value will be taken from "Page Settings".
For further details, please see the Breadcrumb section.
Gallery Popup Select a gallery popup for the page. The "default" value means that this value will be taken from "Page Settings".
For details, please see the Gallery Popup option under Theme Options » General.
Sidebar Position Here you can set the position of the sidebar or remove the sidebar. The "default" value means that this value will be taken from "Page Settings".
Sidebar Widget Areas Select the widget areas you want to display in the sidebar. The "Default" value means that this value will be taken from "Page Settings". Read more in the Widget Areas section.
Footer Widget Areas Select the widget areas you want to display in the footer. The "Default" value means that this value will be taken from "Page Settings". Read more in the Widget Areas section.
Footer Type Allows selecting the type of the footer. You can select whether to show the full footer (widgets and copyright), only the copyright, only the widgets, or no need footer at all. The "Default" value means that this value will be taken from "Page Settings".
Here you can create galleries for the current page. Each gallery can contain any number of images, videos and other media, slides, pages and posts. Self hosted (attachments) and external media (such as YouTube and Vimeo videos) are also supported. Every single gallery or even a group of galleries can be displayed as a list (similar to post list), as a slideshow and they can also be shown in popup windows.

For further details, please see the Galleries section.

4.3.3 Blog page settings
A Blog page displays a list of blog posts. To create a Blog page, go to Pages » Add new, select the Blog option from the template list under Page Attributes on the right then click Publish.
Blog Page Settings
Create Content Here you can enable or disable the display of the theme created page content. By default, the custom content (specified in the WordPress content editor) is displayed at the top of the page and below it, the content created by the theme. With this option, you can remove the theme created content from the page. This is useful if you want to display custom post lists. For instance, if you want to group posts by categories on a Blog page, you should remove the selection from this checkbox and add [post_list] shortcodes to the content. The Grouped by categories page in the demo demonstrates this.

Please note that the other Blog page options take effect even if this option is unchecked, because they determine the look of not only the current page but also the blog category, tag and date archive pages.

Post List Layout
Posts per page Here you can specify the number of visible posts per page.
Number of posts in a row Here you can set the number of posts in a row.
Grid layout Here you can choose whether blog posts should be displayed in a grid or the cell height is determined by its content.
Rendering order Here you can select whether blog posts should be rendered left to right or top to bottom in multi-column layout.
Sorting order Here you can select the sorting order of posts.
Pagination
AJAX Pagination Here you can enable AJAX pagination so visitors can iterate through result pages without having to refresh the entire blog page.
Pagination type Specifies the type of the pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
  • text - default WordPress pagination (a previous and next link)
  • number - numerical pagination
  • more button - a single button that allows to load more content
  • more button then scroll - initially a more button then, if the user clicks on it, works the same as "scroll"
  • scroll - automatically load more posts as the user scrolls down the list
The 'scroll' and 'more button then scroll' pagination types require Ajax pagination. Also see the "Load more above bottom" option.
Load more above bottom Specifies the vertical distance from the bottom of the post list in pixels from where more content is being loaded dynamically when the user scrolls beyond. This option has only effect if the Pagination type option is set to "scroll" or "more button then scroll".
Pagination align Sets the alignment of pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
Paging animation Here you can select an animation effect for pagination. If Ajax pagination is disabled, this option specifies the show animation, otherwise the paging animation.
If Ajax pagination is enabled and 'none' is selected, the Fade effect will be used.
Paging duration Specifies the duration of the paging animation, in milliseconds. 0 means that the duration is calculated automatically.
Category Settings
Blog Categories Here you can specify which blog categories should be displayed on the page. The advantage of excluding categories is that you will not need to modify blog page settings every time you create a new category. Category filtering gives you the opportunity to create multiple blog pages.
Display Categories as filters Here you can set whether categories should be displayed as browsing filters or not. Browsing filters are displayed only if more than one category exists.
Show 'All' filter Set whether to add the 'All' filter to the browsing filters or not. The 'All' filter is displayed only when it makes sense (if one of the filter categories is an ancestor of every other filter category, the 'All' filter will not be displayed).
Show child categories as filters Here you can set whether the child categories of the selected categories should be shown as browsing filters.
Post Layout
Post Template Here you can select a post template for blog posts. More on Post Templates.
Content Preview Here you can choose whether the whole content, the teaser or the excerpt of posts should be shown in the post list or you want none of them to show. The 'teaser or excerpt' value means that if there is a teaser to the post then it will appear otherwise the excerpt will. You can create teasers with the 'More tag'. Just specify where the teaser should end you are done (read more about the More tag).
Meta Info Here you can specify what meta information (author name, category, publish date, etc.) should be displayed with the posts.
How to show 'read more' text Here you can choose whether the 'read more' text should appear as a link or button.
Excerpt Length Here you can set the length of excerpts in characters.
Excerpt Length Without Thumbnail Here you can set the excerpt length for posts that appear without thumbnail, in characters.
Post Thumbnail & Overlay
Thumbnail Width and Height Here you can specify the size of thumbnail images.
Thumbnail Alignment Here you can specify the alignment of thumbnail images. Float means that the thumbnail and the content will be placed side by side.
Thumbnail Overlay Here you can select an overlay to appear over the post thumbnails.
Please note that the Hover Meta Info option has effect on the thumbnail overlay. It specifies which meta data is enabled to be shown on the thumbnail overlay.
More on Overlays.
Hover Meta Info Here you can set what meta information should be displayed when hovering over thumbnails.
4.3.4 News page settings
A News page displays a list of news posts. To create a News page, go to Pages » Add new, select the News option from the template list under Page Attributes on the right then click Publish.
News Page Settings
Create Content Here you can enable or disable the display of the theme created page content. By default, the custom content (specified in the WordPress content editor) is displayed at the top of the page and below it, the content created by the theme. With this option, you can remove the theme created content from the page. This is useful if you want to display custom news lists. For instance, if you want to group news by categories on a News page, you should remove the selection from this checkbox and add [news_list] shortcodes to the content. The Grouped by categories page in the demo demonstrates this.

Please note that the other News page options take effect even if this option is unchecked, because they determine the look of not only the current page but also the news category, tag and date archive pages.

Post List Layout
Number of latest news to show / Number of older news to show News items on news pages are displayed in two blocks; the latest ones in the upper box, the older ones in the lower box. Here you can set how many news items to display in the blocks.
Number of items in a row Here you can set the number of items in a row.
Grid layout Here you can choose whether news items should be displayed in a grid or the cell height is determined by its content.
Rendering order Here you can select whether news items should be rendered left to right or top to bottom within the blocks of latest and older news items.
Sorting order Here you can select the sorting order of news items.
Recommended Box
Show Recommended Box Here you can choose whether to show the recommended box slideshow, or not. You can mark any news item as recommended. The recommended news are displayed as headlines (in the Recommended box) on news pages.
Recommended box dimensions Here you can set the width and height of the recommended box slideshow, and the width of the excerpt box that is displayed over the background image, in pixels.
Recommended excerpt lengths Here you can set the excerpt length for recommended news items.
Number of Recommended News The number of recommended news items to display in the recommended box. Recommended news that are left out of the recommended box will be displayed among other news items, according to the date of publishing.
Recommended Box Skin Set the skin of the recommended box. The 'auto' value means that the look of the recommended box is determined by the skin settings of the theme (see Creating theme designs).
Exclude recommended posts Set whether to exclude the recommended posts from the post list or not.
Pagination
AJAX Pagination Here you can enable AJAX pagination so visitors can iterate through result pages without having to refresh the entire news page.
Pagination type Specifies the type of the pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
  • text - default WordPress pagination (a previous and next link)
  • number - numerical pagination
  • more_button - a single button that allows to load more content
  • more button then scroll - initially a more button then, if the user clicks on it, works the same as "scroll"
  • scroll - automatically load more posts as the user scrolls down the list
The 'scroll' and 'more button then scroll' pagination types require Ajax pagination. Also see the "Load more above bottom" option.
Load more above bottom Specifies the vertical distance from the bottom of the post list in pixels from where more content is being loaded dynamically when the user scrolls beyond. This option has only effect if the Pagination type option is set to "scroll" or "more button then scroll".
Pagination align Sets the alignment of pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
Paging animation Here you can select an animation effect for pagination. If Ajax pagination is disabled, this option specifies the show animation, otherwise the paging animation.
If Ajax pagination is enabled and 'none' is selected, the Fade effect will be used.
Paging duration Specifies the duration of the paging animation, in milliseconds. 0 means that the duration is calculated automatically.
Category Settings
News Categories Here you can specify which news categories should be displayed on the page. The advantage of excluding categories is that you will not need to modify news page settings every time you create a new category. Category filtering gives you the opportunity to create multiple news pages.
Display Categories as filters Here you can set whether categories should be displayed as browsing filters or not. Browsing filters are displayed only if more than one category exists.
Show 'All' filter Set whether to add the 'All' filter to the browsing filters or not. The 'All' filter is displayed only when it makes sense (if one of the filter categories is an ancestor of every other filter category, the 'All' filter will not be displayed).
Show child categories as filters Here you can set whether the child categories of the selected categories should be shown as browsing filters.
Post Layout
Post Template Here you can select a post template for news items. More on Post Templates.
Content Preview Here you can choose whether the whole content, the teaser or the excerpt of posts should be shown in the post list or you want none of them to show. The 'teaser or excerpt' value means that if there is a teaser to the item then it will appear otherwise the excerpt will. You can create teasers with the 'More tag'. Just specify where the teaser should end you are done (read more about the More tag).
Meta Info Here you can specify what meta information (author name, category, publish date, etc.) should be displayed with the items.
How to show 'read more' text You can set whether the 'read more' text should appear as a link or button.
Excerpt Length Here you can set the length of excerpts in characters.
Excerpt Length Without Thumbnail Here you can set the excerpt length for news items that appear without thumbnail, in characters.
Post Thumbnail & Overlay
Thumbnail Width and Height Here you can specify the size of thumbnail images.
Thumbnail Alignment Here you can specify the alignment of thumbnail images. Float means that the thumbnail and the content will be placed side by side.
Thumbnail Overlay Here you can select an overlay to appear over the post thumbnails.
Please note that the Hover Meta Info option has effect on the thumbnail overlay. It specifies which meta data is enabled to be shown on the thumbnail overlay.
More on Overlays.
Hover Meta Info Here you can set what meta information should be displayed when hovering over thumbnails.
4.3.5 Portfolio and Imagefolio page settings
Portfolio and Imagefolio pages are designed to display a list of portfolio posts. To create a Portfolio (Imagefolio) page, go to Pages » Add new, select the Portfolio (Imagefolio) option from the template list under Page Attributes on the right then click Publish.
Portfolio / Imagefolio page Settings
Create Content (portfolio only) Here you can enable or disable the display of the theme created page content. By default, the custom content (specified in the WordPress content editor) is displayed at the top of the page and below it, the content created by the theme. With this option, you can remove the theme created content from the page. This is useful if you want to display custom portfolio lists. For instance, if you want to group portfolio items by categories on a News page, you should remove the selection from this checkbox and add [portfolio_list] shortcodes to the content. The Grouped by categories page in the demo demonstrates this.

Please note that the other Portfolio page options take effect even if this option is unchecked, because they determine the look of not only the current page but also the portfolio category, tag and date archive pages.

Post List Layout
Items per page Here you can specify the number of visible items per page.
Number of items in a row (portfolio only) Here you can set the number of items in a row.
Grid layout (portfolio only) Here you can choose whether portfolio items should be displayed in a grid or the cell height is determined by its content. This setting has no effect at the moment, because portfolio items always have the same height on a portfolio page.
Rendering order (portfolio only) Here you can select whether portfolio items should be rendered left to right or top to bottom in multi-column layout.
Sorting order Here you can select the sorting order of portfolio items.
Pagination (portfolio only)
AJAX Pagination (portfolio only) Here you can enable AJAX pagination so visitors can iterate through result pages without having to refresh the entire portfolio page.
Pagination type (portfolio only) Specifies the type of the pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
  • text - default WordPress pagination (a previous and next link)
  • number - numerical pagination
  • more button - a single button that allows to load more content
  • more button then scroll - initially a more button then, if the user clicks on it, works the same as "scroll"
  • scroll - automatically load more posts as the user scrolls down the list
The 'scroll' and 'more button then scroll' pagination types require Ajax pagination. Also see the "Load more above bottom" option.
Load more above bottom (portfolio only) Specifies the vertical distance from the bottom of the post list in pixels from where more content is being loaded dynamically when the user scrolls beyond. This option has only effect if the Pagination type option is set to "scroll" or "more button then scroll".
Pagination align (portfolio only) Sets the alignment of pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
Paging animation (portfolio only) Here you can select an animation effect for pagination. If Ajax pagination is disabled, this option specifies the show animation, otherwise the paging animation.
If Ajax pagination is enabled and 'none' is selected, the Fade effect will be used.
Paging duration (portfolio only) Specifies the duration of the paging animation, in milliseconds. 0 means that the duration is calculated automatically.
Category settings
Portfolio/Imagefolio categories Here you can select which portfolio categories should be displayed on the page. The advantage of excluding categories is that you will not need to modify portfolio page settings every time you create a new category. Category filtering gives you the opportunity to create multiple portfolio pages.
Display Categories as filters (portfolio only) Here you can set whether categories should be displayed as browsing filters or not. Browsing filters are displayed only if more than one category exists.
Show 'All' filter (portfolio only) Set whether to add the 'All' filter to the browsing filters or not. The 'All' filter is displayed only when it makes sense (if one of the filter categories is an ancestor of every other filter category, the 'All' filter will not be displayed).
Show child categories as filters (portfolio only) Here you can set whether the child categories of the selected categories should be shown as browsing filters.
Post Layout
Post Template Here you can select a post template for portfolio items. More on Post Templates.
Content Preview Here you can choose whether the whole content, the teaser or the excerpt of posts should be shown in the post list or you want none of them to show. The 'teaser or excerpt' value means that if there is a teaser to the item then it will appear otherwise the excerpt will. You can create teasers with the 'More tag'. Just specify where the teaser should end you are done (read more about the More tag).
Meta Info Here you can specify what meta information (author name, category, publish date, etc.) should be displayed with the posts.
How to show links You can set whether the 'read more' and 'visit site' texts should appear as links or buttons.
Show title as a link Set whether the title of portfolio items should appear as a link or a plain text.
Show preview as tooltip (portfolio only) Set whether the preview of portfolio items should appear as a tooltip or regular HTML content.
Excerpt Length Here you can set the length of excerpts.
Excerpt Length Without Thumbnail (portfolio only) Here you can set the excerpt length for portfolio items that appear without thumbnail, in characters.
Post Thumbnail & Overlay
Thumbnail Width and Height Here you can specify the size of thumbnail images.
Thumbnail Alignment (portfolio only) Here you can specify the alignment of thumbnail images. Float means that the thumbnail and the content will be placed side by side.
Thumbnail Overlay Here you can select an overlay to appear over the post thumbnails.

Please note that the Hover Meta Info and "Popup Gallery" options have effect on thumbnail overlays. The Hover Meta Info option specifies which meta data is enabled to be shown on a thumbnail overlay and if popup slideshows can be opened from the overlay, remember to enable the "Enable Popup Galleries" option below.

More on Overlays.
Hover Meta Info Here you can set what meta information should be displayed when hovering over thumbnails.
Popup Gallery
Enable Popup Galleries Enable this option if you want to open popup slideshows from the post list.

There are two shortcodes that are designed to open popup slideshows: the [gallery_button] and [popup_opener] shortcodes. If you select an overlay or post template for the posts (Thumbnail Overlay and Post Template options) that contains a [gallery_button] or [popup_opener] shortcode, then clicking on it will open a popup slideshow. The popup slideshow will display the given gallery (Popup Galleries option) of the corresponding post or all posts based on the setting of the Separate Popup Galleries option. For this feature to work, the "Enable Popup Galleries" option must be enabled.

For performance reasons, do not enable this option if you don't need popup galleries.
Popup Galleries Comma separated list of galleries that should be open in the popup slideshow. For instance, "gallery1" means that the popup slideshow will display the "gallery1" gallery of posts, while "gallery1, gallery2" means that the popup slideshow will display both the "gallery1" and "gallery2" galleries of posts.
If this option is not specified, the default gallery will be used. Additionally, there are two special values:
  • _default: identifies the default gallery. For instance, "_default" means the same as an empty string, "_default, gallery1" means that the popup slideshow will display both the default gallery and the "gallery1" gallery of posts.
  • _same: the popup slideshow will display the same posts as the post list. For instance, you can display the thumbnails of the 5 latest posts in a post list and clicking on the thumbnails a popup slideshow opens displaying full size thumbnails, post titles and descriptions. Demo page
Separate Popup Galleries Select whether the popup slideshow should display the given gallery (Popup Galleries option) of only the corresponding post or all posts.
For instance, if the Popup Galleries option is set to '_default', then:
  • if the "Separate Popup Galleries" option is enabled, then the popup slideshow will display only the default gallery of the corresponding post
  • if the "Separate Popup Galleries" option is disabled, then the popup slideshow will display the default galleries of all posts
Gallery Popup Select a gallery popup for the post list. It will be used by the [gallery_button] and [popup_opener] shortcodes to display popup slideshows.
The "Determined by gallery" means that the (first) displayed gallery determines the gallery popup. For further details, please see Popup Slideshows.
Small Thumbnail Settings (imagefolio only)
Small thumbnail width (imagefolio only) Here you can specify the size of small thumbnail images.
Show title in tooltip (imagefolio only) Set whether the title of portfolio items should appear as a tooltip over the small thumbnails.
4.3.6 Contact page settings
A contact page displays a contact form at the bottom of the page below the other content. To create a Contact page, go to Pages » Add new, select the Contact option from the template list under Page Attributes on the right then click Publish.

With the help of the Contact page options you can provide an email, CC (additional recipients) and BCC (hidden recipients) address and an e-mail subject, and you can specify the text of the Send button and a 'Thank You message'.

You can enable Akismet spam filtering that protects comments from spam attacks. Akismet service is free for private blogs. Commercial users have to purchase the service. Please note that private blog owners should also register for this service. For more information visit the Akismet website.
Tip: if you wish to create a contact page with a custom layout, choose the Default Template and place a Contact form widget in a widget area that you can insert with a [widget_area] shortcode anywhere on your page, or simply use the [contact_form_widget] shortcode.
4.3.7 Archives page settings

An Archives page is a summary page displaying the categories and dates of posts. Categories and dates are separated according to post types.

To create an Archives page, go to Pages » Add new, select the Archives option from the template list under Page Attributes on the right then click Publish.
Archives Page Settings
List icon Set an icon for list items displayed on the page.
List icon color Set the color of list icons. The 'auto' value means that the color is determined by the skin settings of the theme (see Creating theme designs).
Excluded Post Types Set unnecessary post types on the page.
4.3.8 Authors page settings

An Authors page displays the site authors in alphabetical order with contact and biography information.

To create an Authors page, go to Pages » Add new, select the Authors option from the template list under Page Attributes on the right then click Publish.
Authors Page Settings
Layout Select whether to show authors in list or box view.
Show Avatar Set whether to show the avatar.
Show Fullname Set whether to show the full name.
Show Nickname Set whether to show the nickname.
Show Website Set whether to show the website.
Show Biography Set whether to show the biography.
Biography length Set the length of biography, in characters.
4.3.9 Boomarks page settings

A Boomarks page displays a list of available bookmarks.

To create a Boomarks page, go to Pages » Add new, select the Boomarks option from the template list under Page Attributes on the right then click Publish.
4.3.10 Sitemap page settings

A Sitemap page displays a list of all pages and category and monthly archives, separated according to post types.

To create a Sitemap page, go to Pages » Add new, select the Sitemap option from the template list under Page Attributes on the right then click Publish.
Sitemap Page Settings
List icon Set an icon for list items displayed on the page.
List icon color Set the color of list icons. The 'auto' value means that the color is determined by the skin settings of the theme (see Creating theme designs).

4.4 Special pages

These pages are automatically created by the theme, but with the following options you will have control over their contents and appearance.
4.4.1 Category and tag page settings
You can edit the properties of tag and category pages for every post type separately. You will find these options under Posts » Post Settings / News » News Settings / Portfolio » Portfolio Settings (details).
4.4.2 Date archive page settings
You can edit the properties of date archive pages for every post type separately. You will find these options under Posts » Post Settings / News » News Settings / Portfolio » Portfolio Settings (details).
4.4.3 Search page settings

Theme Options » General » Search:

General Settings
Header Select a header for the search page. The "Default" means that this value will be taken from the Header option under Theme Options » General » Header. The items (site logo, title and description, primary navigation and Header widget area) are positioned absolutely in the "Standard" header that enables you to set their positions in the theme editor.
For further details, please see the Header Customization section.
Subheader Allows selecting a subheader for the search page. Read more in the Subheaders section.
Show Page Title Here you can set if you want your page title to be displayed in the contents of the search page.
Show Breadcrumb Select whether the breadcrumb should be displayed on the search page or not. The "default" value means that this value will be taken from "Theme Options" > General > Breadcrumb.
For further details, please see the Breadcrumb section.
Sidebar Position Here you can set the position of the sidebar or remove the sidebar.
Sidebar Widget Areas Select the widget areas you want to display in the sidebar. The 'Default' value means that this value will be taken from the Sidebar Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Widget Areas Select the widget areas you want to display in the footer. The 'Default' value means that this value will be taken from the Footer Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Type Select the type of the footer. You can select whether to show the full footer (widgets and copyright), only the copyright, only the widgets, or no need footer at all. The 'Default' value means that this value will be taken from the Footer Type option on Theme Options » General » General.
Post List Settings
Posts per page Here you can specify the number of visible posts per page.
Number of posts in a row Here you can set the number of posts in a row.
Grid layout Here you can choose whether posts should be displayed in a grid or the cell height is determined by its content.
Rendering order Here you can select whether posts should be rendered left to right or top to bottom in multi-column layout.
Show Divider Set whether to add a divider between list items or not.
Post Layout Select the post layout you want to use:
  1. simple - single line with date and title.
  2. extended - more informative blocks.
Please note that if the post list type is simple, the Post Template, Content Preview, Excerpt Length and Post Thumbnail options are omitted.
Post Template Here you can select a post template for the list items. More on Post Templates.
Content Preview Here you can choose whether the whole content, the teaser or the excerpt of posts should be shown in the post list or you want none of them to show. The 'teaser or excerpt' value means that if there is a teaser to the post then it will appear otherwise the excerpt will. You can create teasers with the 'More tag'. Just specify where the teaser should end you are done (read more about the More tag).
Excerpt Length Here you can set the length of excerpts, in characters.
Excerpt Length Without Thumbnail Here you can set the excerpt length for entries that appear without thumbnail, in characters.
Thumbnail Width and Height Here you can specify the size of thumbnail images.
Thumbnail Alignment Here you can specify the alignment of thumbnail images. Float means that the thumbnail and the content will be placed side by side.
Meta Info Here you can specify what meta information should be displayed with the posts.
Show Pagination Set whether to show the pagination for multi-page results or not.
AJAX Pagination Here you can enable AJAX pagination so visitors can iterate through result pages without having to refresh the entire search page.
Pagination type Specifies the type of the pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
  • text - default WordPress pagination (a previous and next link)
  • number - numerical pagination
  • more button - a single button that allows to load more content
  • more button then scroll - initially a more button then, if the user clicks on it, works the same as "scroll"
  • scroll - automatically load more posts as the user scrolls down the list
The 'scroll' and 'more button then scroll' pagination types require Ajax pagination. Also see the "Load more above bottom" option.
Load more above bottom Specifies the vertical distance from the bottom of the post list in pixels from where more content is being loaded dynamically when the user scrolls beyond. This option has only effect if the Pagination type option is set to "scroll" or "more button then scroll".
Pagination align Sets the alignment of pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
Paging animation Here you can select an animation effect for pagination. If Ajax pagination is disabled, this option specifies the show animation, otherwise the paging animation.
If Ajax pagination is enabled and 'none' is selected, the Fade effect will be used.
Paging duration Specifies the duration of the paging animation, in milliseconds. 0 means that the duration is calculated automatically.
Custom
Custom Search Code You can set a custom HTML search code, such as Adsense for Search that overrides the default WordPress search code on your website. It affects both the search form and the search widget.
The following settings have effects only if the custom search code field is not set:
Search Field
Placeholder Text Specify the text to be displayed in the search input when it is empty. A placeholder is mostly a short hint that describes the expected value (e.g. a sample value or a short description). The placeholder disappears when the field gets focus.
In addition, it is also possible to customize the look of the placeholder text. A CSS class named "placeholder" is added to the search field when the placeholder is displayed. For example, if you want to display the placeholder in red, just insert this into the style.css file of your child theme: .placeholder {color: red !Important;}
Advanced search - Filtering
Advanced search Set whether to use an advanced or a simple search form. The advanced search form provides post type, date and category selection possibilities. This setting has effect only if the custom search field is empty.
Show Categories Set whether the advanced search form should contain category selection or not.
Show Post Types Set whether the advanced search form should contain post type selection or not.
Post Types Select which post types you want to be searchable. If no post type is selected, all post types will be searched. The 'Advanced search' option must be enabled for this option to take effect.
Show Dates Set whether the advanced search form should contain date selection or not.
4.4.4 Author page settings

Theme Options » General » Author:

General Settings
Header Select a header for author pages. The "Default" means that this value will be taken from the Header option under Theme Options » General » Header. The items (site logo, title and description, primary navigation and Header widget area) are positioned absolutely in the "Standard" header that enables you to set their positions in the theme editor.
For further details, please see the Header Customization section.
Subheader Allows selecting a subheader for author pages. Read more in the Subheaders section.
Show Page Title Here you can set if you want your page title to be displayed in the contents of author pages.
Show Breadcrumb Select whether the breadcrumb should be displayed on author pages or not. The "default" value means that this value will be taken from "Theme Options" > General > Breadcrumb.
For further details, please see the Breadcrumb section.
Sidebar Position Here you can set the position of the sidebar or remove the sidebar.
Sidebar Widget Areas Select the widget areas you want to display in the sidebar. The 'Default' value means that this value will be taken from the Sidebar Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Widget Areas Select the widget areas you want to display in the footer. The 'Default' value means that this value will be taken from the Footer Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Type Select the type of the footer. You can select whether to show the full footer (widgets and copyright), only the copyright, only the widgets, or no need footer at all. The 'Default' value means that this value will be taken from the Footer Type option on Theme Options » General » General.
Post List Settings
Posts per page Here you can specify the number of visible posts per page.
Number of posts in a row Here you can set the number of posts in a row.
Grid layout Here you can choose whether posts should be displayed in a grid or the cell height is determined by its content.
Rendering order Here you can select whether posts should be rendered left to right or top to bottom in multi-column layout.
Show Divider Set whether to add a divider between list items or not.
Post Layout Select the post layout you want to use:
  1. simple - single line with date and title.
  2. extended - more informative blocks.
Please note that if the post list type is simple, the Post Template, Content Preview, Excerpt Length and Post Thumbnail options are omitted.
Post Template Here you can select a post template for the list items. More on Post Templates.
Content Preview Here you can choose whether the whole content, the teaser or the excerpt of posts should be shown in the post list or you want none of them to show. The 'teaser or excerpt' value means that if there is a teaser to the post then it will appear otherwise the excerpt will. You can create teasers with the 'More tag'. Just specify where the teaser should end you are done (read more about the More tag).
Excerpt Length Here you can set the length of excerpts, in characters.
Excerpt Length Without Thumbnail Here you can set the excerpt length for entries that appear without thumbnail, in characters.
Thumbnail Width and Height Here you can specify the size of thumbnail images.
Thumbnail Alignment Here you can specify the alignment of thumbnail images. Float means that the thumbnail and the content will be placed side by side.
Meta Info Here you can specify what meta information should be displayed with the posts.
Show Pagination Set whether to show the pagination for multi-page results or not.
AJAX Pagination Here you can enable AJAX pagination so visitors can iterate through result pages without having to refresh the entire author page.
Pagination type Specifies the type of the pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
  • text - default WordPress pagination (a previous and next link)
  • number - numerical pagination
  • more button - a single button that allows to load more content
  • more button then scroll - initially a more button then, if the user clicks on it, works the same as "scroll"
  • scroll - automatically load more posts as the user scrolls down the list
The 'scroll' and 'more button then scroll' pagination types require Ajax pagination. Also see the "Load more above bottom" option.
Load more above bottom Specifies the vertical distance from the bottom of the post list in pixels from where more content is being loaded dynamically when the user scrolls beyond. This option has only effect if the Pagination type option is set to "scroll" or "more button then scroll".
Pagination align Sets the alignment of pagination. The 'Default' means that this value will be taken from 'Theme Options' » General.
Paging animation Here you can select an animation effect for pagination. If Ajax pagination is disabled, this option specifies the show animation, otherwise the paging animation.
If Ajax pagination is enabled and 'none' is selected, the Fade effect will be used.
Paging duration Specifies the duration of the paging animation, in milliseconds. 0 means that the duration is calculated automatically.
4.4.5 404 page settings

Theme Options » General » 404:

General Settings
Header Select a header for the 404 page. The "Default" means that this value will be taken from the Header option under Theme Options » General » Header. The items (site logo, title and description, primary navigation and Header widget area) are positioned absolutely in the "Standard" header that enables you to set their positions in the theme editor.
For further details, please see the Header Customization section.
Subheader Allows selecting a subheader for the 404 page. Read more in the Subheaders section.
Show Page Title Here you can set if you want your page title to be displayed in the contents of the 404 page.
Show Breadcrumb Select whether the breadcrumb should be displayed on the 404 page or not. The "default" value means that this value will be taken from "Theme Options" > General > Breadcrumb.
For further details, please see the Breadcrumb section.
Sidebar Position Here you can set the position of the sidebar or remove the sidebar.
Sidebar Widget Areas Select the widget areas you want to display in the sidebar. The 'Default' value means that this value will be taken from the Sidebar Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Widget Areas Select the widget areas you want to display in the footer. The 'Default' value means that this value will be taken from the Footer Widget Areas option on Theme Options » General » General. Read more in the Widget Areas section.
Footer Type Select the type of the footer. You can select whether to show the full footer (widgets and copyright), only the copyright, only the widgets, or no need footer at all. The 'Default' value means that this value will be taken from the Footer Type option on Theme Options » General » General.
Post List Settings
Posts per page Here you can specify the number of visible posts per page.
Number of posts in a row Here you can set the number of posts in a row.
Grid layout Here you can choose whether posts should be displayed in a grid or the cell height is determined by its content.
Rendering order Here you can select whether posts should be rendered left to right or top to bottom in multi-column layout.
Show Divider Set whether to add a divider between list items or not.
Post Layout Select the post layout you want to use:
  1. simple - single line with date and title.
  2. extended - more informative blocks.
Please note that if the post list type is simple, the Post Template, Content Preview, Excerpt Length and Post Thumbnail options are omitted.
Post Template Here you can select a post template for the list items. More on Post Templates.
Content Preview Here you can choose whether the whole content, the teaser or the excerpt of posts should be shown in the post list or you want none of them to show. The 'teaser or excerpt' value means that if there is a teaser to the post then it will appear otherwise the excerpt will. You can create teasers with the 'More tag'. Just specify where the teaser should end you are done (read more about the More tag).
Excerpt Length Here you can set the length of excerpts, in characters.
Excerpt Length Without Thumbnail Here you can set the excerpt length for entries that appear without thumbnail, in characters.
Thumbnail Width and Height Here you can specify the size of thumbnail images.
Thumbnail Alignment Here you can specify the alignment of thumbnail images. Float means that the thumbnail and the content will be placed side by side.
Meta Info Here you can specify what meta information should be displayed with the posts.