Skip to content

Instantly share code, notes, and snippets.

@kawaiidesune
Created March 18, 2017 20:09
Show Gist options
  • Save kawaiidesune/cbc8f7f4a7e3745bdcb815a609e27b4b to your computer and use it in GitHub Desktop.
Save kawaiidesune/cbc8f7f4a7e3745bdcb815a609e27b4b to your computer and use it in GitHub Desktop.
A bit of code in the GetNoticed Theme which may be a pain to translate at a later date. The hard-coded link to "/speaking" may need some fine tuning.
<?php if ( strpos( $filter, 'speaking' ) !== false ): ?>
<p class="post-meta">
<a href="/speaking"><?php _e('&larr; Return to my speaking page','getnoticed'); ?></a>
</p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment