Skip to content
ThemesIonic — home
Themes

Choosing a Theme for an Artist Portfolio

An artist site has one job: show the work at a size and fidelity that does it justice. Most portfolio themes fail that job in the same three places — cropping, compression and where the work is stored.

4 min read intermediate

The only thing an artist portfolio theme has to get right is the image. Layout, animation and the fashionable full-bleed hero are all secondary to whether a piece is shown at a size, aspect ratio and quality that represents it honestly. Judge candidates on that, and most of the shortlist disappears immediately.

The best WordPress theme for artists is usually the plainest one you can find with a grid you can control.

Cropping is where portfolio themes fail first

Almost every portfolio grid is built on square or 3:2 thumbnails, because that is what makes a demo look tidy. Feed it a tall canvas, a triptych or a horizontal scroll drawing and the theme hard-crops the centre — so the grid shows a fragment with no composition, and often no signature.

Before installing anything, check three things:

  • Does the grid preserve aspect ratio? A masonry or ratio-preserving grid shows the work; a fixed-square grid shows a crop of it.
  • Can you set the crop point? If not, WordPress crops from the centre. That is wrong for most figurative work and catastrophic for anything with a strong bottom edge.
  • What sizes does the theme register? Themes add their own image sizes and generate every upload at each. A theme with fourteen registered sizes fills your media library four times over, and every size it registers is a size the next theme will not use.

If a switch has already left you with mismatched thumbnails, regenerating sizes is the fix — the symptoms and causes are in why WordPress images look blurry.

Fidelity, compression and colour

WordPress re-encodes uploaded images and applies its own compression. For photographs of people that is invisible. For flat colour fields, fine linework and gradients it is not — banding and mush appear exactly in the work that depends on them.

Practical rules:

  • Convert to sRGB before upload. Anything else is a gamble on what strips the profile.
  • Control the compression quality rather than accepting the default, and check a gradient-heavy piece at full size afterwards.
  • Avoid themes that force lazy-loaded, low-quality placeholders with a blur-up effect. It is a nice touch on a magazine and an insult on a painting.
  • Serve modern formats, but keep the master. A conversion plugin should add formats, not replace originals.

Weight is a real constraint here — a grid of forty pieces is a slow page by construction. The techniques in optimising images in WordPress matter more on an art site than almost anywhere else, because you cannot solve the problem by using fewer images.

The metadata a piece actually needs

A gallery visitor and a potential buyer both want the same short block of facts, and it is the same block every time:

Field Why it exists
Title and year Basic identification, and it dates the practice
Medium "Oil on linen" is not decoration; it sets the price expectation
Dimensions The single most requested detail after price
Series or exhibition Lets someone see the body of work, not one image
Availability Available, sold, in a private collection, not for sale
Enquiry route One link, going somewhere a human reads

Availability is the field people leave out and then maintain badly. Decide early whether you are selling from the site or taking enquiries. Selling originals through a shop means dealing with shipping insurance for a one-off object; for most painters an enquiry form is the right answer and a shop is a distraction.

Your work should not live in the theme's post type

This is the part that costs people years. Portfolio themes commonly register a portfolio or artwork post type, with its own taxonomy for medium and series, in the theme's own functions.php.

Switch the theme and those entries stop appearing in the admin entirely. The rows are still in the database, but nothing registers the type, so nothing lists them — and the URLs 404. Ten years of catalogued work becomes a database recovery job.

Register the post type through a plugin instead, or use a portfolio plugin that owns it. Then the theme only ever supplies the template that displays the work, and swapping the theme changes how the portfolio looks rather than whether it exists. The same reasoning applies to any content you would be upset to lose, which is why changing a WordPress theme is worth planning before you need it.

What to actually install

Start in the directory rather than a marketplace. A well-maintained free block theme with a query loop you can configure will give you a ratio-preserving grid, editable templates and no bundled post types. That is more than most paid "artist" themes offer once you subtract their demo content.

Then spend the effort where it shows: consistent photography of the work, a restrained palette that does not compete with it — choosing a site colour palette is largely an exercise in restraint here — and a single, obvious way to contact you. If you want to see how the same criteria play out for design and photography work, the general portfolio theme guidance covers the overlap.

Frequently asked

WordPress re-encodes uploads and most themes serve those re-encoded copies, which strips embedded colour profiles. Export as sRGB before uploading rather than relying on Adobe RGB or ProPhoto files converting cleanly on the server.
Upload a generous but sane master — roughly 2000 to 2500 pixels on the long edge is enough for a full-screen view on a high-density display. Anything larger costs load time and gives a would-be copier a print-ready file.
If the pieces are stored in a post type registered by the theme, they vanish from the admin the moment you switch, even though the rows remain in the database. Registering that post type through a plugin instead keeps the work visible across any theme.

Related guides