Organized Docs includes an easy template system. The template files are at:
organized-docs/includes/templates/
Basic Steps
- To create a custom “Single” Docs template, first create a folder named “organized-docs” inside your theme.
- 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.)
- Now, make your desired changes in your copied file.
- 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.
Questions and Comments are Welcome