> For the complete documentation index, see [llms.txt](https://manual.soldpress.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.soldpress.com/settings_and_options/appearance_page/general_display_options_tab/display_settings_section.md).

# Display Settings Section

![](/files/-MOsJ5gEF6KR2f3h5fY_)

| Option                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Theme                  | This options allows you specify theme integration with your theme. BootStrap - The default property listing and details theme is creating using twitter bootstrap v2. SOLDPress Bootstrap - This is modified version of Twitter Bootstrap that allows the bootstrap elements to only apply property listing and details element. This setting should be used if your theme has a conflict with bootstrap Custom - This setting is used customized SOLDPress instance that to load their own stylesheet. <http://getbootstrap.com/2.3.2/> |
| Enable Responsive      | This option enables bootstrap responsive behaviour                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Enable Fluid           | This option adds bootstrap fluid grid system. The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices. <http://getbootstrap.com/2.3.2/scaffolding.html#fluidGridSystem>                                                                                                                                                                                                            |
| Disable Header         | This option disables or enables the wp\_head() function from the template page.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Disable Footer         | This option disables or enables the wp\_footer() function from the template page.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Default Image          | This option allow you to change the default image for no listings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Listing Page Template  | This option allow you change the theme page template for a single property.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Listings Page Template | This option allow you change the theme page template for a archive property.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.soldpress.com/settings_and_options/appearance_page/general_display_options_tab/display_settings_section.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
