A couple of things:
- First, this code has some syntax issues – the
src
attribute isn’t properly closed. Further, as noted by @Rup,autoplay
should have a value ofon
:
Broken tag:
Fixed
- Second, I’m not 100% sure that WP Maintenance posts can process shortcodes. I would instead use a standard HTML Audio Tag.
Related Posts:
- ACF for audio url in wordpress audio shortcode
- WordPress and WebRTC?
- Built in audio player?
- mp3 audio metadata upload integration: can I autopopulate title, caption, description from id3 tags?
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- download button for audio file in post [closed]
- Can Postie be used to submit podcasts via email?
- Error Using Audio plugin
- Continous audio play in pages
- WordPress audio player add class randomly using Audio Album plugin
- Media Playlist Plugin
- WordPress Background Audio – Continous AutoPlay
- Display HTML5 jQuery Audio Player On Front Page
- Need help with wordpress audio preload
- Cannot install plugins even though www-data has write permissions
- How to call a plugin function from front end form
- Get subcategories with JSON API plugin
- WooCommerce plugin appearance and look [closed]
- adding a text message beside the comment submit button
- Hook into and send mail using WP Mail SMTP type plugin from HTML static front page?
- Missing Argument
- load_plugin_textdomain error
- Woocommerce pagination problem
- Why am I getting ( WooCommerce Services could not be installed (Could not create directory.). ) error and how to solve it ?
- How can i get the post’s full html source by its ID?
- Redux Framework: Page freezes on typing in Editor
- How can I inject options into an select tag inside the widget form?
- WordPress user account activation
- Import sql data from a large file when installing plugin
- WooCommerce : Direct Checkout Page [closed]
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- serverSideRender does not render “preview” html inside Gutenberg block
- add seperate suffix for low price and high price in woocommerce
- Get products list by url key in WordPress Woocommerce [closed]
- WordPress plugin database. How to create table for checkbox
- How to know which wordpress plugin is exporting site information to plugin author?
- Is it save to replace with in WordPress search form
- Create Short code dynamically
- How to make profile page for each user posting on the blog?
- Upgrade not working & themes not supporting
- Is it possible to pin a post in second position from top
- WordPress latest core update conflicting with newspack-newsletter plugin
- Migrating Joomla to WP Pages and Postst not working
- How to add a “Who’s who” on a wordpress blog post?
- Move plugin pages from dashboard to front-end
- If I am not writing a theme, how do I add custom fields to a user for a plugin
- Is it possible to save a chart as an image from the Visualizer Plugin
- Is there a way to analyze the load time of the functions in a custom plugin?
- twitter widget loads properly in all themes except my own theme?
- Where does the code to add a lightbox effect go?
- Using a Cron Job to dynamically populate a field ONCE, and then making the field blank the next time someone visits page
- How to create and use Custom hooks
- Adding Relevant Post Images
- What are the downsides of using bootstrap in plugin development?
- How ACF Advanced Custom Field works with Woocommerce Single Product [closed]
- Images get uploaded itself from the computer
- getPost() method and Pagination
- How to display content depending on the Woocommerce Product Category
- How to remove site name (https://exp.com/) from WORDPRESS site source links or file load url
- Update title field while listing wordpress page titles in Elementor selector
- How can I display custom snippet codes in the front end of my WordPress site
- Neither update_option nor delete_option fires in deactivation hook
- Custom wordpress plugin does not save select element
- Share or sync user table data with another user table
- Very slow page loads
- Can I merge all my JS and CSS in one file using WP?
- Allow direct access to files/folders within WordPress to replace wp-admin
- How to set meta-data for my plugin
- WordPress isn’t sending welcome email with the password reset
- WordPress Homepage Login
- How can I get the permalink of a page on which shortcode has been used
- How to put tags on photos in Windows that WordPress can read and apply on media files?
- List category-posts not work properly
- Auto-scroll to beginning of accordion item
- A splash page on landing page
- I cannot login after installing the wp-login timeout setting plugin
- True/False ACF field returning null by default even if default value is true
- Sanitizing, Validating , etc (Plugin)
- Add_rewrite_rule in HivePress (WordPress plugin/theme)
- Inline AJAX script passing variables to PHP
- How to get attributes from block.js into php
- How to customized post slider layout in elementor wordpress [closed]
- I’m getting the following error: Fatal error: Uncaught Error: Call to undefined function oil_paint_regeneration() [closed]
- Selectively override Easy Digital Downloads protection via filter
- How to export post tags from wordpress
- Plugin_Upgrader not working if function is called from remote server
- Show WooCommerce products based on query parameters on redirect
- how to code activate/deactive button of custom plugin within backend?
- move setting data from wordpress api to codestar freamwork
- How to access the page without registering in wordpress
- CPT template is not being automatically used single post pages
- How to trigger plugin migration code when plugin updates?
- How to Save Category and Delete Category in same Function
- Accessible ‘List Carousel’ block/pattern?
- claim a permalink and all sublinks in plugin
- Play an animated character video on click of a button or radio button selection only
- Vanilla javascript in custom gutenberg block not working
- Create CPT on Ajax Call
- Cannot register a block in my Twig-based theme using Timber for WP
- How to use `$order->get_discount_total()`, avoiding defoult WC decimal rounding?