# Main Posts

Access your blog **Layout** > and click on the **Edit Icon** > in the **Main Posts/Blog Posts** gadget.

**Example:**

<figure><img src="/files/OpmxGi5fFE1vnM4PFaoT" alt="Main posts" width="527"><figcaption></figcaption></figure>

### Grid Style&#x20;

To change the style of the main posts to grid, go to **Theme** > **Customize** > **Advanced** > **Main Posts** > **Grid Style** > and change the value to `1`.

<figure><img src="/files/THIelENLodoCjXrNHYKn" alt="Grid style" width="404"><figcaption></figcaption></figure>

### Comments Settings

The comment settings are intuitive like never seen before. The shortcodes should be added in > **Layout** > **Blog Posts** > **Comment Format**.

Blogger Shortcode: `$type={blogger}`

Disqus Shortcode: `$type={disqus}`&#x20;

Custom Disqus Shortcode: `$type={disqus} $shortname={Your Shortname}`&#x20;

Facebook Shortcode: `$type={facebook}`&#x20;

Facebook Custom Language: `$type={facebook} $lang={Language Code}`&#x20;

Facebook Language Codes: `en_US`, `es_ES`, `ar_AR`, `id_ID`, `th_TH`, `vi_VN`, `pt_BR`, `fr_FR`, `ru_RU`, `de_DE`, `it_IT`

{% hint style="info" %}
INFO: To use other languages you should check if it is supported by facebook. ([Facebook Languages](https://developers.facebook.com/docs/internationalization)).
{% endhint %}

**Example:**

<figure><img src="/files/wMvZWGa38deVB0J5qCru" alt="Comments" width="495"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.probloggertemplates.com/guides/magspot/getting-started/main-posts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
