# Latest Posts

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

Homepage Headline: Display a custom title by changing the text in the **Post page link text** field. To hide the title add `{hide}`.

**Example:**

<figure><img src="/files/TeKqCfvb66m8AVjQBuDc" alt="Main posts" width="375"><figcaption></figcaption></figure>

### Show Author Profile (Author Box)

The Author Box receives the blogger profile informations automatically, As long as your profile is marked as public. Icons are displayed if there are html links in the introduction field.

Supported Icons: `google`, `blogger`, `apple`, `amazon`, `microsoft`, `facebook`, `facebook-f`, `twitter`, `twitter-x`, `x`, `rss`, `youtube`, `skype`, `stumbleupon`, `tumblr`, `vk`, `stack-overflow`, `github`, `linkedin`, `dribbble`, `soundcloud`, `behance`, `digg`, `instagram`, `pinterest`, `pinterest-p`, `twitch`, `steam`, `delicious`, `codepen`, `flipboard`, `reddit`, `whatsapp`, `telegram`, `messenger`, `snapchat`, `discord`, `quora`, `tiktok`, `email`, `share`, `threads`, `mastodon`, `external-link`

Blogger Settings: Go to <https://www.blogger.com/edit-profile.g> Find for **Additional Information** > **Introduction** > and add your description with HTML links.

HTML Link: `<a href="Your Link Here">Icon Name</a>`

HTML Link Example: `<a href="https://facebook.com/probloggertemplates">facebook</a>`

**Example:**

<figure><img src="/files/bM2InF4hvzHP4xEP2RgL" alt="Author description" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: The **“Introduction”** text is required for the author box to be displayed! But the links are not required.&#x20;
{% endhint %}

### Comments Settings

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

Blogger Shortcode: `$type={blogger}`&#x20;

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`

Extra Languages: To use other languages you should check if it is supported by facebook. ([Facebook Languages](https://developers.facebook.com/docs/internationalization)).

**Example:**

<figure><img src="/files/IRyGLHSTJLaV4dkURou1" alt="Comments" width="375"><figcaption></figcaption></figure>

### Embed Media in Blogger Comments&#x20;

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

Video Shortcode: `{video}YouTube Video URL{/video}`&#x20;

Image Shortcode: `{image}Custom Image URL{/image}`

**Example:**

<figure><img src="/files/ukhygZc4VUAaDtuc2klS" alt="Embed media" width="375"><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/spotlight/getting-started/latest-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.
