Tag: wordpress
-
Gee, there’s a thought…
One of the things that’s frustrated me about a lot of premium WordPress themes I’ve had experience with is that they leave the user hanging. You see the demo and it looks awesome. Configurable category displays, a featured content gallery, room for adsense, customizable navigation, even a video embed in the sidebar. Maybe you even… (read…
-
Using the WordPress embed shortcode for YouTube, Vimeo, more
This was going to be a post on building a WordPress shortcode that you’d use like [youtube]http://www.youtube.com/watch?v=url[/youtube] inside your posts to take care of the embedding. My experience has been that when you flip over to HTML view to paste your code and then flip back to the Visual editor to finish your post, a… (read…
-
What’s coming from Museum Themes
First of all, I’d like to thank everyone reading this blog for a successful first week. We’ll be posting more promo codes on Twitter and Facebook, and we can’t wait to see our affiliate badges start popping up around the ‘Net. Keep an eye out in those places and maybe bookmark #MuseumThemes to keep up-to-date… (read…
-
WordCamp Utah
Seek and ye shall find… I’ve been interested in attending a WordCamp for a long time. More so after I saw Matt’s keynote at WordCamp SF. I’ve been casually looking for a Salt Lake City or Utah WordCamp ever since I stumbled upon the whole WordCamp concept and found that there was one coming up…
-
my favorite new WordPress trick
this little functions.php hack makes me all giddy… use this to rebrand your WordPress back-end with your own logo: //hook the administrative header output add_action(‘admin_head’, ‘my_custom_logo’); function my_custom_logo() { echo ‘ ‘; } and here’s what it would look like in action: by default, the WP logo is 32px square. so what do you do…
-
matt’s state of the word
matt mullenweg’s keynote speech from WordCampSF 2010 p.s. i’m a shameless matt mullenweg fanboy
-
Keeping your website safe
class=”aligncenter” Once upon a time, a long time ago, you could buy a new computer and not have to worry about what type of virus scan software you needed to load onto it. Firewalls were things only extreme geeks and intrepid hackers knew anything about. Adware, spyware and malware weren’t even words. Those days are…
-
How I broke a javascript gallery script to make a Flash-like slideshow
This is a story about a site redesign. The site was for the mother of a client we’ve worked with on other projects. It was a kind of site we don’t normally do, but we took the gig because it was a referral and someone we know and like working with. The original site was…