The first step is to paste the following code into your functions.php file: function pdflink($attr, $content) { return ‘ ‘.$content.’ ‘; } add_shortcode(‘pdf’, ‘pdflink’); Once you saved the file, you’ll be able to use the shortcode on your posts and page.
Discussion
Go to our Support Forum to discuss this post and share your ideas.