Description
Plugin that enables you to create table of contents in your posts and pages. You can choose what it will parse, and what
it will not parse. It’s very simple to use from your editor
so you do not have to manualy enter tags. Now it’s nothing special, but later it will have much more features including
some predefined styles and more styling control.
Planned Features
- Custom TOC tag (so you dont have to use
[tinytoc lev="lv"]cont[/tinytoc]
)
Source SVN
- svn checkout https://svn.wp-plugins.org/tiny-table-of-contents-tinytoc/trunk/ tiny-table-of-contents-tinytoc
Support
- Twitter: https://www.twitter.com/php4every1
- Facebook: https://www.new.facebook.com/profile.php?id=1296304925&ref=mf
- Plugin home: https://php4every1.com/scripts/tiny-table-of-contents-wordpress-plugin/
- Documentation: https://php4every1.com/scripts/tiny-table-of-contents-wordpress-plugin/#Documentation-1
Screenshots
Installation
- Upload folder
tiny-table-of-contents-tinytoc
to your/wp-content/plugins
directory - Activate the plugin through the
Plugins
menu in WordPress
FAQ
- Now do I use this plugin?
-
When you go to your post editor you will see drop down menu “TOC Levels”. Select you chapter and then chose one of the levels. Or you can manualy wrap your chapter in [tinytoc level=”lv”]cont[/tinytoc] tags where
lv
is your level (number) andcont
is you chapter. - How to use image as “Back to top” button?
-
You have to add
<img />
tag to your text with path to that image assrc
attribute value. - Can I add text before TOC?
-
If you add
[tinytoc]
after that text, yes. - Can I chose TOC position?
-
Yes, by placing
[tinytoc]
in your text. - How can I remove `Header` and still be able to use `Back to top` feature?
-
In order to use
Backt to top
you need to have some tag with some ID. Just addstyle="display: none;"
to yourHtml before title
field in tag. If you have default example<h3 id="tyinTOC">
then you would have<h3 id="tyinTOC" style="display: none;">
. That will remove Title before table of contents and still allow you to useBack to top
feature. - How do I know what each of these fields mean?
-
Visit documentation.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Tiny Table Of Contents – TinyTOC” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Tiny Table Of Contents – TinyTOC” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.