• I have a custom page template that holds my registration form – I have found numerous plugins to help attaching a Page to a category. But what I have consistant trouble is getting the permalink to represent its category.

    So currently it looks like:
    site.com/my-custom-page (is the current link)

    I want it to:
    site.com/my-category/my-custom-page

    Any help on this would be greatly appreciated.

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your WP admin, go to Settings -> Permalinks and change this setting to Custom Structure. In the field, enter /%category%/%postname%/

    Thread Starter SoloDragoon

    (@solodragoon)

    I ended up taking a step back and just thinking about this, on a more basic level.

    Why don’t I just do the inverse? Make a custom post template. And just convert this custom page over to that. This way it keeps all the current settings.

    So this is resolved – thanks for your help though.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom Page Template, Category, Permalink Update’ is closed to new replies.