opensans

search page

3 searched posts found

6 Jan 2018
0.96K
No Comments

Create folder named whatever you want, I am called SDTuts_WordPress and create subdirectories as in following snapshot. Write basic html in index.html file Write the basic html tags as defined in following code and link stylesheet bootstrap.min.css and theme.css file which we will create. Create css files and write basic styles

Post in

6 Jan 2018
1.59K
No Comments

Create folder and Directories This tutorial is made for all of beginners to learn how to create html to WordPress theme, Here is all of steps are defined with video tutorial, if you are facing any of problem or missed any step watch the video tutorial. Register theme Copy folder

Post in

6 Jan 2018
35.64K
2 Comments

Create comments template create comments.php file in theme directory and we have already called in single.php by using comment_template() WordPress core function. Create condition of post if comments are enabled else show message look below. if (get_option(‘comment_registration’) && !$user_ID) condition used for registration is enabled from admin panel user must

Post in