Разное
Разное

Shortcodes

Severn comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts.


Below is a list of available shortcodes. Severn includes a post editor menu which allows easy access to shortcodes and their options. Further information on shortcodes and their usage can be found in the provided documentation.

Progress Bars

75%
40%
55%
20%

Image (Wide)

apple-connector-iphone-4150-1680x1113-1

Blockquote

«I don’t believe you have to be better than everybody else. I believe you have to be better than you ever thought you could be.»

— Ken Venturi

Image Gallery

parking-multi-storey-car-parkroad-mountains-street-cliffbricks-fire-escape-fire-ladder-housephoto-1422207134147-65fb81f59e38photo-1428366890462-dd4baecf492bphoto-1428953773181-b4cf23cd7195

Tabs

Header One
Header Two
Header Three
Ivy comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.
Tab Content for Header 2
Tab Content for Header 3

Toggle Boxes

Toggle Box Outline Closed
Severn comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.
Toggle Box Solid Closed
Severn comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.
Toggle Box Solid Open
Severn comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.

Buttons

Button Button Button Button Button

Button Button Button Button Button

Button Button Button Button Button

Alert Boxes

This is an alert example
This is an alert example
This is an alert example
This is an alert example
This is an alert example

Code Syntax Highlighter

var http = require('http');
http.createServer(function (req, res) {
    res.writeHead(200, {'Content-Type': 'text/plain'});
    res.end('Hello Worldn');
}).listen(1337, '127.0.0.1');
console.log('Server running at http://127.0.0.1:1337/');
#!/usr/bin/python
# -*- coding: utf-8 -*-
import glob

# glob supports Unix style pathname extensions

python_files = glob.glob('*.py')
for file_name in sorted(python_files):
    print ' ------' + file_name

with open(file_name) as f:
    for line in f:
        print ' ' + line.rstrip()

Columns

Left Side

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Right Side

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Pull Quote

I don’t believe you have to be better than everybody else. I believe you have to be better than you ever thought you could be.— Ken VenturiQuisque fringilla justo tristique mi fermentum accumsan. Integer feugiat, sem sit amet sodales cursus, enim lectus tempus tellus, nec facilisis tortor enim vel nunc. Donec facilisis arcu ac suscipit sagittis. Aliquam sollicitudin tortor et viverra commodo. Donec venenatis dignissim lacus quis dictum. Aliquam iaculis quam nec tortor volutpat, nec tempus diam efficitur. Phasellus vel orci placerat, ultricies nunc eu, tempus felis. Ut sit amet convallis velit. Mauris placerat neque at velit vehicula, iaculis semper purus blandit. Vestibulum vel tempus felis.

Annotated Content

quote_bg

Annotation Header

Annotation description text.

Youtube Video

Vimeo Video


View Comments
There are currently no comments.