You probably want to edit the header.php of your theme and use the WordPress function do_shortcode
$myShortCode = "[your_short_code]";
do_shortcode($myShortCode);
This will output the content generated by your shortcode wherever you want.
Related Posts:
- login wp impossible
- wp-admin/index.php gives a “500 Internal Server Error [closed]
- Apache /Ubuntu server not running WordPress installation, outputting PHP code like HTML
- PHP Warning: chmod(): Operation not permitted in class-wp-filesystem-direct.php on line 173
- Call to undefined function mysql_connect() After upgrading PHP 7.1 to 7.3
- How to edit content in WordPress and the Polylang – plugin? – with demosite
- Strange special character/Latin characters
- Chrome net::ERR_INCOMPLETE_CHUNKED_ENCODING error
- What is Options +FollowSymLinks?
- PHP and mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
- cURL 28 error after switch from to brew php 7.2 on localhost
- How to run multiple Async HTTP requests in WordPress?
- WP CLI info showing correct PHP binary but wrong version of PHP
- Does the debug.log do log rotation?
- apache cpu over 70% on localhost
- Is it possible to move wordpress out of webroot?
- Memory errors with media upload, WordPress can’t use more than 96M (while there’s 512 available!)
- Evaluations of two wordpress security plans against php code injection attack
- WordPress (3.9.1) MultiSite Permissions. Is chown the answer?
- Vagrantpress + composer
- Is XAMPP faster than running LAMP in WSL on Windows 10? [closed]
- Apache Fallback instead of add_rewrite_rule
- WordPress: get recent posts, delete the current category
- WordPress admin dashboard missing icons
- WordPress returning 404 for multisite pages
- Image rotation and editing stopped working in WordPress after upgrading Ubuntu from 16.04 to 18.04
- how to combine wordpress htaccess on my root domain + php on subfolder
- How to disable server signature on wordpress? [closed]
- Posting and image insertion problems after EasyApache4 and PHP 7 upgrade
- Accessing an image folder inside public web directory
- How does WP work in conjunction with a web server?
- Does WordPress create a new Linux user when creating a new WordPress blog?
- Permalinks are not working in WordPress in digitalocean
- Apache HTTP Server stops working for only a certain local website
- PHP Parse error on WP-CLI, not on web server
- Unexpected token ILLEGAL, even on clean install – jquery-issue?
- Infinite Loop in WordPress Installation
- Problem with data collection in tables
- Upgrade to PHP7.3 and Changing Apache from Prefork to Event Breaks WordPress
- Windows Setup: Error establishing a database connection
- Huge time to first byte on live site
- WAMP SERVER Command Prompt SET PATH=%PATH%
- How come there is no error if I upgrade WordPress core after locking .htaccess permissions to 644?
- 403 Forbidden Localhost Wamp Apache Php
- How do I prevent a folder from reappearing in my home directory?
- Rewrite /keyword1+keyword2.html to search page | .htaccess
- Not logged in when using http
- Admin-area broken through weird issues
- magic-quotes – breaks admin totally
- Blog only showing code
- WordPress Memory limit not increasing
- Having an HTTP error 500 after migrating a website
- session_start(): Cannot find save handler ‘mm’ – session startup failed in /sites
- How to avoid timeout waiting for output from CGI script?
- How can I prevent wordpress from sending emails
- kali php problem [closed]
- Restricting access to a file for everyone except logged in users
- NGINX rewrite rules for WordPress Subdirectory Multisite to support deep URL
- 404 Error after URL update
- How to add global CSS to all webpages without installing any plugin?
- Is it possible to display conditional HTML based on page name in wordpress?
- Global variables and re-use
- Cannot get custom javascript to execute on page
- How to declare a variable at the bottom of the page and use its value at the top?
- How do I modify the with wp_nav_menu()
- How to add custom checkout field in user details mail template
- The search engine of my website finds only posts and not pages, how can I solve this problem?
- MySQL update text field with ‘
- Pull GET parameter from URL in functions.php
- Shortcode working in page.php but not in category.php in wordpress
- Fatal error: Uncaught Error: Call to undefined function wp_nav_menu()
- How to NOT override inline css rules
- WP_Query based on another query on the page
- Open all external links in new window – need help with the code
- What’s the best way to format ACF number fields for display on the front end?
- Create an unique ID number after submit form
- wp_head makes my custom page template not work in Customizer?
- static array on functions.php
- Adding Gravity Form With if(is_page) Is Not Working
- Cross origin ajax request always returns 0 when calling get_current_user_id();
- WooCommerce Custom Pagination
- ACF: Echo page title when checkbox is checked
- How to print array of specific item
- How can I re-use PHP code across different pages?
- Add Condition if WPBakery Page Builder Used on Page or Not
- js code not stored in database currectly
- Hide the content before the more tag in the “single page”
- Fetching wpdb data from a php file seems to break?
- Troubleshooting “loopback requests that take too long”
- echo php values in table – strange behaviour, not all values are shown
- category & sub category order issues in wordpress
- Data inserted in database, but ajax calls error function
- AJAX & PHP | Call a specific PHP function from a PHP file via AJAX?
- Adding a Sub Menu Options Page WP Backend Menu. Whats wrong with my code?
- Changing posts date
- Redirect users not logged in to the standard login page (and back) from some posts and pages
- Why does a meta_query break this WP_Query?
- If I define a variable in header.php, how do I make it available to templates?
- Conditional in foreach loop is outputting content twice
- Issues separating my Plugin pages into different files