Thoughts
In 24 hours, my team at The Nerdery’s Overnight Website Challenge produced an amazing website for Project 515. Out of 18 teams, we placed in the top 4 (they give an award to #1 and then #2-4 are given the label, ‘finalists’). The new Project 515 website is among the finest I have participated in…
Read MoreHere are some possible topics that I would be happy to do a customized WordPress training on: Strategies for leveraging WordPress within your organization Strategies for WordPress content development within your organization Strategies for building community within your organization using WordPress How to create a WordPress theme from a PSD file How to make basic…
Read MoreFor my music archive WordPress theme, I needed to use wp_get_attachment_url in functions.php to grab a url that uses a custom field as follows: For some reason, WordPress wants to grab the post url rather than the file url. To fix this, I simply had to call the global $post variable as follows: That’s it! I…
Read MoreI am moving forward with the creation of a WordPress theme/plugin that will help me to archive all of the music that my family and I have created over the years. I figure we have 1,000+ mp3s to store between us. Figuring out a good way to organize the data is one of the big…
Read MoreI want to create a place to store, display, play, and share all of the songs that family members and me have written (possibly a thousand mp3 files). WordPress provides some great audio players, so I am not worried about that. What I am trying to think through is the best way to organize the…
Read More