Fantasy E-books by PhenomenalPen

Latest Blog Posts

Creating WordPress Theme – Inside Header File

You’ll probably notice that the header.php file lacks meta tags as this article will be more focus on using WP(WordPress) functions. 1 <!DOCTYPE html> 2 <html <?php language_attributes(); ?>> 3 <head> 4 <meta charset=”<?php bloginfo( ‘charset’ ); ?>”/> 5 <title><?php bloginfo( ‘name’ ); ?> | <?php is_front_page() ? bloginfo( ‘description’ ) : wp_title(); ?></title> 6 <link rel=”stylesheet” type=”text/css” href=”<?php […]

Creating WordPress Theme – Getting Started

Let’s start creating WordPress theme by installing WordPress locally. Because we don’t want to do all the coding online. If you already have Apache, PHP, MySQL and phpMyAdmin ready (pretty long list needed huh), you can start now by downloading WordPress here. Note: You can also use Xampp or Wamp, as both of this ease […]

Cheap WordPress Hosting – Make the Most Out of your Money

Looking for a cheap price doesn’t mean your also looking for an incomplete WordPress hosting. This tutorial will help you make the most out of your money.

Minimize Panic Attacks Such a Scary Nightmare

Let’s try to minimize panic attacks by just being knowledgeable. Basically panic attacks causes shortness of breath. With the numbness of thighs, arms or feet. Sudden fear and desire to go to a safe place. Blurry or completely blocked sight or breathing. In short, a very confusing nightmare.

Auto Clicker CSharp Tutorial – Let’s Learn Programming

Introduction – Simple Auto Clicker CSharp Tutorial Want to create your own auto clicker this CSharp tutorial might help you. Basically auto clicker are software designed to do a certain job. To automatically click. Because sometimes its kinda feel dull doing recurring tasks. Basically we might want to have an app that can do this […]