Media & Plugin screens stall

One of my co-workers was working on a different file for me and he found the issue. there was a ` at the begining of the functions file. So the functions.php file started: `<?php Which is why, I assume, I was getting an error on media that looked like it did. Hope this helps someone … Read more

overlay post title over post’s featured image

Here is the answer for you CSS issue. yes you can achieve that layout using CSS. Just follow this structure: <div class=”parent”> <div class=”image”><img src=””/></div> <div class = “overlay”> Add you title here </div> </div> here .parent must me position:relative and .overlay must be position:absolute with 100%width and bottom:0 . you can play around with … Read more