Posts tagged as:

PHP

What’s a loop?
When using WordPress, “The Loop” refers to the code in your template files that displays posts. Usually there is only one main loop per page, but you can have secondary custom loops to show special content. These can include recent posts and related posts.

{ 12 comments }

Drop-up menu in Thesis 1.6

11 November 2009 in Tutorials

tagged with , , , , ,

Yes, drop-up is a bit of an oxymoron. Technically you pull something up and drop something down, but since we talk about drop-downs so much, and the effect of what I’m about to show you happens with the same amount of “gravity”, and I’m not an language pedant (all of the time)… it’s okay.
I was [...]

{ 25 comments }

I received a request to make Thesography display EXIF upon hover over an image instead of just displaying as more text in the post. While I won’t include that kind of function in the plugin at this time (because I’m not sure how best to do it while maintaining a good amount of flexibility), I [...]

{ 3 comments }

Using Thesis with WPMU

9 September 2009 in Tutorials

tagged with , , , ,

What’s up with Thesis and WPMU?
Thesis has smart CSS
Thesis by DIYthemes is big news these days so you’ve probably heard of it and have some idea what it does. One of the cool things it does is allow you to specify the widths and arrangement of your content and sidebar columns and it automatically calculates [...]

{ 72 comments }

Geo exif data in WordPress

15 December 2008 in Tutorials

tagged with , , ,

Did you know that WordPress imports EXIF data from your images when they’re uploaded?
If your image contains certain information (aperture, shutter speed, ISO, focal length, camera, creation time, credit, copyright, caption, title), it is in the database and you can use it as I do on my photoblog, Matt Mullenweg uses on his photo pages, [...]

{ 26 comments }