Label | Value | Description |
---|---|---|
{{g.label}} | {{g.desc}} |
Label | Value | Description |
---|---|---|
{{g.label}} | {{g.desc}} |
Copy this to a blank html-file.
- Upload the folder named html5GlobeFiles (found under "WPupload") to the root of your site. (yoursite.xyz/htmlGlobeFiles)
- Paste the content of the textarea below, into your wordpress page - make sure you are in text / htmlmode.
- You may need to add this to your functions.php (to prevent wordpress from changing your content on save)
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );