Blog Pages
-
Hello, I’d like to create more pages on my wordpress site that look like the home page where I post my blogs. I’d like to be able to make posts on other pages I’ve created that post just like a blog, rather than having one really long document every time I post. How do I do this?
The blog I need help with is: (visible only to logged in users)
-
Hi,
The best way to do this is using post categories.
Then on the individual page, you can use the shortcode from particular post’s category to display these posts.
Eg. If you have a category called Must Read with a slug must-read, you can paste this shortcode to display posts from its category:[display-posts category="must-read" posts_per_page="-1" include_date="true" order="ASC" orderby="title"]More about using shortcodes you will find here: https://en.support.wordpress.com/display-posts-shortcode/
-
-
I got this to work. But is there a way to NOT have a post I assigned to a certain category appear on my main “Blog Posts” page and only appear on a different page that I created?
- The topic ‘Blog Pages’ is closed to new replies.