• Resolved rogueslg71

    (@rogueslg71)


    im trying to get a wordpress theme set up to where all pages look like the default single.php page, it shows the post, the comments (if any) and then a comment form. and plus the previous post and next post links (if applicable). so i’ve gotten it to at least get rid of the sidebars but i cant make it show only one post.

    i took out the while loop but wordpress is telling me i have an error now. you can see here : http://www.4dpvirus.com/ri/

    any help would be appreciated,thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter rogueslg71

    (@rogueslg71)

    okay now its showing up one post fine but it wont show the links to the previous post like i want it to. and also i want it to show the comments made and the comment form just like single.php does. any help?

    It will not work as you want. Index is index, and single is single.

    Thread Starter rogueslg71

    (@rogueslg71)

    so there is no possible earthly way to do this or you just dont know how? cause i really want to make my theme like this and saying that doesnt really help me much at all.

    rogueslg71, it is possible to display a single entry on the home page (index.php) and also the “next” and “previous” links, although I don’t think you can display the comment form or comments on the home page.

    I have seen it done on some photoblog sites but you need a customized Loop for that. I am not a coder…
    Out of the box WP will never let you to have comments on the frontpage. The “help” was intended to save you the headache.

    Thread Starter rogueslg71

    (@rogueslg71)

    i’ve got the comment form to display on the home page now,

    now im just trying to work on displaying the comments, according to comments.php there is nothing that looks at what type of page it is to determine whether or not to display the comments (or thats what i think so far) so does anyone know why this loop wont go through??

    thanks for any help.

    Thread Starter rogueslg71

    (@rogueslg71)

    does anyone know where i can look for more specifics on how wordpress handles comments? like exactly what file? i’ve been searching around but cant seem to figure out where they put it

    Thread Starter rogueslg71

    (@rogueslg71)

    nevermind i got it all figured out . quick question though how come i cant edit my first post?

    First post where? In the blog?

    Thread Starter rogueslg71

    (@rogueslg71)

    the first post in this thread. i want to remove that link

    You can edit your own posts only for a short period after posting. I can’t remember how long… but after that there is no possibility to edit it.

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

The topic ‘every page will only show one post?’ is closed to new replies.