Helpful Links

1. Header Logo

Access your blog Layout > and click on the Edit Icon > in the Header Logo (Image) gadget.

Example:

Header Logo

2. Header Menu

Access your blog Layout > and click on the Edit Icon > in the Header Menu gadget.

2.1. Default Links and Sub Links

Default Link Example: Features
SubLink Level 1 Example: _Level 1 “Before the Title add 1 underscore
SubLink Level 2 Example: __Level 2 “Before the Title add 2 underscore

Example:

Menu Links

2.2. Menu Icons

This template uses Bootstrap Icons as the main icon source, so you can choose from thousands of awesome icons to use on your menu link.

Icon Code: <i code="HTML Code"></i>

How to get HTML Code?

Step 1 – Go to the Bootstrap Icons Gallery.

Step 2 – Search for the desired icon, then click on the icon to access the info page.

Step 3 – Copy the HTML Code available in the Code Point section as illustrated in the image below.

Bootstrap Icon

Step 4 – Edit the link text by adding the Icon Code as in the example below.

Menu Icon

2.3. Mega Menu

Shortcode: {getPosts} $label={Label Name}
Label Name: Custom Label, recent

The $label={} attribute is optional! The default value is recent.

What is Label?

Post Labels

Example:

Mega Menu

3. Header ADS

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript, Image or AdSense > in the Header ADS section.

Example:

Ad Code

3.1. Display Options

Go to your blog Theme > Customize > Advanced > Header ADS > to change the visibility on Posts and Pages.

Header ADS

4. Featured Posts

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript or Popular Posts > in the Featured Posts section.

4.1. HTML/JavaScript

Shortcode: {getPosts} $label={Label Name}
Label Name: Custom Label, recent

The $label={} attribute is optional! The default value is recent.

Example:

Featured Posts

4.2. Popular Posts

Featured by Popular

5. Featured ADS

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript, Image or AdSense > in the Featured ADS section.

Example:

Ad Code

6. Trending Posts

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript or Popular Posts > in the Trending Posts section.

6.1. HTML/JavaScript

Shortcode: {getPosts} $label={Label Name} $results={Number of Results}
Label Name: Custom Label, recent
Number of Results: The attribute $results={} is optional! Default is 5.

The $label={} attribute is optional! The default value is recent.

Example:

Trending Posts

6.2. Popular Posts

Trending by Popular

7. Trending ADS

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript, Image or AdSense > in the Trending ADS section.

Example:

Ad Code

8. Main Posts

Access your blog Layout > and click on the Edit Icon > in the Main 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:

Main Posts

8.1. 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, 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, 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:

Author Info

8.2. 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}
Custom Disqus Shortcode: $type={disqus} $shortname={Your Shortname}
Facebook Shortcode: $type={facebook}
Facebook Custom Language: $type={facebook} $lang={Language Code}
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).

Example:

Comments Settings

8.3. Embed Media in Blogger Comments

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}
Image Shortcode: {image}Custom Image URL{/image}

Example:

Embed Media

9. Table of Contents

This function is available for posts and pages and can be added easily via shortcode.

Shortcode: {getToc} $title={Table of Contents} $count={Boolean} $expanded={Boolean}
Count Option: This attribute is optional! Available values are true or false.
Expanded Option: This attribute is optional! Available values are true or false.

Example:

Table Of Contents

10. Post Content ADS

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript, Image or AdSense > in the Before Content, After Content or In-Article sections.

Example:

Ad Code

10.1. Display Options

By default, ads in sections Before Content and After Content are displayed only in “Posts”. You can display them on specific “Pages” with the help of shortcodes.

Shortcode: {showAds}

Example:

Show Ads

10.2. In-Article Ads (Between Paragraphs)

The ad in the In-Article section does not have a defined display location. You can display it multiple times in “Posts” and “Pages” with the help of shortcodes.

Shortcode: {inAds}

Example:

Ads Between Paragraphs

11. Post Cards

This function is available for posts and pages and allows you to add recommended posts, downloads, products and even custom calls to action.

Shortcode: {getCard} $type={Card Type} $title={Card Title} $info={Card Info} $button={Button Text} $icon={Icon Code}
Card Type: post, download, product, custom
Card Title: Attribute compatible with all card types, being optional for the post type.

Example:

Post Card Settings

The cards are highly flexible, being able to support specific and unique attributes or even optional attributes.

11.1. Post Type

Shortcode: {getCard} $type={post} $title={Card Title}
Card Link: For this card to work properly, a link to a post must be provided.

Card Demo:

Post Card

11.2. Download Card

Shortcode: {getCard} $type={download} $title={Card Title} $info={Card Info} $button={Button Text}
Card Link: Add any link whether internal or external.

Card Demo:

Download Card

11.3. Product Card

Shortcode: {getCard} $type={product} $title={Card Title} $info={Card Info} $button={Button Text}
Card Link: Add any link whether internal or external.

Card Demo:

Product Card

11.4. Custom Card

Shortcode: {getCard} $type={custom} $title={Card Title} $info={Card Info} $button={Button Text} $icon={Icon Code}
Card Link: Add any link whether internal or external.

Icon Code: This template uses Bootstrap Icons as the main icon source, so you can choose from thousands of awesome icons to use on your card.

Step 1 – Go to the Bootstrap Icons Gallery.

Step 2 – Search for the desired icon, then click on the icon to access the info page.

Step 3 – Copy the HTML Code available in the Code Point section as illustrated in the image below.

Bootstrap Icon

Card Demo:

Custom Card

12. Post Split (Content Pagination)

Divide the post content into multiple parts making it interactive and improving the user experience. Combine with ad duplicator to create viral posts and increase ad earnings.

Shortcode: {nextPage}

Example:

Post Split

How to Translate the Pagination?

Being a custom resource, pagination does not have automatic translation. You can translate it by editing the JSON Variables file following the instructions in topic 27.2 of this documentation.

13. SafeLink Generator

This online tool allows the creation of safelinks with modern and exclusive cryptography fully compatible with the Download Page and Safe Page functionalities.

Step 1 – Go to the SafeLink Generator.

Safelink Generator

Step 2 – Add the Custom Link you want to encrypt in the first field.

Step 3 – Add your Download Page or Safe Page link in the second field.

Step 4 – Click the Generate button.

Step 5 – Done! Click the Copy Link button to get the Generated Safelink.

Generated Safelink

14. Download Page

Create unlimited download pages compatible with SafeLinks. This functionality is compatible with posts and pages and is also fully customizable.

14.1. Get Link Button

This function will unlock the download button available on the page after the timeout. Follow the instructions below to create the get link button.

Shortcode: {getLink} $seconds={15} $before={Generate Link} $after={Go to Link} $message={Please wait...}

Shortcode Options: All attributes are optional! Just use {getLink} to get the default text and timeout.

Example:

14.2. Download Button

This function will decrypt the safelink and redirect the user to the destination after the click. Follow the instructions below to create the download button.

Shortcode: {getDownload} $button={Button Text}
Button Text: This attribute are optional! The default value is Download.

Example:

15. Safe Page

Create a safe page compatible with SafeLinks. The safe page is similar to the download page, but does not require the use of a timeout.

This functionality will decrypt the safelink and redirect the user to the destination after clicking the continue button. Follow the instructions below to create the continue button.

Shortcode: {getContinue} $button={Button Text}
Button Text: This attribute are optional! The default value is Continue.

Example:

16. Related Posts

Access your blog Layout > and click on the Edit Icon > in the Related Posts gadget.

Shortcode: $label={Label Name} $results={Number of Results}
Label Name: related, recent, Custom Label

The $label={} attribute is optional! The default value is related.

Example:

Related Posts

17. Post Footer ADS

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript, Image or AdSense > in the Post Footer ADS section.

Example:

Ad Code

18. Social Counter (Sidebar)

Access your blog Layout > and click on the Add a Gadget > Link List > in the Sidebar section.

Supported Icons: google, blogger, apple, amazon, microsoft, facebook, facebook-f, twitter, twitter-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, external-link

Shortcode: {getSocial}
Link Structure: https://twitter.com/username # 25.7k

Example:

Sidebar Counter

19. Post Gadgets (Sidebar)

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript > in the Sidebar section.

Shortcode: {getPosts} $label={Label Name} $results={Number of Results}
Number of Results: The attribute $results={} is optional! Default is 4.
Label Name: Custom Label, recent

The $label={} attribute is optional! The default value is recent.

Example:

Posts Gadget

20. Sidebar Ads

With this feature you will be able to display custom ads in the sidebar without the gadget style.

Shortcode: {ads}

Example:

Ads Gadget

21. Mailchimp Subscribe Form

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript > in the Sidebar section.

Shortcode: {getMailchimp} $title={Gadget Title} $text={Gadget Text}

Gadget Attributes: The $title={} and $text={} attributes are optional.

Example:

Mailchimp

21.1. How to Get The Mailchimp Subscribe Form URL?

You can get the link easily by following the steps below.

A – Create a free account on Mailchimp – Create Now 

B – After creating your account go to Audience > Signup forms > Form builder.

Mailchimp Form Builder

C – Create and customize your form according to your needs.

Custom Mailchimp Form

D – Copy and access the Signup form URL.

Mailchimp Signup form URL

E – After the page loads, Copy the final Subscribe Form URL into your browser’s address bar.

Mailchimp Subscribe Form URL

22. Footer ADS

Access your blog Layout > and click on the Add a Gadget > HTML/JavaScript, Image or AdSense > in the Footer ADS section.

Example:

Ad Code

22.1. Display Options

Go to your blog Theme > Customize > Advanced > Footer ADS > to change the visibility on Posts and Pages.

Footer Ads

23. About Section

Access your blog Layout > and click on the Edit Icon > in the About Section gadgets.

23.1. About Us

About Us

23.2. Social Icons

Supported Icons: google, blogger, apple, amazon, microsoft, facebook, facebook-f, twitter, twitter-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, external-link

Shortcode: {getSocial}

Example:

Social Icons

24. Footer Copyright

Access your blog Layout > and click on the Edit Icon > in the Footer Copyright gadget.

Example:

Footer Credits

25. Footer Menu

Access your blog Layout > and click on the Edit Icon > in the Footer Menu gadget.

Example:

Footer Menu

26. Cookie Consent

Access your blog Layout > and click on the Edit Icon > in the Cookie Consent gadget.

Example:

Cookie Consent

27. Theme Options

This template allows you to customize some options directly in the layout.

27.1. Deafult Thumbnail

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

Example:

Default Thumbnail

27.2. JSON Variables

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

{
    translate: {
        pageOf: "Page {page} of {pages}",
        prevMsg: "Previous",
        nextMsg: "Next"
    }
}

pageOf: default is Page {page} of {pages}
prevMsg: default is Previous
nextMsg: default is Next

Example:

JSON Variables

28. Feed Settings

Access your blog Settings > and go to Site Feed > Allow Blog Feed.

This template has a native feed system that does not require the default Blogger system. Therefore, for better performance and security, it is recommended to change to Short mode.

Example:

Feed Settings

29. Shortcut Keys

This exclusive feature allows the user to use shortcut keys to perform small activities on your site.

29.1. Ajax Search

Show Search Modal: Ctrl + K
Hide Search Modal: Esc

29.2. Share Modal (Post Page)

Show Share Modal: Ctrl + S
Hide Share Modal: Esc

29.3. Post Navigation (Post Page)

Previous Post: Ctrl + Arrow Left
Next Post: Ctrl + Arrow Right

30. How to Customize SeoFlex Template?

Access your blog Theme > and click on the Customize button > and explore Background and Advanced options.

Fully Customizable: Layout Options, Fonts, Background, Colors, Display Options and more.

Customize Options