To update the information in the drop-down menu, you need a basic understanding of HTML. However, even if you're not familiar with HTML, this tutorial will guide you through the process.
On the screen for editing the post, click on the "Source" icon.
(Optional) To make the code easier to read, select the HTML code that appears on the screen, right-click, and choose the "Copy" option.
(Optional) Access the Free Online Formatter website (https://www.freeformatter.com/html-formatter.html), select the "Copy-Paste Your HTML here" field, right-click and choose the "Paste" option.
(Optional) Click on the "Format HTML" button and wait for the formatted HTML to appear. Click on the "Copy" button, return to your post, and replace the code on the screen with this new one by right-clicking and choosing the "Paste" option.
Each line corresponds to an option in the drop-down menu and the format will always be <option value="Link">Name of Link</option>.
To change the name of an option in the menu, you will first define the link that you want to be opened by inserting it in place of the "Link" text, and then define how the name of this link should be displayed in the menu, replacing the text of the place "Name of Link", for example, like this: <option value="/example-newsletter/july-2020">July 2020</option>.
After completing the steps above, save the post.
Test the updated dropdown menu to make sure it works as expected.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article