How to Install WordPress to Make Your Review Website

wordpress-logo

 

WordPress is a great platform to build your review site. It’s easy to post, allow others to post and for commenting. There are also useful review site plugins that can make your review website very functional. The best part is WordPress is free and it’s not too complicated to install.

 

What You Need to Get Started: 

  • Domain
  • Web Host with MySQL database (we are using hosting equipped with cPanel in our demonstration)
  • FTP program

 

Download the Latest WordPress Set up Files

 Go to http://wordpress.org/download/ and download the latest version of WordPress to your computer.

 

Set up Your Database

Log into cPanel and find “MySQL Database Wizard”. This is where you will set up your database.

2-mysql-database-wizard

You can name your database whatever you’d like. We called ours “wp” as you can see below.

3-name-database

You also need to add a database user and assign a password as well. We called our user “wp”. Make sure to take note of these names. Click “Create User” when you’re done.

4-database-user

 Give the database all the privileges required and click “Next Step” when you’re done.

5-user-priveleges

 After you click “Next Step,” you should see message that says the user was added to the database like this:

 6-added

Load the Files Through FTP:

We are using CuteFTP to load our files, but most FTP programs work pretty much the same way. Open up your site and on the right side of the program, you’ll likely see something like “public_html”. Click it to get to your site’s files.

7-public_html

On the left side of the screen, open up the folder where you saved the WordPress files. Select them all.

8-select-files

 

Once you have selected them, you can right click and choose “Upload”. This will load all your files into the main part of your site. If you want your WordPress set up to appear in a specific folder (for example: mysite.com/blog), you will need to create that folder on your site and open it to add the files.

9-upload

 Complete the Install

Once the files have finished loading, point your browser to the install page. It should be at something like http://xxxx.com/wp-admin/install.php or if you installed WordPress into a folder, it would be something like http://xxxx.com/wp-admin/blog/install.php

10-go-to-install

 

Create Configuration File

In order to make the install work, we have to create a configuration file. As you can see from the message below, it’s possible to create the file via the web, but not all hosts can do it.

We are going to attempt to create one via the web by clicking, “Create a Configuration File”.

 11-create-config

Next, we are asked to enter the database name, user name, password and database host (usually “localhost”). You can complete the last field if you plan to add more than one WordPress installation on your domain.

12-enter-data

 After we click “Submit”, we are notified that our host isn’t set up to create the file. However, WordPress makes it very easy for you to create the file in FTP by providing the text you need in the file. This makes it much easier than finding the information you have to add in the code. All you have to is copy and paste.

So do that. Copy and paste the code.

13-cant-create

 We’re going to go back to our FTP program now and find the file on our site that is called “wp-config-sample.php”. We are now going to right click and choose “Rename”.

14-rename

 Rename the file to “wp-config.php”.

15-renamed

 Once you have renamed the file, right click again. This time choose “Edit”.

16-edit-config

 The file will open and it will look a lot like the code you just copied, but don’t worry, you can delete what’s there and paste in what WordPress told you to add. The copy and paste code includes your database name, user, etc. and is required to make the WordPress install work.

 17-paste-in

Once you’ve pasted in the right code, click “Save”.

18-save

 

Run the Install

Now you can go back to the installation you were working on the web. We’ve complete the config file, so we can just click “Run the install”.

19-run-install

We’re almost done. Now enter the required information for your site. You need to make a title for your site (choose whatever you want). You also need to assign an admin user name and password. You can add other users once WordPress is installed.

20-enter-info

Click “Install WordPress” as shown above. Then you should see the “Success” message as shown below.

21-success

Top 10 Must-Have WordPress Plugins for Bloggers

Top 10 Must-Have WordPress Plugins for Bloggers

One of the best things about WordPress is its nearly limitless ability to expand. Whether you’re looking to add images, security, RSS feeds, social media integration or any number of other features, you can do so through plugins.

Installing a plugin takes less than 2 minutes and is completely reversible. That allows you to easily play around with all the different things your website can do while being able to undo any changes you don’t like with the click of a button.

If you’re serious about blogging, you’ll need to have a serious arsenal of plugins. These plugins will allow you to do all the things you need to do to create a truly spectacular browsing experience on your site. It’ll allow you to save time through automation and make your website shine.

Here are ten of the must have plugins that every serious blogger should have.

 

Plugin #1: Askimet

1-Askimet

http://wordpress.org/extend/plugins/akismet/

Though Askimet comes pre-installed with every WordPress configuration, newbies often make the mistake of not activating it.

Askimet is the #1 anti-spam tool on WordPress. Activating it is pretty simple; all you need to do is register on their site to get your own API key. Enter the key into the plugin on your site and you’re good to go. Askimet will filter out 99% of the spam your blog will receive, drastically cutting down the time needed to review comments.

Plugin #2: All in One Favicon

2-Favicon

http://wordpress.org/extend/plugins/all-in-one-favicon/

One thing new bloggers often neglect is adding a favicon. The favicon is the little icon in the browser bar, next to the title tag. Having your own favicon adds just that little flare that makes your blog look more professional, more stellar.

Creating a favicon in Photoshop, GIMP or any other image editing program is relatively simple. However, WordPress doesn’t inherently have the ability to add your favicon. So, you’ll need a plugin like All in One Favicon to do the job.

Plugin #3: All in One SEO

3-All-in-One-SEO

http://wordpress.org/extend/plugins/all-in-one-seo-pack/

WordPress out of the box is actually quite poorly configured for SEO. The page title comes after the site name, which is terrible for keywords. Archive and category pages contain a lot of duplicate content. Some links aren’t formatted the same way (some have www, some have http://, others don’t.) Configuring all of WordPress to be SEO-friendly requires doing quite a few different things. Fortunately, plugins like All in One SEO will do most of the work for you. You’ll still have to do a few things, like internal linking, yourself. That said however, you can eliminate the vast majority of the on-page SEO work by getting a good SEO plugin.

Plugin #4: FeedBurner FeedSmith

4-Feedburner-FeedSmith

http://wordpress.org/extend/plugins/feedburner-setting/

By default, WordPress does have an RSS feed feature, but it may not be properly configured. Also, you won’t be able to track any statistics on your feeds. If you want to create an RSS feed that can be tracked, you’ll probably want to use Feedburner. Installing a Feedburner feed is simple with WordPress: Just signup for Feedburner, then install the plugin on your blog.

Plugin #5: Google Analytics

5-Google-Analytics

http://wordpress.org/extend/plugins/simple-google-analytics/

In order for Google Analytics to work, you need to have the Google Analytics code on every page and every post on your website. By default, WordPress doesn’t have this option. You can’t just add a snippet of code to every page on your site. You could do it by editing your templates, but that’s time consuming, difficult to change and even potentially dangerous. Instead, you can simply install a plugin like “Simple Google Analytics.” Just plugin your Google Analytics ID and you’re done.

Plugin #6: PhotoDropper

6-PhotoDropper

http://wordpress.org/extend/plugins/photo-dropper/

If you like to add photos to your posts, you’ll love PhotoDropper. PhotoDropper allows you to browse a database of Creative Commons photographs and easily add them to your site, along with attributions, all in one click. Gone are the days when you have to browse stock photo sites or scour the internet for free license images. Now you can just pick the images you want from one easy to use gallery and it’ll automatically be dropped into your post.

Plugin #7: WP Super Cache

7-WP-Super-Cache

http://wordpress.org/extend/plugins/wp-super-cache/

WP Super Cache is a plugin that can drastically speed up the load time of your WordPress site. Did you know that every time you load a page from a WordPress site, the server has to generate that site from scratch? Unlike a static HTML site, WordPress pages have to be dynamically generated from scratch every time. That takes a lot of processing power and can take a lot of time. What WP Super Cache does is “cache” certain bits of information on the user site, so it doesn’t have to be loaded again with every page load. It can also do other minor things, like combine your CSS and JavaScript files so that your site loads faster. All around, if you want to speed up your site, there’s no better plugin than WP Super Cache.

Plugin #8: Add Link to Facebook

8-Add-Link-to-Facebook

http://wordpress.org/extend/plugins/add-link-to-facebook/

Add Link to Facebook is an easy to use plugin that allows you to integrate Facebook with your WordPress site. Don’t let the name fool you. It does a whole lot more than just let you add links. You can add like button, share buttons, comments and a whole lot more. With today’s massive social media trend, if you’re not on Facebook, you’re seriously missing out.

Plugin #9: Yet Another Related Posts Plugin

9-YARPP

http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/

Yet Another Related Posts Plugin (YARPP) is ironically named, as the plugin is actually the highest rated related post plugin on WordPress. If you’re looking for a plugin that’ll allow you to cross-link your site quickly and in a visually pleasing manner, look no further. This plugin is simple to install and simple to use, but adds a ton of functionality and creates a link box that looks great.

Plugin #10: Better WP Security

10-Better-WP-Security

http://wordpress.org/extend/plugins/better-wp-security/

WordPress security is something that isn’t discussed often enough. It’s extremely common for WordPress sites to get hacked. It’s not that WordPress isn’t secure, it’s just that WordPress depends on so many outside factors – Plugins, themes, servers, databases – That securing the whole package is extremely difficult. Better WP Security can handle a lot of this for you. It’ll help you secure your database, your PHP files, your .htaccess files and more. It’s not a bulletproof security package, but if you don’t have any security installed this package will be a vast improvement.

 

There you have it. If you’re serious about blogging, you absolutely must have these ten plugins. You’ll rank better, your content will go more viral, your site will be more secure and your blog will look better.

How to Install Pretty Link Pro Plugin to WordPress Sites

how_toDon’t want awkward or long links on your website? Using affiliate links and don’t want a dozen strange characters in the URL? Pretty Link Pro allows you to get around the issue. The plugin can be purchased and downloaded at:  http://prettylinkpro.com/

Pretty Link Pro lets you change any link to a short and simple link, hosted on your site as a redirect. You can track how many hits go through the redirect, choose the redirect type and even rotate random pages through the URL. You can even have certain keywords you include in your blog posts automatically become links of your choosing and this is where it becomes a very handy monetization tool.

 

Step 1: Click Add a Pretty Link

 

Start by clicking “Add a Pretty Link.”

1-Click-Add-a-Pretty-Link

Step 2: Enter Your Target URL

 

Copy and paste the URL you want your link to go to into the “Target URL” box.

 2-Enter-Target-URL

Step 3: Choose Your Pretty Link

 

By default, Pretty Link will generate a random snippet of text for your link. You can easily change it by deleting the text and writing your own.

 

Step 4: Write a Title and Description

 

Enter a title and description for this link.

4-Title-and-Description

Step 5: Select a Group

 

Choose a group for your link. You can add groups by clicking “Groups” on the left, in the “Settings” tab.

Groups allow you to easily select whole batches of links at once. This is useful for creating reports, as well as just for organization in general.

Step 6: Choose a Redirect Type

 

Choose what type of redirect you want Pretty Link Pro to use.

 6-Choose-a-Redirect-Type

Here’s what each of these types means:

307 Temporary: This tells search engines that the redirect is temporary and the old page should still keep its listings.

301 Permanent: This tells search engines that the new Pretty Link is permanent and that it should index the new link.

Pretty Bar: Puts the page after the link in an iFrame, so that your users see a bar on top of their browser that can quickly take them back to your site.

Cloaked: Makes it so that users see your Pretty Link in the URL bar even after they land on the target page.

Pixel: For users who want to use Pretty Link as a pixel tracker, rather than an actual redirect.

Step 7: Set Parameter Forwarding (Optional)

 

If you’re using additional tracking options in your URLs (i.e. keyword IDs, Clickbank IDs, etc) and you want to make sure those trackers are preserved, then enable parameter forwarding.

7-Parameter-Following

Step 8: Enable Keyword or Link Replacements (Optional)

 

If you want Pretty Link Pro to automatically go through your blog and replace words and/or links with the new pretty links, do so by specifying it here.

 8-Keyword-and-Link-Replacements

Step 9: Rotate URLs

 

If you want Pretty Link Pro to randomly send people to different URLs instead of just one URL, enter those URLs here.

The weight factor is basically what percentage chance someone has of landing on that URL.

9-Rotate-URLs

Step 10: Split Testing (Optional)

 

If you want to use Pretty Link Pro as a split tester, then click the checkbox to enable it.

Make sure you have rotations setup in the previous box, each with a different landing page with different variables.

In the Goal link, select the URL of your “Thank You” page. Pretty Link Pro will track the number of clicks each version of the site gets, along with how many conversions they got and report back.

Step 11: Go to Reports

 

To see how your links are performing, go to the Reports tab.

 11-Go-to-Reports

Step 12: Set Up the Report

 

Click on “Add a Pretty Link Report” to add your first report.

 12-Click-Add-a-Report

First, give it a name. This is only visible to you and is primarily so you can identify which report is which. Then select which links you want to track in the reports. If you want to track conversions, make sure you also select your Goal (i.e. “Thank You” page) links. Once you’ve created your report, click “View” to see the report.

Step 13: Reading the Report

 

In the report, you’ll see the Hits, Uniques, Conversions and Conversion Rate displayed in a table.

You’ll also see all your data displayed in a graph. Hover your mouse over any bar graph to get the exact numbers.
Congratulations! You’ve now learned how to setup a Pretty Link, configure it and view its reports. You can use Pretty Link Pro for anything from split testing to link cloaking to just good old fashioned link tracking.