Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Is there a plugin that lists all my posts on one page,a page with full list of all my posts?

share|improve this question
Welcome to WordPress Answers! Unfortunately, plugin recommendations are off-topic here :( – bungeshea Jan 20 at 11:32
You should reword the Question, something like: "How can I view all of my posts on one page?" If someone were to Answer with a plugin recommendation, there's your Answer! Alternatively, you might get an even better Answer that turns out not to require a plugin (as may be the case already). – akTed Jan 20 at 13:47
1  
A shortcode could be used for that, or a custom template. :::: @AKTed, we could edit the Q ourselves to make it on-topic, but it is so badly formulated (title==content) that I think it's beyond salvage... Voting to close. – brasofilo Jan 20 at 15:07

closed as off topic by Michael, s_ha_dum, brasofilo, toscho Jan 20 at 15:15

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

try this at Reading Settings.

set Blog pages show at most a bigger number... say 5 digits of 9's...

share|improve this answer
Wouldn't that show Read more or whatever text is used to show that it's just a snippet, for longer posts? – akTed Jan 20 at 11:18
@AKTed It depends on your template code. You should use the_content() instead of the_excerpt() to show full post – Giri Jan 20 at 11:23
@AKTed as per wordpress codex, Blog pages show at most: [X] posts - Enter the number of posts to be displayed, per page, on your site. – Reigel Jan 20 at 11:29
@Reigel: I'm aware of that. I possibly misinterpreted the part of the Question: "[...]a page with full list of all my posts? " as meaning "show all the posts (with the full text of each post)." – akTed Jan 20 at 13:37
Gee, last time I came here. By the way, found it by myself "Display Posts Shortcode" plugin – Rhym Jan 20 at 16:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.