Viewing 1 replies (of 1 total)
  • Hi. Same here.

    A temp fix is, on line 111 change this:

    $catlink = get_option( 'siteurl' ) . user_trailingslashit( $catlink, 'category' );

    For this:

    $catlink = get_option( 'siteurl' ) .'/'. user_trailingslashit( $catlink, 'category' );

    Best!
    R

Viewing 1 replies (of 1 total)
  • The topic ‘Menu category link missing’ is closed to new replies.