Showing posts from March, 2025

Breadcrumbs

Here is a breadcrumbs dealy bob that sits under the bar for results of archive, search, or label or over the post or page.It is written as an includable, called as follows:in <b:widget id='Blog1' inside and at beginning of <b:includable id='main'>, right before <b:include name='noContentPla…

Colorful Share Links

These are for the links in the Share Button's list.

The Pagination

Following some help from the Not generating previous next links in Blogger thread at the Blogger Help Blogger Community forum, I have modified what I have in my theme to be as follows:

Built-In Syntax Highlighting

I found this at Moonshots Beyond the Cloud, at his article, How to Add Code Syntax Highlighting to Blogger . I found that HTML tags need to be added in compose view before switching to HTML view to add the <pre> and <code> tags around any code to be formatted.

Comments Link on Main Page

This is for links to comments on the home page. The link shows only if there are one or more comments.

Sidebar Blog List Smaller

Making the Blog List Widget to appear like the Archive and Labels in the side menu:

Formatting Date

I wanted to have different formatting for the date and time, so I added something for it.In edit HTML, up near the <body> tag, just after the class conditions, I put:

Modified Date

<p id="demo"></p>
<script> let text = document.lastModified; document.getElementById("demo").innerHTML = text; </script>