• I tried to make a dropdwon list with links to all posts but it doesn’t work. You can see a dropdown list (at the end of the widget area on my website) but the titles are no links. Do you know what is wrong?

    This is what I have done:

    List Type > Post Type: Posts
    List Type > Preset: Custom
    Posts > Post type: Posts
    Posts > Post status: Publish
    Posts> Orderby: title
    Posts> Order: ASc
    Posts > Items per page: -1

    Template:

    <select>[posts]
    <option value=[post_permalink]>[post_title]</option>
    [/posts]</select>

    The page I need help with: [log in to see the link]

  • The topic ‘Dropdown list’ is closed to new replies.