Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created June 8, 2013 13:51
Show Gist options
  • Save randyzwitch/5735249 to your computer and use it in GitHub Desktop.
Save randyzwitch/5735249 to your computer and use it in GitHub Desktop.
Removing Powered By WordPress from Scrappy Theme - Full Example
<!-- <?php do_action( 'scrappy_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'scrappy' ) ); ?>" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'scrappy' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'scrappy' ), 'WordPress' ); ?></a>
<span> | </span>
<?php printf( __( 'Theme: %1$s by %2$s', 'scrappy' ), 'Scrappy', '<a href="http://carolinemoore.net/" rel="designer">Caroline Moore</a>' ); ?> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment