Organized Docs WordPress Plugin

The Template Files

Organized Docs includes an easy template system. The template files are at:

organized-docs/includes/templates/

There are three template files for Organized Docs:

  1. taxonomy.php – displays the Docs category pages (each individual top-level item with its list of subheadings and articles).
  2. single.php – displays the single Docs post.
  3. sidebar.php – the sidebar for single Docs (which shows the Table of Contents widget).

 

The Organized Docs layout is compatible with these default WordPress themes: Twenty Seventeen, Twenty Sixteen, Twenty Fifteen, Twenty Fourteen, Twenty Thirteen, and Twenty Twelve.

On other themes, the layout may look all messed up. It’s very easy to fix this by copying the template files into your theme. Once you have copied them, make the necessary changes to the HTML to make it match your own theme, while leaving the important Organized Docs loop stuff intact.

See how to Customize The Docs Template Files

Updated on March 1, 2017

Questions and Comments are Welcome

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]