• I’m looking for a way to present a list with the titles of alle posts in a widget-dropdown menu.

    Is there a solution for this? (I’m just a user, not a programmer.)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Go to w4 post list page, and create a new list. Set these values –

    List Type > Post Type: Posts
    List Type > Preset: Custom
    Posts > Post type: Posts (check)
    Posts > Post status: Publish
    Posts > Items per page: -1
    Template:

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

    Save it. Then use the shortcode or Post list widget to display this on frontend.

    Thread Starter Willem 2

    (@willem-2)

    The background is grey only in android.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘dropdown menu’ is closed to new replies.