I am setting up a Wordpress site for educational purposes.. the content that I want to show in the wordpress blogs (videos) does however not reside in the wp-content directory but in the Root directory of the server of which Wordpress is a Subdirectory on the same server
Server root
-root
--worpress <-- wordpress
--content <-- my video content going many levels deep
in my Posts i do not want to use the ip address but rather a function that is written into my WordPress functions where i can once define the server ip address of this server before hand and call it in every post and page !
So.. how/where do i define the ip address and how do i call it in my wordpress post to make mediaelement.js media player find the video file?
Any suggestions appreciated