This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Example frontend markup for Blox --> | |
<div id="blox_global_1234" class="blox-container blox-content-[content_type] blox-theme-[set_theme] blox-scope-[global_local] [custom_classes]"> | |
<div class="blox-wrap [wrap]"> | |
<!-- Additional markup is added here depending on the content_type that is selected --> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Example frontend markup for a Local static image block | |
*/ | |
<div id="blox_1572" class="blox-container blox-content-image blox-theme-default blox-scope-local"> | |
<div class="blox-wrap"> | |
<div class="blox-image-container custom"> | |
<div class="blox-image-wrap"> | |
<a href="http://www.example.com" target="_blank" title="The Link Title"> | |
<img src="https://www.bloxwp.com/wp-content/uploads/2015/10/sample_image.jpg" > | |
</a> |
NewerOlder