Here are a couple of ways on “How to Install a WordPress Theme”. Installing a New Theme There are different ways on how to install your chosen theme. It might depend on where you are getting the theme from and how familiar you are with WordPress and other web technology like ftp. Using WordPress to…← continue reading →
Paper Chess Game from the Past
This is a scanned image of a paper chess game. I can’t remember exactly when the game took place but it was between 2002 and 2003 when I was in second year high school. I was bored in class so I asked my friend to play chess on a piece of paper. Playing on paper…← continue reading →
A Self-Portrait using Pointillism
This image was done when I was in 4th year high school. The task was to create a self-portrait using pointillism technique. Pointillism is a technique where dots are used to create the image. I’m not sure whether it should be strictly composed of dots or maybe it’s just meant to be the prevalent technique…← continue reading →
Add Shortcuts on WordPress Admin Bar
If you find yourself constantly modifying plugins and style sheets, you might want to make the process of navigating from the homepage to the options page a bit faster. You can easily add shortcuts to the admin bar by adding this code in your functions.php file. Using the code above adds two additional menu items,…← continue reading →
The Easiest Way to Center a Menu
This two CSS properties will solve most of your menu-centering problems. Of course this could also be used on other elements that you have trouble centering. Of course you’ll have to remove any float properties if there are any.← continue reading →
WordPress Codex Lulz
I wonder if someone actually edited the codex and added their personal WordPress details. See? Because of me, now they have a warning. Homer Simpson← continue reading →
Child Theme for Asteroid
So you just recently created a WordPress site and you’re having a hard time picking the right theme. The best step to take is to just find a flexible theme then customize it yourself. Customizing a theme is a great way to learn about the anatomy of a WordPress theme and websites in general. It’s…← continue reading →
Add Google Analytics on WordPress
Google Analytics is a very good tool to track your website’s progress and record visitor statistics. You can improve user experience and click-through rates by analyzing where on your site your visitors are entering and exiting more often. Analytics also shows the performance of each part of your site. It analyzes which pages load faster…← continue reading →