Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #85 from xwp/add/comments_live_list
Browse files Browse the repository at this point in the history
Add support for comments_live_list theme support flag
  • Loading branch information
westonruter authored Mar 21, 2018
2 parents 5d8e9ad + 92b6794 commit 54cce03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ function ampconf_setup() {
*/
load_theme_textdomain( 'ampconf', get_template_directory() . '/languages' );

add_theme_support( 'amp' );
add_theme_support( 'amp', array(
'comments_live_list' => true,
) );

// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
Expand Down

0 comments on commit 54cce03

Please sign in to comment.