Skip to content

Commit

Permalink
added affiliate disclosure in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
versluis committed Dec 23, 2019
1 parent 1255bf7 commit b540a2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 7 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@

<div class="site-info">
<?php do_action( 'twentythirteen_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
<?php
if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
Some links on this site generate an affiliated. The revenue offsets content and infrastructure cost. There are <a href="https://wpguru.co.uk/support/">many ways to support me<a>. 😍
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
Expand All @@ -28,4 +33,4 @@
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">

</body>
</html>
</html>
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/versluis/Versluis-TwentyThirteen
Author: Jay Versluis
Author URI: https://wpguru.co.uk
Description: Child Theme for TwentyThirteen
Version: 2.0
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentythirteen
Expand All @@ -14,6 +14,9 @@ Template: twentythirteen
CHANGELOG
=========
2.1 - December 2019
added affiliate disclosure in footer
2.0 - June/September 2019
removed podcast icons from home page
added full-width page template (or tried at least)
Expand Down

0 comments on commit b540a2c

Please sign in to comment.