Here are few fairly basic but handy wordpress codes that a wordpress theme or template developer/designers could use as reference. i personally use these a lot while working with wordpress. WordPress Site Name: <?php bloginfo(‘name’); ?> WordPress Site Description: <?php bloginfo(‘description’); ?> Wordopress: Home Page Link: <a href=”<?php get_option(‘home’); ?>”>Home</a></p> or […]