Finished Final Project

Looking back at my final pitch last night, I am happy to say that I was able to make pretty much all of the customizations I set out to in my final project. In addition to creating a site with sections for my resume, writing, and blog, I created a custom post type with custom fields and meta boxes, used one plugin to add a rotating gallery to my front page, and used another to add an interactive poll to my blog.

My most complicated customization was definitely my custom post type, i.e. the bane of my existence for the past two weeks. It took me a long while to figure out how to make the data in my custom meta boxes echo out in the post. I finally did it by creating separate single.php and archive.php files for my custom post type but had to spend several days Googling and searching the internet before a couple of forums pointed me in the right direction. Once I was able to get the data on the page, I hit another snag when it came to trying to style it. No matter what I did in CSS, my meta boxes wouldn’t change in appearance (and all I wanted was to move them down a few spaces) so I ended up adding spaces in the actual PHP code as a kind of work-around solution. Overall, my custom post type turned out pretty well, although I am still having trouble getting it to appear in the “archive” and “recent posts” section of my blog. I will look more into this to see if I can figure out a solution before Wednesday.

Because I used plugins, both the gallery and poll were fairly easy to implement – the most difficult part for each was figuring out what code I needed to insert in what document to get the features to show up where I wanted them to. Overall, both features look good and work well, except for the poll, which seems finicky for some reason. I tested it multiple times and sometimes it let me vote and sometimes it would just get stuck on showing me the results page, not letting me vote again. I plan to look into this as well.

I’m interested to see everyone else’s sites and customizations and to see what feedback I’ll get about my code. I definitely know it’s not perfect and am looking forward to making any changes that can make my site better.

2 thoughts on “Finished Final Project

  1. Greg Linch

    Looking back at my final pitch last night, I am happy to say that I was able to make pretty much all of the customizations I set out to in my final project.

    Glad to hear!

    Reply
  2. Jaclyn Glover

    I had the same issue with trying to get my custom metabox fields to echo into my post! I also played around with the single.php and archive.php templates, but the text kept echoing either above or below the actual box with the post content. It showed up on the page, but not where I wanted it to go! I ultimately gave up and decided that simply saving the metabox data was a success (it was for me!). I’m eager to see how you went about getting the data to show up within your post. You go girl!

    I’m also working on trying to figure out how to get my custom post type to show up in my main archive and recent posts. Google tells me that this isn’t something that is automatically supported in WordPress, and you have to find a code workaround for it, but I haven’t been able to get it to work. :-/

    Reply

Leave a Reply to Greg Linch Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.