arie_cristianD

add follow on google news on single post meta right

Jan 5th, 2026
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. add_action( 'jnews_render_before_meta_right', 'j_custom_foolow_on_google_news' );
  2.  
  3. function j_custom_foolow_on_google_news() {
  4.     ?>
  5.     <a class="j-follow-google-news" href="your-google-news-url" target="_blank" rel="noopener noreferrer">
  6.         <img src="your-google-mews-logo-url" alt="follow us on google news">
  7.     </a>
  8.     <?php
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment