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
- How to check if feed URL was requested?
- How to return a string that has a variable inside in a shortcode?
- Cleanest/Fastest way to avoid calling and retrieving data from the database multiple times?
- Saving metabox repeatable fields
- Targeting single page with JS
- Remove General Tab and Plugin Tab in Settings in Woocommerce
- WooCommerce – Display variation custom field value [closed]
- Featured image fallback link to permalink
- Facebook “like” open graph meta in header.php
- Automatically add custom CSS to new posts using a category template
- PHP errors in class-wp-query
- Store a default value for a transient on plugin activation
- Change “add to cart” button color based on Woocommerce product category [closed]
- Display most popular posts of category
- Warning message (re. php) on the blog page
- Get html data with javascript to php array and store to wordpress database
- Apply class to every third list item? [duplicate]
- How to include custom code on a page that’s set to act as homepage?
- How to upload WP user avatar on woocommerce account page [closed]
- Fixing Deprecated: get_the_author_lastname
- HTTP ERROR 500 after installing child-theme [WordPress] [closed]
- How to get a list of users who like a current wordpress post [closed]
- Custom post type url Rewrite (conflicting with page url)
- PHP: How to access db the right way in plugin?
- How to decrease the max file upload size without using php.ini or htaccess?
- populate select options from extra mysql table data
- Custom forms with HTML
- Woocommerce. Get a list of products in the current category on the archive page and product page
- What are the advantages/disadvantages of ways to use php template files?
- remove_action from parent theme using child theme functions.php
- is_user_logged_in returns false when I access certain pages
- Constant expression contains invalid operations plugin class properties visibility
- Possible to edit custom date field and display?
- Show different button text if no content
- Can the $wbdb function be used in wp w/o also loading the wp_load.php
- Only display notification on single post
- Add a downloaded JS file to WordPress
- Get posts associated with media attachment
- WordPress redirect on login
- How do I return an image from a script
- WordPress add parameters with friendly url structure
- Different behaviour between “include_once” and directly echoing out html code?
- How can add alt tag in following code. Image are showing dynamic in wordpress