Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add Comments Section on AMP Page (Just for Facebook Comments Type) */
- add_action('jnews_amp_after_content', 'amp_comments', 9);
- function amp_comments($content) {
- comments_template();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement