...
PHP WordPress Author BIO with Gravatar Image
The Code <div id="author-bio"> <h3>About The Author</h3> <?php echo get_avatar( get_the_author_email(), '80' ); ?> <h4><?php the_author(); ?> on <?php the_time('l, F jS, Y') ?></h4> <?php the_author_description(); ?> </div><!--end author-bio--> Breakdown: <div id="author-bio"> (the div tag is for styling in CSS) <h3>About The Author</h3> (author header...
HTML5
HTML is a standardized version of hyper text markup language. The web standards project developed in 1999 around the same time HTML 4.0 was released, followed by XHTML 1.0 in 2000. These versions where a slow development in the movement towards richer web development, but could not support the same type of applications that Flash type projects produce. Here is where HTML 5 comes in. HTML 5 was developed out of a collaborative effort of gun-ho...
  Sign up for the Newsletter
  Follow DesaraeV on Twitter
  Subscribe to the RSS Feed








