Home Forums WoodMart support forum How to make numbered list with 1.1, 1.1.1 and so on?

How to make numbered list with 1.1, 1.1.1 and so on?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #469383

    Orange
    Participant

    Hi there,

    For now, the situation is
    the points following point 1 are 1., 2.
    the points following point 2 still are 1., 2., 3., and so on.
    Screenshot here: https://prnt.sc/2XgLy7bSZST_

    How can I make it like in word, points following point 1 are 1.1, 1.2. Points following point 2 are 2.1, 2.2, 2.3 and so on.
    Screenshot: https://prnt.sc/hKbgiXv0veKB

    Thanks for your help!

    #469647

    Hello,

    To create automatically numbered headings in WordPress using HTML, you can use the following structure:

    <h1>Heading 1</h1>
    <h2>Subheading 1.1</h2>
    <h2>Subheading 1.2</h2>
    <h1>Heading 2</h1>
    <h2>Subheading 2.1</h2>
    <h2>Subheading 2.2</h2>

    However, if you’re using the default WordPress editor, it might not have a built-in feature for automatically numbering headings. In that case, you can consider using a plugin called “Easy Table of Contents,” which can automatically generate a table of contents for your posts or pages.

    Here’s how you can use the “Easy Table of Contents” plugin:

    Install and activate the “Easy Table of Contents” plugin from the WordPress plugin repository.

    After activation, go to the plugin’s settings. You can find it under “Settings” -> “Table of Contents” in your WordPress dashboard.

    Configure the plugin settings according to your needs. You can customize the appearance and behavior of the table of contents.

    Now, when you create a new post or page, the plugin will automatically generate a table of contents based on your headings.

    By using this plugin, you won’t need to manually number the headings yourself. The plugin will handle the numbering and generate the table of contents for you.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)