Tutorials

Hooks That Exist In WPThemestudio

Theme’s hook is a place(hook) to attach your functions in the theme.

Hook is something like a code placement zone where you can attach as many codes to it without actually adding the code to the file where the hook exist.

More >

WPThemestudio Blank CSS and HTML Structure?

Actually, it is very easy to obtain the blank css of WPThemestudio theme.  You just need to copy the original theme css and paste it in your child theme css file.

About the html structure.  You can see the html structure by viewing the page source of this blog. But not the homepage.

Introduction To Child Theme and How To Make One

Child theme is another individual theme on its own theme folder.

But child theme inherits all the styling and functions that exist in the parent theme assign to it.

 

More >

Doing Maintenance For WPThemestudio.com

Right now, I’m doing regular website maintenance for this blog.  Some of the work includes:

  • Updating plugins.
  • Optimize database.
  • Download and back up the database.
  • Compress and download all the website files. (Not cPanel full back up! It always corrupt when you extract, believe me. ;) )
  • Clear some unwanted files on server.
  • Done.

How frequent you do your blog maintenance? :-D

WPThemestudio Developer Guide

This is a guide on how to edit WPThemestudio theme.

  1. Introduction To Child Theme and How To Make One
  2. WPThemestudio Blank CSS and HTML Structure?
  3. Hooks that exist in WPThemestudio.
  4. About page template and how to make one.

These thing will help you to edit your WPThemestudio theme.
The tutorial will be available if the list above become a live link.

I promise to add them at least once a week.   :)