Just some ideas:
1. No comment.
2. Standard 10 posts in WordPress can be wery long. I wanted a link in footer that beam You to the top:
Goes in Child theme’s functions.php file: (Here at end of file)
function graphene_scroll_to_top(){ ?>
<p id="scroll-to-top"><a href="#">- Scroll til top af side -</a></p>
<?php
}
add_action('graphene_developer', 'graphene_scroll_to_top');
?>
3. Tables in WordPress editor plugin: MCE Table Buttons
Kim