Viewing 1 replies (of 1 total)
  • Thread Starter Nic Windley

    (@nisiwi)

    The fix is;

    in function c2c_single_category_catlink

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

    and include the slash . '/'

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

    Hope to see this in the next release / update

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