Organized Docs WordPress Plugin

The Docs Template Files Are Updated in 2.1, 2.1.1

All 4 template files have been updated in version 2.1. If you are using a custom template file for Docs in your theme, you must update the file for Docs to work properly.

Here are links to the raw code of each template file in version 2.1.

For help, see Customize the Docs Template Files.

If your template is a full-width template, you may want to add this CSS to align things better:

/************************************************************
Docs compatibility for Main Docs page
*************************************************************/

.post-type-archive-isa_docs .docs-site-content{
     width:700px;max-width:100%;margin-left:auto;margin-right:auto
}

/************************************************************
Docs compatibility for Docs Category/Subheading pages
*************************************************************/

.tax-isa_docs_category .docs-content-area{
     width:940px;max-width:100%;margin-left:auto;margin-right:auto
}

/************************************************************
Docs compatibility for Single Docs sidebar
*************************************************************/

#docs-content-sidebar > ul {margin-left:10%;}
#docs-primary .widget_docs_section_contents > h3.widget-title {padding: 1em;}

Updated on May 17, 2015

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]