How to add a shortcode in WordPress PHP template file?
Viewing 1 post (of 1 total)
- AuthorPosts
- October 18, 2020 at 7:45 PM #4075
arthur_cz
Participant@arthur_czSometimes you might have to add a shortcode in WordPress PHP template file to accomplish certain functions.
Adding a shortcode directly to a WordPress template file will not work. We need to add the shortcode inside opening and closing PHP tags and invoke it with a special function as follows.
<?php echo do_shortcode('[name_of_shortcode]'); ?>
Now you can insert the shortcode inside a WordPress template file. - AuthorPosts
Viewing 1 post (of 1 total)
Advertisement
RECENT TIPS
- How to send email as an alias in Gmail?
- How to stop Google from tracking your location?
- Command to check the Ubuntu version
- How to add a percentage in Excel?
- How to convert currencies in Google Sheets?
- How to voice type on Google Docs?
- What is Django framework?
- How to turn Google Assistant off?
- How to check the Python version?
- How to create a virtual environment in Python?
- How to change the directory in the Command Prompt?
- How to add a shortcode in WordPress PHP template file?
- Useful websites to research stocks
- How to check Linux uptime?
- How to check Linux last reboot time?