Skip to content

Instantly share code, notes, and snippets.

@franz-josef-kaiser
Last active October 11, 2015 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franz-josef-kaiser/3876998 to your computer and use it in GitHub Desktop.
Save franz-josef-kaiser/3876998 to your computer and use it in GitHub Desktop.
Example MarkUp for the WP 3.5 »Get started« header
<div class="get-started-container">
<div class="row">
<div class="next-steps edit-front-page"><p><span class="icon"></span>Edit your front page</p></div>
<div class="more-actions learn-more"><p><span class="icon"></span>Learn more about getting started</p></div>
</div>
<hr />
<div class="row">
<div class="next-steps add-pages"><p><span class="icon"></span>Add additional pages</p></div>
<div class="more-actions switch-comments"><p><span class="icon"></span>Turn comments on or off</p></div>
</div>
<hr />
<!-- etc... -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment