Entries Tagged as ''

Managing A Series of Posts on Your Blog- In Series Plugin

Andy Beard’s Niche Marketing writes a very thorough and detailed post on taking advantage and optimizing the situation when when of the article on your blog suddenly gets a lot of heat and traffic. In his post,
Optimizing HTML Links In The Aftermath Of A Blog Storm, Andy recommends several strategies that will maximize the benefits of your new-found exposure.

He briefly mentions a plugin-in I have needed for a while but honestly didn’t know existed. The plugin in would be useful for stringing a series of related news articles together but I have been looking for something like this to manage tutorial type posts and series posts.

Creating Tutorials Encourages Return Visits and Fosters Loyalty

The plugin is called In Series. I have written a couple tutorial series here and many others on other blogs and I love the idea but have had trouble managing them. Getting them all to link together and flow has proved difficult and TIME CONSUMING so i find myself only doing it when I really need to..
Many posts can be broken down and expanded upon- I encourage bloggers to write more posts that are more in depth rather than longer ones that skim over a lot of material.

Which is Better – Long Detailed Posts Or Series of Short Informative Posts?


Both. Shorter posts create more content and allow for you to really sink your teeth into a particular topic or idea and you can really get into the nitty gritty of something. I also come from the blog school of thought where more is better :-)

Howver, long “authority” type posts have their place. They are an excellent way to establish authority in a particular area and longer detailed posts may also get you some meaty links. If you are writing a longer post- spend some time on it- it may take you a few days. An “authority post” may become one of your signature posts and the most popular on your blog. ( Note- should you find yourself getting consost traffic to one of your posts- feature it some when on the main page of your blog.. in a “Popular Posts” type section or “post of the month”, etc.)

It is the kind of article that others will end up linking to.Make sure you have lots of crosslinks in your post when you are referencing other ideas or concepts ( which you should be doing anyway).

It is always a good idea to link OUT to others sites. Many bloggers are reluctant to send reader out to other sites- this is misguided. Referring to other experts in your field on your blog will help build relationships with other bloggers another key to success with your blog.

Blogging for Money 101: #5 Wordpress- The 5 Minute Install

wordpress 5 minute install

Wordpress is “famous” for their 5 minutes install. Does it really take 5 minutes? It can, Most times it really is that easy. The part most people will find the most challenging or intimidating is setting up the my SQL database. It sounds more complicated than it is.

After you have downloaded and unzipped wordpress set up your database . Each hosting company will all let you set up a new mySQL database a little bit differently but the end result is the same. You will have to go into admin or cpanel section of domain. Look for somethig that says “MSQL admin” or similar. You need to create a new data base. In some cases before you do that you set up a user name. it may be as easy as hitting button that says “new” and giving it a name.

If your host uses cpanel : Instructions for setting up mySQL data base with cpanel

GoDaddy: Set up ,ySQL database on Godaddy instructions

Bluehost : set up MySql database instructions

2.Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.

Look for the code below:

<?php
// ** MySQL settings ** //
define('DB_NAME', 'putyourdbnamehere');    // The name of the database
define('DB_USER', 'usernamehere');     // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

and fill in from the information assigned your database. Be careful not to delete any quotes.

Save the file as wp-config.php.

Upload everything.

Upload the contents of the wordpress file on your PC to the root directory of your domain. Note- don’t just upload the folder- make sure in your pane view in ftp client you see all the word press files.
Where to upload on the server?
On some hosting companies they may have a folder called “www” all ready created. You can also create a folder and give it a name however make sure in your domain admin panel you change the destination. If all this sounds like too much- leave it and just upload.

If any of this seems overwhelming and you don’t understand- please feel free to contact me by email or in comments section. I may be able to walk you through it.

Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again.

Put your domain name in Address URL of your browser and add /wp-admin/install.php . even if you just put in your domain Wordpress is smart enough to automatically take you to install.
Give your blog a name and description- you can change later on Wordpress option so don’t stress about it.

If you are getting any error then 99.99% of the time is becasue you have made a mistake when inputting your database information. Go over it and try again.

You are done. Any questions or problems?

Here’s a Weird One- “The requested theme does not exist” when in Theme Editor

Wow- this one took a while to figure out. was editing a theme to a blog install. Was very basic- adding some text to footer file. Which I have done about 5 gazillion times- but first time with this theme. Made the changes and hit “update file” Got this error:
“The requested theme does not exist”
Wha??

[Read more →]

Blogging 101: #4 Setting Up Your WordPress Blog- Getting An FTP Client

Steps To Installing WordPress Blog


First if you have not downloaded the latest version of Wordpress go do it now. Download Wordpress here

Get an FTP client. This is what is used to upload files ( like WordPress , themes, plugins, etc) to your server. You can also download files from your server as well as edit.

[Read more →]