WordPress snippet #1


Posted on 21st February, by admin in Interesting things, Wordpress. No Comments

Useful little piece of WordPress code, plays a particularly useful part of a dynamic featured post slideshow that I was going to detail at some point. To reference the  set upload directory url in your WordPress theme:

<?php $upload_dir = wp_upload_dir(); ?>

<?php echo $upload_dir['baseurl']; ?>

more info here http://codex.wordpress.org/Function_Reference/wp_upload_dir





Leave a Reply



A selection of posts

Google Analytics – things that I think are essential

There are a couple of things that I would say are really, really important to set up if you’re using Google Analytics and want...

Mobile doesn’t just mean smaller screens

The issue of the mobile web has been just that, an issue, for years now. In fact its been an issue for so long...

Technology

“Technology is not a selection of gadgets but a body of knowledge ” (Dan O’Hara, TEDx Manchester)