Tag Archive: Bloginfo

BlogInfo – One Tag with a Whole Lot of Awesomeness

WordPress

One of the most versitile tags in my arsenal that WordPress gives me is a fun little tag called <?php bloginfo(); ?>.  By itself, it’s not much fun, but when you add in a variable, it can tell you anything you need to know about your blog.  Like what, you ask? name description admin_email url wpurl stylesheet_directory stylesheet_url template_directory template_url atom_url rss_url pingback_url rdf_url…

Continue Reading

Better Know a WordPress Tag: ‘siteurl’

WordPress

When you’re working on a development site it’s hard to set things up correctly because you know you’re going to change the site, and putting in elements that are more than likely “stationary”, such as links, will have to be changed, and that causes un-necessary headache when it comes time to move the site live.  But, in the light of wanting to make your…

Continue Reading