• Hey.

    The website I’m working on has a lot of static pages and a blog as a section.
    Is it possible to have all the static pages have a permalink based on the pages hierarchical order (i.e.: /about-us/history) and have all of the blog posts under /about-us/blog, so for example a post permalink will have a url like /about-us/blog/2011/08/sample-post?
    (where /about-us/blog is like the default index of a wordpress blog)

    Thanks.

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

    (@nitm)

    nevermind, found a solution.
    easier than i anticipated..

    Thread Starter nitm

    (@nitm)

    hi,

    by using this custom structure: /about/blog/%year%/%monthnum%/%day%/%postname%/
    i managed to get the desired results of having different urls for pages and posts.

    i still can’t manage to produce a index page in /about/blog/ that have the same behavior as you get from the default index page (displays the last post and lists the previous ones)

    would appreciate any help, thanks.

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

The topic ‘different urls for pages and posts’ is closed to new replies.