Have you ever wanted to display the caption of a Featured Image in WordPress? I recently had need to do this and figured out a way to accomplish this. When you set the Featured Image for a post in WordPress, you can add additional information for the image: Title, Caption, Alt Text and Description. It… Continue reading Display the caption of a featured image in WordPress
Month: June 2013
Inspecting rollover elements in Chrome and Firefox
For some reason, this was never apparent to me but it is actually pretty straightforward. I used to use tricks to inspect rollover elements like changing the CSS display: none to display: block inline with Firebug. But there is actually a much easier way to test these elements. In Chrome’s Web Inspector, simply use the… Continue reading Inspecting rollover elements in Chrome and Firefox
Responsive testing in Firefox
In my last post, I discussed testing a responsive design in Google’s Chrome using the Web Inspector. Well, Firefox also has a way to test responsive designs. Simply go to Tools > Web Developer > Responsive Design View: Firefox then gives a simple interface, which I actually find cleaner than Chrome’s, to see sites in… Continue reading Responsive testing in Firefox