Hi Guys,
I need to fix something in the loop to allow the default WP sticky posts to work properly.
Which is the loop which generates the blogs used in the Template Builder?
Thanks
rich
Hi Guys,
I need to fix something in the loop to allow the default WP sticky posts to work properly.
Which is the loop which generates the blogs used in the Template Builder?
Thanks
rich
Hi,
The code can be found in includes/helper-templates.php - probably you'll need to adjust following code line:
$avia_config['new_query'] = "posts_per_page=".$dynamic_blog_posts_per_page."&paged=".get_query_var( 'paged' );You must log in to post.