Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'jnews_render_before_meta_right', 'j_custom_foolow_on_google_news' );
- function j_custom_foolow_on_google_news() {
- ?>
- <a class="j-follow-google-news" href="your-google-news-url" target="_blank" rel="noopener noreferrer">
- <img src="your-google-mews-logo-url" alt="follow us on google news">
- </a>
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment