If I have a Content Template with media included and I use this Content Template across multiple Views, should I have to upload the media individually to each View for it to work? Or does the media from the Content Template "transfer" across also?
I'm sure there was a bug in which you can see all WordPress media when editing a Content Template so I want to make sure that this is nothing to do with it before I use this method.
Hi, I assume you have some media file (like an image) uploaded in the Media Library, and you plan to insert that item in a Content Template by using the Media button to insert the appropriate shortcode. If that's correct, then you don't need to upload the Media in each View. The Media button will generate an HTML image tag to display an image, for example:
<img src="<em><u>hidden link</u></em>" width="300" height="121" class="size-medium" />
As long as this image exists in the Media Library and the URL doesn't change, the same referenced Media file will be loaded anywhere the Content Template is loaded, regardless of the current View or current post. Let me know if I've misunderstood your question.
That is exactly what I meant Christian. Thank you for confirming!
The ability to add any media from the Media Library in a Content Template is a bug according to Beda so I am a bit worried that when this is patched, that all media inserted this way and not directly "uploaded" to each Content Template would break and not be functional. But this is not the case?
The ability to insert any existing media in a CT may change in the future, but it shouldn't affect the image tags that have already been placed by the Media button. They are hard-coded into the content, not as reference to some media item. Once you insert media this way, it's not going to be stripped out at a later time by a change to the insertion system unless you manually remove it from the content, then try to reinsert it. At that point, you may need to go to the actual Media Library, copy the media item's URL, and insert your own HTML tag in the Content Template manually.
Thank you for all your help with this Christian!