Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('jnews_amp_after_article',function (){
- $post = get_post();
- ?>
- <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>
- <?php
- },99999);
Add Comment
Please, Sign In to add comment