I suspect this is going to require a theme edit.
I am assuming that your shortcode is visible on the front– something like — but not processed as a shortcode. If that is the case, you will need to find where that content is output in the theme and pass it through
do_shortcode
before echoing it. That could be more or less difficult depending upon how the theme is written.
If the shortcode does not make it through to the front page at all, then I have to assume that shortcodes are stripped from that content when it is saved. That is a tougher fix and would require more information.
It is possible that the theme has a hook you can use to avoid a direct theme edit.
Related Posts:
- How can I write code in a plugin for my child theme that will allow me to use remove_action() based on if the current page is the home page?
- How to get home page ID?
- Overriding Plugin Template Files with Child Theme
- How do I cleanly override a plugin’s CSS with a child theme?
- Function to activate WordPress theme inside a plugin
- How do you auto-activate plugins from child themes
- Dynamic homepage according to user role
- How to load all plugins CSS after child theme CSS?
- Override the core function locate_template
- How to override my plugin’s php classes with duplicates that are in my child theme folder
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- unzip a folder on specific location and delete the zip file
- Image resizing on home page (product category) [closed]
- Override plugin text domain in child theme
- Show only preview of posts on the homepage?
- How to edit Image layout in single product page in woocommerce on wordpress?
- Reusable functions and tools (Framework)
- Loading child theme script after plugins scripts
- New to wordpress: would like to have pluggable main page sections [closed]
- Override Javascript in a Plugin?
- Why does my functions.php cause white-screen and media-library issues?
- How do I display only the latest post on my home page, while maintaining proper plugin hooks?
- How to overwrite core/libraries/vendor template with child theme
- Buddypress – Add the post_id in the bp_activity_add function
- Removing an action from wp_footer called in a class that’s inside a bigger class
- How to show only next post pagination link using wp_link_pages()
- Installing plugins and using complex folder structure with child theme in WordPress
- Overriding Parent Theme… will cause plugins failure?
- How to over-ride a file in a plugin? [closed]
- Disabling Wp_is_mobile from backend?
- WordPress override archive page template using a plugin
- Child Themes and Updating Parent Theme
- How to load different homepage on Mobile.?
- How to accept images at multiple sizes and aspect ratios and display as standardized image size / ratio?
- Customizing a blog page layout
- Managing wordpress Themes & plugins for multisite
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- How to customize this theme? [closed]
- Programmatically install and activate child-theme
- how to add a comment button to be displayed only for the posts in the home page [closed]
- Change website directory safely to add a static page on startup
- Next Previous Post in wordpress with previous / next link with title?
- Per theme plugins?
- How to remove automatic generated tag in Home page
- is_front_page breaks with url parameters generated by a plugin
- Summary and Comments on Main landing Page
- Button and Countdown overlapping mobile menu
- How to override any plugin file in the child theme
- how to create a custom page in child theme or plugin?
- how to display recent post by category on home page
- is there a way to preload specific images for desktop users only? (excluding mobile users)
- Hide custom field value
- I have updated my plugins, though one page of the site has ‘hit a critical error’
- Ability to change homepage on WordPress using API
- Theme that includes a “core” plugin but the files in theme and child folder ignored
- Shortcode function not showing up on mobile browser
- Genesis Child Theme – Customize body
- Override plugin images so that they are not removed when the plugin is updated
- Writing SEO for Homepage when homepage is set to display latest posts
- Plugin function in child theme
- Crazy redirect happening with no redirects set up
- how to do Thematic like this website using wordpress?
- Google trying to index child theme files
- Cron job emails blank
- Set plugin page as homepage
- How can I disable Jetpack plugin on mobile?
- function of parent not working in childtheme
- What Are the Advantages of Using an mu-plugin
- How to tell if a script is being executed from a plugin, a theme or a child theme in WordPress?
- How to Change MU/BuddyPress Group Blog New Installation Defaults [closed]
- Issue with custom plugin
- Add meta tags with a plugin?
- How to generate a responsive output from plugin?
- Loading Canvas & WooCommerce translation file in child theme
- How do I activate my child theme, as I do not see it in developer tools
- How to wrap image logo in Homepage with H1 tag
- Can’t modify plugin function
- Scripts don’t enqueue after removing plugin
- A splash page on landing page
- Issue with customizer and widget page
- ACF prugin for WooCommerce Shop Page
- Any plugin installation and update overwrite current theme
- Use Notepad++ as HEX-Editor
- Change Page’s Tag Using functions.php File
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- WordPress Ajax Posting from App
- Is any gallery plugin available to generate galleries from existing uploaded images? [closed]
- Conditional attributes and logic per product category
- How create Group Blogs based on user created Groups
- Echo user id of users in seperate table
- How to upload multiple files/images when developing a wordpress plugin?
- Recommend a flexible lightbox that allows an image or HTML to be used
- Php page with filters for custom fields
- how to make a wplang for network fill automatically
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- Page Contents showing in Footer Area
- Update (a function) post’s featured image as soon as $image_url changes
- Surviving WordPress and plugin updates
- How use Dynamic hyperlink on each wordpress post?
- wordpress jquery is not defined because the head tag is empty