Custom post type mega menu

Posted in: Newspaper
Post count: 3

Hi, at this moment I am having troubles when adding a category as a mega menu and It has custom post type affecting the nav menu. How can I solve it? which file do I have to modify the menu’s query? (Big slide stops working too)

Mega menu

Post count: 3

Solution:
includes/wp_booster/td_data_source.php line: 32
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_type’ => array(‘post’,
‘another_custom_post_type’)
);

Post count: 3343

Hi,
I’m glad that you have managed the issue.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.