• van-knowmad

    (@van-knowmad)


    If we are just starting out using this plugin, would it be possible to change the CTP name in the file products/wpc-product.php from its original value “wpcproducts” here:

    function wpt_wpcproduct_posttype() {
        register_post_type( 'wpcproducts',
                     array(...

    to just “products”, like this:

    register_post_type( 'products',

    so that the URLs have “…/products/<name>” instead of “wpcproducts…” ?

    I know we would need to make this change after every upgrade, but is it just this easy if we are starting out?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WP-Cataloque: replace "wpcproduct" in URLs’ is closed to new replies.