Field1: [acf field = “Video_Poster_Path”]
Field2: [acf field = “Video_Link”]
Field3: [acf field = “Merged_HTML”]
The 3rd field would look like:
<video poster="[acf field= "Video_Poster_Path"]"
controls="controls" controlsList=”nodownload” width="880"">
<source src="[acf field = "Video_Link"]" type="video/mp4">
</video>
and b.) how ?
IF this has to be done via a function, what would that function look like ?
While this is not my first rodeo, I am not as up to speed with PHP. It’s been a minute since I last looked at php directly. So…help ?
Oh and I’m working with the free version not the pro.
Thanks In Advance.
The same would be relevant for blog post categories.
…or is the idea that the “Default to Featured Image” option in settings cover the above?
Thx.
]]>The slugs works ok, in all the sites, and the Multisite Language Switcher recognize the slugs in the settings (in the rewrite setting section), but the switcher don’t apply the correct slug for each site.
]]>]]>If the custom post type supports
menu_order
you can activate the functionality in “Screen settings” in the top right corner.
Note: With Admin Site Enhancements plugin to manage Admin UI, you can easily reorder / position Custom Post labels.
]]>Previously, there has been a feature request to add the plugin’s meta box for all registered custom post types instead of only posts, pages and products, which has been marked as resolved. Looking at the code, however, currently the add_posts_metabox()
functions seems to limit the meta box to the above post types.
I could see that a pro version is mentioned in the comments, but wasn’t able to find any further information on this. Is this feature currently in development or will a pro version with this feature be released in the near future?
I then checked for filter hooks that would allow to filter the post types in our theme, but couldn’t find any. Have I been missing something?
Thanks!
]]>