CHANGE hide comments
This commit is contained in:
@@ -13,8 +13,9 @@ $query = array(
|
||||
'paged' => isset($params['paged']) ? $params['paged'] : 1,
|
||||
'posts_per_page' => get_option('posts_per_page') // Usa la configuración de WordPress
|
||||
);
|
||||
|
||||
|
||||
$context['posts_noticias'] = Timber::get_posts($query);
|
||||
error_log('✅ archive-noticias.php - Posts: ' . count($context['posts_noticias']));
|
||||
// error_log('✅ archive-noticias.php - Posts: ' . count($context['posts_noticias']));
|
||||
|
||||
Timber::render('templates/page-noticias.twig', $context);
|
||||
Reference in New Issue
Block a user