• i am aware that you can put different wordpress pages in a different locations, within the html_public file is the index.php file which is the home page, but for page 2 i want to put this in a different directory within the public_html can anyone elaborate on this please

Viewing 5 replies - 1 through 5 (of 5 total)
  • the index.php file in html_public is not really the home page

    It is the page that fires wordpress

    index.php in wp-content/themes/your_theme is the actual index which controls your layout, etc

    you really can’t put WP pages in different locations. WP pages aren’t actual physical pages. They are entries in a dynamic database

    if you want your pages to appear somewhere in the url, that is done with permalinks

    Thread Starter mike griffith

    (@mike-griffith)

    ah ok, will the permalinks help with ranking, as this is what im after

    Thread Starter mike griffith

    (@mike-griffith)

    does that mean i can give each page a permalink

    Using permalinks will help SEO and ranking, yes

    as for your second Q, not really…. and kind of… 😉

    http://codex.wordpress.org/Using_Permalinks

    you set your permalinks structuure. Then your post/page names, category name, etc will become part of your permalink…depending what structure you use

    Thread Starter mike griffith

    (@mike-griffith)

    cheers thank you

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

The topic ‘wordpress pages in different locations’ is closed to new replies.