Way to conceal CSS/HTML from contributor?
-
I have a church site under development with a page where mp3s of the Sunday meditation and talk are uploaded. I prettied this up with CSS including some styling to the built-in audio player.
My challenge: For the admin assistant doing the weekly media upload, she’ll have know where to type the name for each file and not touch anything else. (She has used WordPress but never at the code level.) Tried to find an upload plugin that would present said person with a few simple form fields. No luck. I can’t be the only person who has ever needed to make a simple function user friendly? Sample below …
<h3>April Theme: The Resurrection</h3> <h4 class="datnm">April 5 ~ A New Life</h4> <div class="bdbyx">Meditation / <a class="blckm" title="Right click -Save as" href="http://127.0.0.1/wp/wp-content/uploads/2015/04/150405_meditation.mp3">download <span class="dwnpt">↓</span></a> or Play:</div> <div class="ado">[audio mp3="http://127.0.0.1/wp/wp-content/uploads/2015/04/150405_meditation.mp3"][/audio]</div> <div class="bdbyx">“A New Life” / <a class="blckm" title="Right click -Save as" href="http://127.0.0.1/wp/wp-content/uploads/2015/04/150405_New-Life.mp3">download <span class="dwnpt">↓</span></a> or Play:</div> <div class="ado">[audio mp3="http://127.0.0.1/wp/wp-content/uploads/2015/04/150405_New-Life.mp3"][/audio]</div>
The topic ‘Way to conceal CSS/HTML from contributor?’ is closed to new replies.