• I am trying to make certain pages be in folders. For instance, if i go to domain.com/about it will take me to my about page, WITH the same theme as the rest of my site.

    I know i can create the /about folder and put a index.php file in there, but I don’t know what code to use to make the get_header(), get_sidebar(), and get_footer() get the right information from the theme (as well as all the essential wordpress stuff to make everything work correctly.

    I searched everywhere and couldn’t find anything, but I know its possible. Does anyone know how I can do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just make a page called about and set the slug as about.


    Erum Munir
    Custom WordPress Themes

    You also need to edit you Permalink settings. On the Dashboard go to Settings > Permalinks.

    For example you could use the “Day and name” settings or make your own custom permalink structure. The “%postname%” tag at the end is the important part. For pages the day and time will be ignored and you will have just “yourblog.com/about”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘need the about page be “domain.com/about”’ is closed to new replies.