Organized Docs WordPress Plugin

Create a Custom Single Docs Template To Match Your Theme

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

organized-docs/includes/templates/

Basic Steps

  1. To create a custom “Single” Docs template, first create a folder named “organized-docs” inside your theme.
  2. Then copy the single.php file from the plugin’s “templates” folder into your new “organized-docs” folder.

    (Here is a link to the most recent single.php for convenient copying.)

  3. Now, make your desired changes in your copied file.
  4. The filename must remain single.php. Its path should be like so:

    /your-theme/organized-docs/single.php

Once you upload this new file to your server, the plugin will then use it to show single Docs.

Updated on March 5, 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]