couple things:
you have everything opening up in new windows (archives, pages, links)…and it’s really annoying. external links are one thing, but every page and archive?
your post titles overrun your date/timestamp. it looks like you can’t have titles more than about 25 characters, but you do: https://www.theirvins.com/?page_id=231
yea…that’s a little confusing.
if you want it at: yourdomain.com/blog
then why not just install into that directory? do you really want all your files in the root and just the index.php in /blog?
I like many of the ideas put forward by davincim…
I would also like to see a category for people looking for template help (how to format, how to add a feature, etc). The how-to’s often overwhelm acutal problems people are having (bugs, errors, etc)
I worked on this for 30 mins, write this post, and boom…i get it. Here it is: '<?php bloginfo('name'); ?> <?php if ( is_home() )
{ ?>?? <?php bloginfo('description'); ?><?php } ?>
<?php if ( is_single() )
{ ?> ?? Blog Archive <?php } ?>
<?php wp_title(); ?>'