A Pen by Vernon Fowler on CodePen.
Suggested steps
- Take screen-captures of a library homepage - one that you like
- Paste images into a Word document
- Set printer settings to single-sided, Black & White, A3
- Using scissors, cut homepage into discrete elements, e.g. search box, navigation bar, news, opening hours
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php /* Template Name: hub bookmarklet */ | |
/** | |
* Main and only template of the plugin | |
* | |
* @package BP Bookmarklet | |
* | |
*/ | |
if( bp_bookmarklet_is_bp_default() ) | |
get_header( 'buddypress' ); | |
?> |