| Home | My Account | Directories |
Learning Code – Week 2 Adding Custom WordPress Meta Boxes
Published on 2012-02-10 16:39:05
For the most part I had to take this week off of coding. Things were going so well with business that they demanded all of my attention. Hopefully next week I’ll be back at learning. I’ll only have a week before I get into my new job which I start on the 20th of February. About the only thing I did get done is adding Custom WordPress Meta Boxes for a Custom Post Type that I added to one of my sites recently. I found the most helpful and comprehensive Tutorial to be this one on Nettut
Learning Coding – Week 1 Progress
Published on 2012-02-10 16:24:06
So I blew through the PHP Videos on the ThemeForest blog. I had some experience with PHP already so the videos really helped fill in some of the blanks and gave me a better understanding. Because the future TutsPlus videos that I plan on going through also come from a beginners perspective, I thought it wise just to blow through these videos rather than to play with the numerous examples myself. I’ll get plenty of practice later. My buddy Shane turned me onto Titanium which makes coding li
Display Custom Post Type Taxonomy Terms Without the Links
Published on 2012-02-01 20:38:09
I’ve been modifying a theme I bought awhile ago, adding in a custom post type and corresponding taxonomies. I thought it’d be a cool idea to display an image representing one of my taxonomies instead of just the text or a link to the category. So after trying just about every wp function having to do with getting terms, I finally found my answer and decided to share it so you won’t have to spend the hours I did figuring this out. I found this on CSS Tricks which continually pro