How Do You Add Sub Bullets in WordPress?

Adding sub bullets in WordPress is quite simple. First, make sure you have the wp_list_pages function activated.

This function lets you create lists of pages, which are great for displaying sub bullet lists.

To add a sub bullet list, first create a list of pages in wp_list_pages. For example, if you want to create a sub bullet list for your blog posts, you would create a list of posts in wp_list_pages.

Then, in your post or page content, use the wp_list_item() function to create a new list item. The first parameter is the ID of the list you created in wp_list_pages, and the second parameter is the content for the list item.

For example, if you wanted to create a sub bullet list for your blog posts, you would use the following code:

  • 1st Post
  • 2nd Post
  • 3rd Post
  • .

    To create a sub bullet list for your blog posts, you would use the following code:

  • {title}
  • {title}sub-bullet list
  • Since the wp_list_item() function takes two parameters, you can also use it to create a list of posts with a title and a list of posts with a subtitle. For example, if you wanted to create a list of blog posts with a title and a subtitle, you would use the following code:

  • {title}
  • {subtitle}
  • .