TechSpot
  • Welcome
  • Changelog
  • Getting Started
    • Header Logo
    • Header Menu
    • Header Bar
    • Top ADS
    • Trending Posts
    • Home ADS
    • Main Posts
    • Table of Contents
    • In-Article ADS
    • Author Box
    • Related Posts
    • Post ADS 3
    • Social Counter
    • Post Gadgets
    • Sidebar Ads
    • Mailchimp
    • Footer ADS
    • About Section
    • Footer Copyright
    • Footer Menu
    • Cookie Consent
    • Site Feed
    • Theme Options
    • Customization
Powered by GitBook
On this page
  • Deafult Thumbnail
  • JSON Variables
  1. Getting Started

Theme Options

PreviousSite FeedNextCustomization

Last updated 5 months ago

Deafult Thumbnail

Access your blog Layout > and click on the Edit Icon > in the Theme Options > Default Thumbnail gadget.

Example:

INFO: This image will be displayed for posts that don’t have an image or youtube video.

JSON Variables

Access your blog Layout > and click on the Edit Icon > in the Theme Options > JSON Variables gadget.

{
    viewAllText: "View all",
    dateFormat: "{m} {d}, {y}",
    monthNames: {
        jan: "January",
        feb: "February",
        mar: "March",
        apr: "April",
        may: "May",
        jun: "June",
        jul: "July",
        aug: "August",
        sep: "September",
        oct: "October",
        nov: "November",
        dec: "December"
    }
}

viewAllText: default is View all

dateFormat: default is {m} {d}, {y}

monthNames: default is January, February, March, April, May, June, July, August, September, October, November, December

Example:

INFO: This functionality is only valid for {getPosts} Gadgets and Related Posts. Other formats are changed in the blog settings.

JSON Variables
Defaullt thumbnail