How to make Short Code for Post on WordPress

Hey! in this post i share my experience to make short code for post, If you want to add button, section or else using shot code. So follow simple steps.

How to Do

>> Open cPanel and paste/change given code on functions.php .

<?php
function lyricsCopy_Print_button(){
return '<button id="copyLyrics" class="lyricsprintbtn">Copy <i id="copyMessage" style="display: none;">☑</i></button><button id="spldivPrint" class="lyricsprintbtn">Print</button>';
}
add_shortcode('thekroyaard_lllcccppp', 'lyricsCopy_Print_button');
?>

Hope this code helpful for you, Have another help so contact us. Thank for visiting.