FakeStar
Member
Posted 6 years ago #
I want to show one post per page.
with comments fields showing, not links.
Like this permlink
http://fakestar.com.br/wordpress/kubo-family.html
but in index page, in the last post.
I don't know if u guys can understand me, my english is not good.
Thanks, any helps are welcome.
On your options page, select just 1 post per page. Then add <?php comments_template(); ?> to your index.php.
That should do it.
FakeStar
Member
Posted 6 years ago #
it doesn't work
any other idea?
Well search then. Comments on the main page has been covered many times. ;)
spencerp
Member
Posted 6 years ago #
So you want every POST to look like this then:
http://fakestar.com.br/wordpress/kubo-family.html
But instead of having 20 posts per page, you'd like to have almost like a "slide show" effect on it? With ONE POST displaying like that link above, per post page?
spencerp
FakeStar
Member
Posted 6 years ago #
Spencer,
slide show? i don't get it...
But yes, i want to show one post per page, and i want the 20 comments showing in the main page, i don't want link like "comments" "comments 1" etc.
i'll search again viper, thanks
FakeStar
Member
Posted 6 years ago #
search is not working here...page 2 of "comments" tag, not loading :S
Whoops, sorry, it's this:
<?php
$withcomments = true;
comments_template();
?>
More threads on how to do this:
http://www.google.com/search?q=comments+main+page+site%3Awordpress.org%2Fsupport
FakeStar
Member
Posted 6 years ago #
Than you Viper. Now it's working :)