- KB Home
- Echo Knowledge Base
- Advanced Customization
- Article Pages
- Creating Custom Articles
Creating Custom Articles
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
In this article we will demonstrate how to customize your Articles if you need to fully customize the content and KB configuration is not sufficient for your requirements.
You can customize your articles using either:
a) Child Theme
b) Article hooks
Both options are described below.
When using Child Theme option to customize your article, choose one of two template options in the Global Wizard:
- Current Theme
- Knowledge Base Theme
To learn more about that click here.
Current Theme (see Global Wizard)
Now if your theme has a different Template Hierarchy structure then single.php might not be the correct file name and you will need to copy your themes PHP as well for that file.
Output example.
We have added text and highlighted it in yellow so you can see the custom HTML and custom CSS being applied to the template.
Knowledge Base Theme ( See Global Wizard )
Using WordPress Hooks
If you want to hook within the KB template output like the sidebar or under the title. See this article here.
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |