• I have following pages

    sitename.com/web-design
    sitename.com/web-developement
    sitename.com/app-developement

    How to set the permalinks like below only for above pages

    sitename.com/SERVICES/web-design
    sitename.com/SERVICES/web-developement
    sitename.com/SERVICES/app-developement

Viewing 1 replies (of 1 total)
  • To set arbitrary permalinks like this will require code for the particular web browser to rewrite the links for you. If you’re using Apache, that will be custom code going into your .htaccess file.

    Alternatively, you could create a parent PAGE with the permalink SERVICES, and make these pages SUB-PAGES under the SERVICES page.

    Eg if the page with the slug “web-design” is a CHILD page of the parent page with the slug “services”, then the URL of the “web-design” child page becomes “/services/web-design”

    I would even make the SERVICES page a landing page providing a brief summary of all the services, from where one can click to go to the individual services.

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Permalinks for page’ is closed to new replies.