Settings

Advanced

These settings give you more options to optimize and modify your blog.

Settings > Advanced

Article page modifications

End of article items

In this field, you can paste any text, code, or third-party code you wish to appear at the end of every post page.

Article date on the Homepage

You can turn on/off the date that appears below your posts on the homepage.

Article date on the Post page

You can turn on/off the date on your post page.

Article image quality

By default, the images you upload on your posts go through a resizing mechanism that shrinks them to 1000 pixels wide.

This is done for three reasons:

  • Allow you to upload images with large widths without having to resize them
  • Save space in our servers by optimizing images
  • Make your blog load faster

However, the resizing process does take away the sharpness of your images. This results in a lower quality, which is not noticeable to most of your readers. Nonetheless, it is present.

Turning the "Article image quality" to "On", blogstatic will upload your original image without putting it through the resizing process. Resulting in your intended quality.

Important
Once this option is turned to "On", you can upload images up to 1500px in width because blogstatic will not resize them. Having photos bigger than that will slow down your website in slower internet connections.

Header items

Header link

By default, your header link points to your blog's homepage. You can change this by entering any internal or external link.

Theme fonts

You can disable your theme's font and include your fonts or none.

Follow these instructions on how to override your theme's default fonts.

Header injections

Insert any code that you would appear in between your tags.

Header content area

Insert any code you want to appear at the top of every page after the closing tag.

Top menu

Some themes come without a top menu. You can use this area to create a top menu with links that link to internal or external links and decide if you want these links to open up in a new tab.

Footer items

Footer links

You can use this area to create a footer menu with links that link to internal or external links and decide if you want these links to open up in a new tab.

Footer code injections

Insert any code you want to appear at the footer of every page in your blog.

Custom code

CSS

Include your own CSS code in this area.

Robots

Update your robots.txt in this area. 

The simplest form of robots.txt is:

User-agent: *
Sitemap: https://your-domain.com/sitemap
Disallow:

To learn more about robots.txt, visit this Google link.