Created
March 18, 2017 20:09
-
-
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.
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 if ( strpos( $filter, 'speaking' ) !== false ): ?> | |
<p class="post-meta"> | |
<a href="/speaking"><?php _e('← 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