Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Brecht

    (@brechtvds)

    Could you try flushing your permalinks?

    Thread Starter paulalexandru

    (@paulalexandru)

    I did but nothing changed, still Nothing found pages

    Plugin Author Brecht

    (@brechtvds)

    Have you disabled “Recipes act as Posts” on the Recipes > Settings > Advanced page?

    If so, try adding this code to your theme’s functions.php file:

    function wpurp_query_posts_loop_check( $secondary_query, $query ) {
    return !$query->is_main_query();
    }
    add_filter( 'wpurp_query_posts_loop_check', 'wpurp_query_posts_loop_check', 10, 2 );
    Thread Starter paulalexandru

    (@paulalexandru)

    Yes I disabled that, I also added this into my functions.php file (it’s a child theme) and nothing changed, still not working

    Plugin Author Brecht

    (@brechtvds)

    Did you flush again afterwards?
    If it still doesn’t work try switching to a default theme (like Twenty Sixteen), flush again and see if it works then. If it’s a theme problem I can look into your theme’s code to fix it.

    Thread Starter paulalexandru

    (@paulalexandru)

    I switched to my default theme twenty twelv, flushed again but still no change

    Plugin Author Brecht

    (@brechtvds)

    Could you contact us at [email protected] with a link to your website?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Course and cuisine redirect to nothing found’ is closed to new replies.