Aviation of Japan 日本の航空史: Blog Makeover

After 17 years presenting this blog a change is necessary. The paucity of comments and the occasional weaponised comment (those pointedly ignoring the work done by the blog author, not least in wrestling with Google’s ‘improved’ interface) have lately been discouraging. Most blog entries take several hours to format and present, the preparation for sharing of colour data often longer. So I’m turning from Japanese aviation to a secondary but equally passionate  interest in the history of cavalry and the British cavalry in particular. 

The blog will be re-named ‘Dragoon Guards Blogminster Journal’ covering historical cavalry subjects – and especially the horses – from Roman times to WW2. I hope that it will attract an increased and more encouraging readership. 

‘Hurrah, hurrah, hurrah!’

Image credit:- Heading image James Thomas Brudenell, 7th Earl of Cardigan, by Sir Francis Grant; Middle image Trooper W E Leedham, 6th Iniskilling Dragoons, my great grandfather; Lower image the Scots Guards cheering Queen Victoria at Buckingham Palace before their departure to the Crimea, 1854

Post article note: Updated for the benefit of ‘espositor’.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');