GochiSiyan

redirect to comment

Apr 30th, 2021 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. add_action('jnews_amp_after_article',function (){
  2. $post = get_post();
  3. ?>
  4. <a style="display: flex;margin: 10px auto;align-items: center;justify-content: center;background: black;color: white;width: 100px;border-radius: 5px;" href="<?=substr(get_permalink($post->ID),0,-5) . '#respond'?>">Comment</a>
  5. <?php
  6. },99999);
Add Comment
Please, Sign In to add comment