Hi I would like my home page to load with the list view as default
-
Hi I would like my home page to load with the list view as default, how can I do this please?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
When you say that you want a list view, what exactly do you mean? Just a list of your blog post titles? Or was there something else you had in mind?
Please let me know!
-
Hi, yes I would like to load as a default option with the list of blog post titles.
I am using Ubud theme and this is my blog:
https://maylorna.wordpress.com/
Cheers -
That’s not a problem! What you’ll need to do is create a new page and put the following snippet of code on it:
[display-posts wrapper="ul" posts_per_page="100"]This will display a list of your most recent 100 posts by title with bullet points. If you’d rather have them be numbered, you can replace the “ul” with “ol”. If you’d rather not have either, you can change that to “div”. There are all sorts of variations you can do with this code, which you can read about right here: https://en.support.wordpress.com/display-posts-shortcode/
Once you have that page created, you’ll need to set it as your home page. You can follow the instructions to do so right here:
Let me know if you run in to any troubles!
- The topic ‘Hi I would like my home page to load with the list view as default’ is closed to new replies.