Typography is a fundamental part of a template, providing you with the tools to characterise your content and bring it to life. There is a vast array of typography available with this template, as is with our previous releases, from list styles, notice blocks and a diverse number of other elements.
There are 2 methods in which to implement the typography into your WordPress content:-
Shortcodes are the ideal solution for those with limited coding skills or those who implement our templates for their clients. It is free from the WYSIWYG editors horrific filtering habits and can be easily pre-configured for your personal needs or the needs of your client.
The shortcodes Typography button is created by using the following syntax with shortcodes:-
[readon url="http://yourlink-here"]Shortcodes Typography[/readon]
However, if we were to use HTML, the following code would be required:-
<p class="rt-readon-surround">
<a class="readon" href="http://yourlink-here">
<span>Read more...</span>
</a> </p>
As you can see, the Shortcodes version is a lot easier to use.