• Hello folks

    i have a website running WP 3.3.1 , the site will have only one post

    i setup my permalike to %postname%

    i need to have my domain point only to the full post including the comments part

    and remove any link to http://www.xxx.com/post-name

    any help ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • why are you not using a single static page (no post at all) and set this page as static front page?

    http://codex.wordpress.org/Creating_a_Static_Front_Page

    Thread Starter darker-fear

    (@darker-fear)

    thanks alchymyth, you are the best

    thats exactly what i was looking for,

    i test it and it works. i still have small problem that comments dosnt show with themes, only with WP basic theme, what should i do in this case?

    i swaped between some themes but all dosnt show comments in the home page

    not all themes have the comment code in page.php;

    if you are sure you have set the options to show comments (which you probably have done, as at least one theme shows the comment on the static front page) then have a look into page.php of your theme, and see if you can find a line with comments_template();

    if not, open single.php of your theme, look for the same code, and copy it from single.php and paste it into page.php into the ‘same’ position.

    if you are using a free theme, you could post the name and download of this theme here, and someone might check this.

    Thread Starter darker-fear

    (@darker-fear)

    thanks again alchymyth, now i have comment in the static page

    but i have two pages with title HOME and one contact page

    and when i go in dashboard to allpages i find only Home and contact

    where can i find the 1st Home page ??

    Thread Starter darker-fear

    (@darker-fear)

    i did it

    i found this line
    <li><a href="<?php bloginfo('home'); ?>/">Home</a></li>

    in header.php and removed it

    this removed the first Home title in bar

    Thanks alchymyth you was greate help to me

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

The topic ‘WP Single Post’ is closed to new replies.