How to create links to posts within pages.
-
I am wondering how to create links to posts as a list within my pages. For example, if I have a Recipe Page, when I click on the page, I would like a list of links to show up that will connect readers to posts I have made.
EXAMPLE 1:
Recipe Box (page)
(list of links follows)
>>Breakfast
>>Pancakes
>>Cereal
>>Lunch
>>DinnerEXAMPLE 2:
6 Week Fitness Challenge (page)
>>Week 1: Running
>>Week 2: WalkingThe links of the “weeks” will take a reader to the page of “Week 1”
The blog I need help with is: (visible only to logged in users)
-
Hi there,
There are a couple ways you can do this:
One option is to categorize your posts and then add links to those categories. We can use your Recipe Box page as an example.
If you have a “Breakfast” category you can add a link to that category page on your Recipe Box page. Then, you can add the Breakfast category to your posts, and those posts will appear on the Breakfast category page. You can do that for each of the categories you want to have on your Recipe Box page.
Another option is to use our Display Posts Shortcode. That will display a list of links to your posts (rather than links to the categories). You can add that shortcode to any page, and customize it to show certain posts.
For example, if you have a category called “Recipes” you can use this shortcode to list all of your posts in the Recipes category:
[display-posts category="Recipes"]
Please let me know if you have any questions about that. :)
- The topic ‘How to create links to posts within pages.’ is closed to new replies.