/*
Theme Name:     Pixwell
Theme URI:      https://tf01.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Pixwell - Modern Magazine
Requires at least: 6.1
Requires PHP:   7.4
Text Domain:    pixwell
Version:        11.7
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    http://themeforest.net/licenses/standard
*/

/* =============================================
   DISABLE INFINITE SCROLL / AUTO-LOAD NEXT POST
   Added 2026-05-02
   ============================================= */
#single-post-infinite > .single-p-outer ~ .single-p-outer,
#single-post-infinite .single-p-outer:not(:first-child) {
  display: none !important;
}
#single-infinite-point,
.single-infinite-point,
.loadmore-animation {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}