1 ) ? get_query_var( 'paged' ) : 1; $max_num_pages = $wp_query->max_num_pages; wp_localize_script( 'alyssas-custom', 'alyssas_ajax', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ), 'paged' => $paged, 'max_num_pages' => $max_num_pages, 'next_posts' => next_posts( $max_num_pages, false ), 'show_more' => __( 'View More', 'alyssas-blog' ), 'no_more_posts' => __( 'No More', 'alyssas-blog' ), )); wp_enqueue_script( 'alyssas-blog-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/skip-link-focus-fix.js', array(), _S_VERSION, true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'alyssas_blog_scripts' );