How do I make a poetry page?

  • Unknown's avatar

    I’m trying to figure out how to create a page of my poems and have clickable links to them, rather than list them on a long page. How do I do that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    If each of your poems is in a separate blog post, you could create a page with links to each blog post. There is also a shortcode you can put on a page that will generate and display a list of posts for you: Display Posts Shortcode

    Do either of those solutions sound like the kind of page you are trying to create?

  • Unknown's avatar

    Thanks for your response. Display Posts Shortcode sounds like what I need to create my page. Ultimately I’d like to create a page called Poems which, once opened, looks like this:

    Title 1

    Title 2

    Title 3, etc.

    Will Display Posts Shortcode lead to this? Thanks again!

  • Unknown's avatar

    Yep, the Display Posts Shortcode should do the trick for you! One way to set this up is to use a specific category for all of your poems. You can then use the shortcode to show only the titles for that category.

    For example, if you use the category “poems” on each post that has a poem in it, you can use this shortcode on the page:

    [display-posts category="poems"]

    If you have any other questions about this, please let me know!

  • The topic ‘How do I make a poetry page?’ is closed to new replies.