Hello
If anyone can suggest me a plugin which makes it possible to hide the post text, then I would be thankful.
What I want to do specifically
Hide the text "[jwplayer mediaid="3"]"
On this site - http://trailersmotion.com/Beta/
If there is no plugin doing this then I am open for other suggestions!
Thanks.
lupinecreations
Member
Posted 1 year ago #
Could you make the font color for that bit of text the same as the background it's on?
Hello
I dunno yet. I have been looking through the css but I still haven't got it fixed :/
I tried this plugin - http://wordpress.org/extend/plugins/htmlcomment/ and yes it hides any text you want it to hide but also in this case the video player...
I want the video player to be there and ONLY hide the text in question.
Not really ideal, but then i'm not sure why you're outputting that content if you don't want it shown, all the same...
.featuredpost { font-size:0; }
..should do it..