• Leo Blanchette

    (@leoclipartillustrationcom)


    I get a “Not found” when I click this link from the admin panel of my “Links” section:

    https://localhost/?taxonomy=link_category&term=blogroll

    Same with another link category I created.

    Is this indicative of any particular problem?

    Research says this might be a permalinks problem and a rewrite flush is needed, but that doesn’t seem to do anything.

    I’m designing a theme…not aware that I’ve done anything that could break this feature.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Leo Blanchette

    (@leoclipartillustrationcom)

    If this is some sort of rewrite problem, you can see what I’ve got here:

    global $wp_rewrite;
        $wp_rewrite->add_permastruct('typename','typename/%year%%postname%/' , true , 1);
        add_rewrite_rule('typename/([0-9]{4})/(.+)/?$','index.php?typename=$matches[2]', 'top');
        $wp_rewrite->flush_rules();

    I don’t believe anything is in error here, but still I’ll throw it out there.

    How to rewrite this url :
    ?taxonomy=link_category&term=

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Not Found" on blogroll?’ is closed to new replies.