this is working
This commit is contained in:
@@ -73,8 +73,8 @@ $args = array(
|
||||
//~ }
|
||||
//~ }
|
||||
|
||||
$context['posts'] = new Timber\PostQuery($args);
|
||||
$context['mainpost'] = new Timber\PostQuery($mainargs);
|
||||
$context['posts'] = Timber::get_posts($args);
|
||||
$context['mainpost'] = Timber::get_posts($mainargs);
|
||||
|
||||
$context['section_title'] = 'actualidad';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user