• Hello everyone , I was wondering if it is possible to create a dropdown list for a post that can actually provide user the ability to select the episode he wants to watch (of a series in my webpage). I want to create something that allows the user to select the episode he wants to watch without the need to proceed to an other page (link) of something … But I can’t find any plugin that can help me with that. The videos one my website are embed videos so I need some kind of list that after selecting an item (e.g. episode 2) it will change the embed code of the video that shows up above (episode 1) which the user has just watched.
    I will appreciate any help! And thank you in advance guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • It would be possible to code this into the HTML of a post/page, or to code a “shortcode” to do it and pass in a list. There are plugins along the lines of “menus shortcode”, suggest that you look into them.

    Echo '<ul>'; and '</ul>';, then between query related posts (returning each inside an <li>)… perhaps all posts in the same category, i.e. Series 1. And CSS the
    <ul> into a drop down!

    Do you know html and WordPress?

    Thread Starter Alexlence

    (@alexlence)

    I know to word with wp but I don’t know html (can read it bur can’t write any).

    Suggest that you investigate the plugins.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dorpdown list!’ is closed to new replies.