• ive been editing the templates to suit how i want, im a complete newb when it comes to php, ive bascially been removing the things i dont want, the permalink works fine as it is, but the page loaded when the link is used is not how i want, which template file does it use? is it index.php? if so then when it loads the permalink it doesnt loads some sidebar info and a nav bar at the bottom of the page?

    sorry for the vagueness hope someone undertsands me 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter apashton

    (@apashton)

    k ive got that its the post.php file i think, but its stiill msiing the sidebar stuff and the nav bar

    Thread Starter apashton

    (@apashton)

    the bits it doesnt seem to be using are

    <div class=”navigation”>
    <div class=”al”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
    <div class=”ar”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>

    from the single.php

    and anything below the <!– End of Activity –> line on sidebar.php

    Thread Starter apashton

    (@apashton)

    when the pages load from the nav bar, which is on the main page and it uses this suffix /index.php?paged=1 the layout is still fine but when it uses this suffix /?p=3 is when the sidebar and nav are missing

    Thread Starter apashton

    (@apashton)

    well solved it myself, and im not a noob php-er anymore, thanks for the errrr… help guys……

    Sorry your posts got missed, apashton. I think anyone who read through may have thought you had things worked out.

    For others who come across this, see:

    http://codex.wordpress.org/Theme_Development#Theme_Template_Files_List

    This gives a run down of all Theme templates recognized by WordPress.

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

The topic ‘Permalink template?’ is closed to new replies.