• Resolved kazskater99

    (@kazskater99)


    I am not sure singlephp custom.php page is 404 except category.php sidebar.php homw.php index.php i made to read from wordpress dash board

    Basically i can not get in contents after changed permalink with

    /%category%/%postname%/

    Do you know help me..

    thanks

    • This topic was modified 1 year, 1 month ago by kazskater99.

    The page I need help with: [log in to see the link]

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

    (@kazskater99)

    function remove_category_base() {
         global $wp_rewrite;
         $wp_rewrite->extra_permastructs['category']['struct'] = '%category%';
     }
     add_action('init', 'remove_category_base');

    Do this for Category now shoen in url

    just select
    Custom Structure /%postname%/

    nothing to change .htacsss

    Click permalink button

    done

    Thread Starter kazskater99

    (@kazskater99)

    make sure to create Template set up with same title with A.category.php B.category.php in Create Page.

    done

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set UP /category%/%postname%/’ is closed to new replies.