• Page 2 of 2
  • <
  • 1
  • 2

Learn WordPress – Theme Design

Posted in WP Help | No Comments

This book walks through clear, step-by-step instructions to build a custom theme for the WordPress open-source blog engine. The author provides design tips and suggestions and covers setting up your WordPress sandbox, and reviews the best practices from setting up your theme’s template structure, through coding markup, testing, and debugging, to taking it live. The last three chapters cover additional tips, tricks, and various cookbook recipes for adding popular site enhancements to your WordPress theme designs using 3rd-party plugins as well as creating API hooks to add your own custom plugins. Whether you’re working with a pre-existing theme or creating a new one from the ground up, WordPress Theme Design will give you the know-how to effectively understand how themes work within the WordPress blog system enabling you to have full control over your site’s design and branding.

Buy this Book on Amazon.com

Success with WordPress eBook

Posted in WP Help | (1) Comment

Are you looking to find success with WordPress? Over the past year, WordPress has become the top blogging platform in the world, and many major internet companies (such as CNN, Yahoo, Sony, The New York Times, People Magazine, and eBay) have taken notice. A quick browse around many of these companies websites show WordPress installations being used to manage portions of their websites. At the same time, many bloggers are using a number of techniques to make significant income with their WordPress blogs. Are you getting the most out of your WordPress installation?

Whether your blogging goal is to simply write a personal blog, transition to making a full time income online, or anywhere in between, the open source WordPress software has you covered free of charge.

With the Success with WordPress eBook, you’ll learn a number of blogging techniques, advanced strategies for optimizing your WordPress blog for search engines, and of course how to properly market your WordPress blog for the most exposure.

Success with WordPress eBook include how to maximize CPC Income with Google AdSense and also a number of advanced Affiliate Marketing techniques designed specifically for WordPress users.

The Success with WordPress eBook is now available, for a limited time only, at the incredible low price of $24.95!

Buy Success with WordPress eBook now

How to Blog with Wordpress.com – a step by step video tutorial

Posted in WP Help | No Comments

Chris Abraham walks you through how to join the fastest-growing and most elegant free blogging services, WordPress.com. Go from the simple acts of joining all the way through set up and administration. Become a blogger in few than 45-minutes. Most folks only need the first 15 minutes to get you started. Chris is a professional blogging instructor. Enjoy

How to Install the wordpress themes?

Posted in WP Help | No Comments

Installing a wordpress theme is also an easy one as 1,2,3…

Download your favourite theme and unzip it to your hard disk.

Upload the the wordpress theme folder to the wp-content/themes/ directory from your wordpress root folder.

Login into the wordpress administration area and navigate to the “Design” section

You will see the new template name with a screenshot if available. Click on it and it will pop up a window for you with the live preview of the template.

Then Click on activate. Thats all your new theme has been installed. You can modify your theme by going to the theme editor section in the design tab.

You can also check out the great guide here:

Install Wordpress

Have Fun!

Installing Wordpress

Posted in WP Help | (1) Comment

Wordpress is a very popular, easy to install and easy to use blogging system. Here are the step by step installation instructions for the beginners.

Before starting your wordpress installation, be sure to check that your web hosting has Apache server, PHP, and MySql. And also check if Apache mod_rewrite is supported.

Create a database from your hosting control panel and create a username and password for it.

Download the latest wordpress release from the wordpress site and unzip it to your hard drive.

Open the wp-config-sample.php from the wordpress folder and make the following changes.

define('DB_NAME', 'putyourdbnamehere'); // The name of the database

Change the red coloured area of the line above to the actual name of your database that you were given when you set up the database.

define('DB_USER', 'usernamehere'); // Your MySQL username

Change the red coloured area above to the username you were given when you set up the database.

define('DB_PASSWORD', 'yourpasswordhere'); // ...and password

Change the red coloured area of the line above to the password you were given when you set up the database.

define('DB_HOST', 'localhost'); // chance you won't need to change.

If you were given information for the database host, you will likely need to change the red coloured area of the line above to the data you were given when you set up the database. If you were not given this information it is very likely you can leave this set to localhost.

There are also 3 areas like the AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY where you need to change the values to a long random unique key.

And save the file, close it and rename the file to ‘wp-config.php’

Now, Upload all the files and folders that are inside the wordpress folder to your installation directory.

Lets assume you have uploaded to your root site of www.yoursite.com. Open www.yoursite.com/wp-admin/install.php It will open up the installation process and you need to enter your website name and your email id at this point of time.

After successfull installation wordpress will generate a random password for the admin user and will show you up at the end. Now note down the username and password and you are ready to go to the site.