- Go to the ‘Customize’ page in the site dashboard
- Go to the panel ‘Theme Settings’
Create Home page with categories
Follow a few easy steps to customize the home page with categories.
- Add the new page
- Enter content for the home page if necessary
- Choose a template ‘Iknow Home’ for the page
- Go to ‘Settings’->Reading, select the option ‘A static page’ – > ‘Your Home Page’, which you create with the template ‘Iknow Home’
- Go to the main page of the site
Manage categories on homepage
Settings of categories on the home page
- Go to the ‘Customize’ page
- Select panel ‘Theme Settings’ -> ‘Home page’
- You can manage categories on the homepage: sorting, exclude and include
Add search form to navigation menu
How to add the search form to the main navigation menu
- Go to the page ‘Customize’
- Go to the panel ‘Theme Settings’
- Go to the panel ‘Navigation Menu’
- Select option ‘Add search form to navigation menu’
- Click button ‘Publish’
Add voting to posts and comments
For adding voting to posts and comments, you have to install the WordPress plugin ‘Iknow Extra‘.
- Install and Activate the plugin ‘Iknow Extra’
- Well Done
Create button in menu
- Go to the menu settings
- Add class to the link as ‘button is-primary has-background-primary ‘. All button classes you can find on the site https://bulma.io/
Add a full description to the category
To add a full description to the category, you have to install the WordPress plugin ‘Iknow Extra‘.
The plugin ‘Iknow Extra‘ must be installed.
- Go to editor of the category
- Enter a full description in textarea ‘Full Description’
- Click button ‘Update’
Add Icon to Category
For adding the icon to category, you have to install the WordPress plugin ‘Iknow Extra‘.
The plugin ‘Iknow Extra‘ must be installed
- Go to ‘Customize’ page -> panel ‘Them Settings’ -> ‘Icons’
- Select the “Enable Font Awesome” or ‘Enable Dashicons’
- Click ‘Publish’
- Go to the editor of the category
- Enter the icon class in the field ‘Category Icon’
- Click button ‘Update’
Create contact form
For creating a contact form for WordPress theme Iknow, you can install the plugin ‘Contact Form 7’
- Install and activate the free plugin ‘Contact Form 7‘
- Create the necessary form
- For design, you can use the HTML elements from the site https://bulma.io/
- Insert the form shortcode on the page
The code uses in demo page ‘Contact’:
<div class="field is-grouped"> <div class="control is-expanded"> [text* your-name class:input placeholder "Name"] </div> <div class="control is-expanded"> [email* your-email class:input placeholder "Email"] </div> </div> <div class="field"> <div class="control"> [text* your-subject class:input placeholder "Subject"] </div> </div> <div class="field mb-6"> <div class="control"> [textarea* your-message class:textarea placeholder "Write something..."] </div> </div> <div class="field my-5"> <div class="control has-text-centered"> [submit class:button class:is-primary "Submit"] </div> </div>