elegant themes

Tag: "custom fields"

How to list Pages with custom fields in 2 columns in WordPress

| March 22, 2010 | 5 Comments
Recently, I needed to list all subpages of a parent page.  I also needed to display custom fields below each subpage. And, on top of that, the list needed to be 2 columns. I found a solution for simply listing the pages in 2 columns, but it did not suggest how to modify the ... View Post

WordPress as CMS: 4 content block plugins with WYSIWYG editors

| February 23, 2010 | 14 Comments
We are constantly trying to find easier and better ways to create manageable blocks of content for clients. Widgets Widgets are only helpful up to a certain point since there isn't a great plugin  for a WYSIWYG visual editor that I'm aware of. The Rich Text Widget and WYSIWYG Text Widget are buggy and ... View Post

Automatic thumbnail image resizing options

| June 1, 2008 | 10 Comments
I manage a few blogs that use thumbnail images to spruce up the appearance of the site, and make it more enjoyable for readers. As we've discussed here in the past, an efficient method for adding thumbnails to your ... View Post

Images, thumbnails and custom fields in WordPress

| November 26, 2007 | 21 Comments
I've learned a lot about custom fields since I posted about programming thumbnails into your WordPress theme with custom fields, thanks to everyone's comments here and on weblog tools collection, who referred to my post. I decided to collect all the links posted in the comments here so that we all have ... View Post

Giving each WordPress post a thumbnail, and display the thumbnail on the home page

| November 21, 2007 | 195 Comments
// You may encounter situations where you need to automatically display a thumbnail or image of some kind that will link to posts. Here's an example of this kind of situation: ... View Post