F70 Simple Table Of Contents Wordpress Plugin - Rating, Reviews, Demo & Download

F70 Simple Table Of Contents Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

This plugin display a table of contents at “Read More” block in your post. It is automatically created from the post headings (H2, H3).

This plugin does not have any javascript features such as smooth scrolling or folding. So if you mind about page speed or plugins confliction, you will love this.

You can set 2 settings each post.

  • Display the table of contents (defalut = OFF)
  • Heading levels included in the table of contents (default = H2 only, or H2 + H3)

Notice

  • This plugin works if you use H2 ( and H3 and lesser ) headings in your posts.
  • Headings hierarchy must be preserved. For example, H3 not after H2 does not appear in the table of contents.

Edit Appearance

To edit the appearance of the table of contents, write CSS. You can use “Customize > Additional CSS” or theme style sheets.

For example

Turn the box background a pale blue :

#f70stoc.table-of-contents{
    background-color: #effcff;
}

Remove list marker :

#f70stoc.table-of-contents ol{
    list-style-type: none;
}

Increase the space between the border and the text :

#f70stoc.table-of-contents ol li{
    padding: 1em 0;
}

Screenshots

  1. Check "Display the table of contents" and insert a "Read More" block into your post and save it.

    Check “Display the table of contents” and insert a “Read More” block into your post and save it.

  2. Display sample ( H2 Only )

    Display sample ( H2 Only )

  3. Display sample ( H2 + H3 )

    Display sample ( H2 + H3 )

  4. Display sample ( H2 Only, other site )

    Display sample ( H2 Only, other site )

  5. This plugin works if you use H2 headings in your posts.

    This plugin works if you use H2 headings in your posts.

  6. Removed list marker and the box background a pale blue

    Removed list marker and the box background a pale blue


Reviews & Comments