How to add audio

To add audio player to your page:
1. Click on “Upload/Insert” icon just abow the editor. Add media popup will appear.
2. Upload your audio and click “Insert into post”

This is how it looks


Player with title

Only player, without title


Sample Code

[thaudio href='http://simplicitywp.olegnax.com/wp-content/.../Fight-For-Freedoms-SB-320kbit.mp3']Fight For Freedoms (SB) 320kbit[/thaudio]
<hr>
[one_half] <h4>Player with title</h4>
[thaudio href='http://simplicitywp.olegnax.com/wp-content/.../Fight-For-Freedoms-SB-320kbit.mp3']Fight For Freedoms (SB) 320kbit[/thaudio] [/one_half] 
[one_half last=last] <h4>Only player, without title</h4>
[thaudio href='http://simplicitywp.olegnax.com/wp-content/.../Fight-For-Freedoms-SB-320kbit.mp3' hide_title='true']Fight For Freedoms (SB) 320kbit[/thaudio] [/one_half] [clear]

Remove song title

You can add following code to shortcode to hide title & time below the timeline:

hide_title='true'