Technical Corner – WordPress Blog shortcuts

Technical Tips - Wordpress shortcuts

Technical Shortcuts

If, like me, you write a lot of WordPress blogs, it’s worth having some technical shortcuts to hand.

Here are 3 which I use most frequently:

1. The Shoutout Quote

The Shoutout Quote is a great way of breaking up the flow of text on your blog and drawing attention to a key point. You can format the size & colour of the text as required – this is using my Nobleword ‘red’ in an H4 font size.

 This is what a standout quote looks like Name - Company

HTML code: su_quote cite=”Name – Company”  insert quote  /su_quote

2. The Summary Box

The Summary Box is very useful for Case Studies, as you can keep blocks of information separate and highlight key components.

Company X

Service: XYZ

Date : Oct-15

HTML code: su_column size="1/3" last="0" /su_column  su_column size="2/3" last="1"  su_box title="Company X" box_color="#9f0d1f" radius="0" Service: XYZ Date : Oct-15 /su_box

 

3. The 2-column Table

The 2-column Table is great for setting out Advantages & Disadvantages. If you want to be really fancy, you can nest this 2-column table within a Summary Box, but I think that's probably enough for now!

Column 1 content
Column 2 content
HTML code: <div style="width: 40%; padding: 0 10px 0 0; float: left;">Column 1 content</div>
<div style="width: 40%; padding: 0 10px 0 0; float: right;">Column 2 content</div>
<div style="clear: both;"></div>
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.