How Do I Create List in my WordPress Pages?
[wpmudev-video video="lists"] How Do I Create List in my WordPress Post or Pages? In this video tutorial, we are going to discuss how to make a list on your WordPress page or post. The creation of a list can make a page look better and add a professional touch. You have two different types of lists that you can create in your WordPress post or pages. The first type of list is the bullet or unordered list. To create an unordered list, click the unordered list button on the text editor toolbar, and start typing. Each time you enter a line, press the return key and go to the next line. When you are finished, click the unordered list button again, and you will be back into regular text editing mode. Unordered List <ul> <li>Example 1</li> <li>Example 2</li> <li>Example 3 </li></ul> Ordered List <ol> <li>Example 1</li> <li>Example 2</li> <li>Example 3...



