I was really excited to start working on my site, and installed WordPress several weeks ago to try out themes. I’ve picked a theme but haven’t finished setting up my site or customising colors. Instead I focused on my last task: creating a profile section for my dolls.
You can see the page here.
I have decided on the PageLines framework for my blog, which has some custom post types/taxonomies set up. One of these is called boxes and is what I’ve used on this page. I created two box sets, one called My Dolls and one called Visiting Dolls (for my sister’s dolls). I had to edit the php code which displays boxes so that it will display the title of the sets. I added dolls to the appropriate set and included the photo to use, the text to display, and the page to link to. I added a css class to the boxes on this page so that I could center the text under them. I also had to install the plugin Post Types Order to reorder the boxes.
I also created the individual profile pages that are linked to.
The content portion of the page is just written in the WP page editor. The photos are the same as used in the boxes for the Profiles page.
I wanted to have a way to navigate between doll’s profiles. PageLines came with a carousel section that uses NextGen Gallery images as a source, but it only linked images to the fullsize image. I copied and renamed the carousel code to create a new section. I changed the php code that generated the list of images, so now they can link to pages using the method described here (I haven’t added error catching yet). I also added names (description text) under each image, rounded the images with CSS, and changed the CSS to display the images even if javascript is disabled. I still could edit the css to make the names display differently when the screen is resized, as right now they overlap.
I also wanted each of the profile pages to have a gallery of all tagged images of the doll. I didn’t like how NextGen default template looked, so I created my own. I decided to use PageLine’s carousel as a base again and edited the php file to create a gallery using tags entered in the section’s settings. This time the images link to the fullsize image.
I still have 14 dolls not added because I need to find/take decent photos of them, but I thought this section looks complete enough to display, even if it is missing some content.