Creating a Table of Contents Automatic In Sidebar Using Scroll

Creating a Table of Contents Automatic In Sidebar Using Scroll in WordPress. com. In addition to automatically display a list of contents in posts and pages, we also can display it in the sidebar of the blog. Given a list of contents displayed a lot, we make it by using the scroll menu to make it look more compact.

To create a table of contents automatically in the sidebar using the scroll, do the following:

1. Please login to Admin WordPress.com.
2. On the left side of page click on the [Appearance]> [Widgets].

appearance widgets menu1 Creating a Table of Contents Automatic In Sidebar Using Scroll3. On the 'Widgets' select widgets [Text] who want you plug in the sidebar by clicking on hold and slide to the [Sidebar].

text widget Creating a Table of Contents Automatic In Sidebar Using Scroll
4. Paste this code without the sign / text widget areas:

<div style="overflow:auto;width:200px;height:150px;text-align:left;">[/archives]

5. And click the [Save].

Description:

width: wide area (adjust the width of your blog's sidebar.)
height: height area (height adjust your blog's sidebar.)
text-align: text alignment. ( center, left, right )

Examples of other shortcode:

To create a table of contents with the dropdown menu:

[/ archives format = option]
Displaying records the last 12 months:
[/ archives type = monthly limit = 12]
Displaying records the last 12 months by displaying the number of records:
[/ archives type = monthly limit = 12 showcount = true]
Displaying records last 18 days:
[/ archives type = daily limit = 18]
Showing records 32 last post:
[/ archives limit = 32]
Displaying records last 3 weeks:
[/ archives type = weekly limit = 3]
Showing records 12 months in the form menudropdown accompanied by the appearance of the archive:
[/ archives format = option type = monthly limit = 12 showcount = true]
Showing records 17 weeks accompanied by the appearance before and after the text:
[/ archives type = weekly limit = 17 before = 'old' after = 'new']

Description:

Remember! paste it in without "/".
Change the value and red printed text on your own.
To put it in the sidebar, use text widgets.
This Shortcode is valid only in WordPress. com.

Popular Incoming search terms:

scroll descritpion with slidebar wordpress, sidebar scrolling records, simple tutorial wordpress com, table of content scrollto wordpress, toc sidebar wordpress, web tables and archive menu, website automatic table of contents, wordpress com tutorial, wordpress table sidebar

Related posts:

  1. How to Put the flag Google Translate In Vertical Or Horizontal

Leave a Reply