Markdown

Markdown is a markup language with plain text formatting syntax. Markdown – Wikipedia, the free encyclopedia.

It allows you to markup text without using the buttons in the WordPress Editor.

Markdown Syntax Documentation

Screen Shot 2015-04-24 at 14.59.19
This is what I typed for the above.

Although markdown is popular amount tech bloggers we do not expect many folk to use markdown. It might be a way to introduce coding to pupils.

 

Infinite Scroll

This jetpack feature loads more posts when you get to the bottom of a page of post.

To se it on action just go to infinite scroll  and scroll down the page. More posts will load until you get to the very first post.

To use the Feature:
Activate the Jetpack Plugin
Activate the Infinite Scroll module in the Dashboard->Jetpack section

Instead of having to click a link to get to the next set of posts, infinite scrolling pulls the next posts automatically into view when the reader approaches the bottom of the page.

The Infinite Scroll module will not work if you also active the Jetpack CSS module.

NOTE: Most themes nowadays have Infinite Scroll support built in already! To check to see if your theme supports Infinite Scroll, simply activate the Infinite Scroll module under Jetpack -> Settings and check that “Scroll Infinitely” is checked under Settings -> Reading.

from: Infinite Scroll — Jetpack for WordPress

Extra Sidebar Widgets – Twitter Timeline

Update 2023: Due to updated to Twitter’s API you can no longer use the twitter widget to embed your timeline. This is due to changed made by Twitter (now X)

You can see the results of leaving a timeline widget  on the left side of this page.

You can still embed an individual tweet.

  1. Turn on Jetpack Plugin: Dashboard->Plugins
  2. Activate the Extra Sidebar Widgets: Dashboards-> Jetpack->Settings
  3. In the Widget Area of your Dashboard add the twitter timeline widget.
  4. Add your twitter username to the widget and that is it.

Twitter Widget Settings

On this post we use the Widget Visibility jetpack feature only to show the twitter timerline widget for @glowscot’s tweets. You will only see it on this post in single post view.

 

Extra Sidebar Widgets – Image

This widget allows you to easily add images to your sidebar.

You can see one on the sidebar of this post.

On this post we use the Widget Visibility jetpack feature only to show this on posts categorised ‘image’. You will only see it on this post in single post view.

Here is a screenshot of the widget editor. You need to know the url of an image to use or to upload one to your media libaray.

Image Widget
Image Widget

 

Extra Sidebar Widgets – RSS Links

This widget adds RSS links for your posts and or comments.

This will allow visitors to subscribe to updated for you blog in an RSS Reader or to your podcast in a podcatcher, iTunes for example.

You can see a working example on the sidebar of this blog and a screenshot below.

 

RSS Links Screenshot

You can customise the appearance of the links in the Widget section of your dashboard:

Edit RSS Widget

Extra Sidebar Widgets – Facebook Page

Display a Facebook Page Box to connect visitors to your Facebook Page.

On this post we use the Widget Visibility jetpack feature only to show this on posts categorised ‘Contact Info’. You will only see it on this post in single post view.

This widget is currently not working 13 May 2023

Custom CSS

Custom CSS might be a bit tricky, it adds a sub menu to the Appearance menu in the Dashboard sidebar.

There you can add custom styles which will change the appearance of your blog.

The Infinite Scroll module will not work if you also active the Jetpack CSS module.

To use the CSS module:

Activate the Jetpack Plugin (Dashboard-> Plugins)
Activate the CSS module in the Dashboard->Jetpack section

Edit the CSS in Dashboard-> Appearance -> Edit CSS

For example on this blog I’ve changed the colour of the Headers with:
.entry-title{color:#0080FF}

So all of the post titles should be blue unless you are on mobile.

You can find out more about CSS:
CSS | MDN

It might be a good idea to remember that the theme developers know a lot about design and CSS before changing things too much.

Here is a wee snippet to get rid of auto hyphens in the TwentyFourteen theme:

.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget
 {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}

If you add that to the custom css there will be  no automatically hyphenating your text.

 

and this code makes the menu on this blog transparent:

.menu-item-type-custom,.menu-item-object-category {
background: #000;
opacity: .7;
}

menu-item-type-custom,.menu-item-object-category a {
opacity: 1;
font-weight: bold;
}

menu-item-type-custom,.menu-item-object-category a:hover {
color: yellow;
opacity: 1;
font-weight: bold;
}

This snippet will change the menu and post titles from ALL caps to title case on TwentyFourteen.


 .site-navigation, .entry-title, .entry-header a {
text-transform: capitalize;
}

.site-navigation a {
text-transform: capitalize;
}

Contact Form

To add a contact form you need to have activated the Contact Form module in Jetpack, then just click on the Add Contact Form Button, remember to set an email to receive the information.

You can get all sorts of information through the form, not just Contact.

Edit_Post_‹_Jetpack_—_WordPressAn example form, the form is set to email me. The feedback is also collated in Dashboard-> Feedback and you can download it as a CSV file from there.

 

Carousel

Turing on the Carousel makes galleries into slide shows, click on an image.

To use:

  1. Activate the Jetpack plugin
  2. Turn on the Carousel Module in the Jetpack settings.
  3. In a post, Create a Gallery, visitors clicking on images will see them as a slideshow.

Or you can choose slideshow when creating a gallery:

This slideshow requires JavaScript.

 
Screen Shot 2016-08-22 at 19.29.04

Report a Glow concern
Cookie policy  Privacy policy

Glow Blogs uses cookies to enhance your experience on our service. By using this service or closing this message you consent to our use of those cookies. Please read our Cookie Policy.