Hi,
After adding the code to the functions.php file, I noticed that some product pages are showing correctly. However, when checking products through a category link, the page is shwoing only 1 product. and even footer is not shwoing.
if ( ! function_exists( 'xts_enqueue_waypoints' ) ) {
function xts_enqueue_waypoints() {
wp_enqueue_script( 'xts-waypoints-library', XTS_THEME_URL . '/js/waypoints.min.js', array(), XTS_VERSION, true );
}
add_action( 'wp_enqueue_scripts', 'xts_enqueue_waypoints', 20 );
}
Please check Private content