Here are old portrait drawings of some notable characters at my old highschool. School life seems so long ago that I feel like it was all an imagination. How I wish to go back to those boring times of quietly sitting on a chair, writing, drawing, chatting and occasionally learning. Click the images to expand.← continue reading →
Create a Custom Menu for a WordPress Theme
This post is all about how to create a custom WordPress menu that you can incorporate in your WP Theme. Register the Menu The First step is to register the menu so that the potential user may see this: Add this to your WordPress Function.php : Output the Menu Next step is to add the…← continue reading →
Create a WordPress Theme – Beginner’s Guide 3
Part 3 of How to create a WordPress Theme – Guide for Beginners. WordPress CSS Contents The Stylesheet is important not just because it dictates the appearance of the theme but also because it contains vital information about the theme like the theme name, theme description, theme version and the theme author. Theme Info CSS…← continue reading →
Create a WordPress Theme – Beginner’s Guide 2
Part 2 of How to create a WordPress Theme – Guide for Beginners. After the <head> codes, the next part is the Header where the site name and site description is to be displayed. Continuing on the Header.php Lets continue with the contents of the header.php. We now add the opening body and container tag.…← continue reading →
Create a WordPress Theme – Beginner’s Guide
So you decided to create a WordPress theme? What’s the simplest way to learn how to create a WordPress theme? The easiest way is to simply dissect the simplest WordPress theme you can find. There are a lot out there. You can start learning with this theme which is aptly named simplest. But since you’re…← continue reading →
How to Install WordPress on XAMPP
WordPress Meets XAMPP These are the steps on how to install WordPress on your computer using XAMPP. Working with WordPress on an actual Web Server is not always the best approach. This is especially true when designing, developing, modifying or customizing themes. Using an online server takes up a lot of time, puts the site…← continue reading →
How to Connect a Domain to your Website
After buying a good domain name from a domain registrar, your second move involve steps on how to connect your domain name to your web host so that the domain name points to your web/html files, making your website complete. Two Steps on Configuring a Domain Name There are basically two major steps to perform…← continue reading →
Choose and Buy a Good Domain Name
How to choose and buy a good domain name. If you plan to create a blog or website, then you’ll need an online address that will direct netizens to your site. Domain names, if properly chosen, also give your site a a good branding that is immediately recognizable and easy to remember. What is a…← continue reading →