Affichage des articles dont le libellé est Common. Afficher tous les articles
Affichage des articles dont le libellé est Common. Afficher tous les articles

samedi 12 novembre 2016

25 Most Common WordPress Errors and How to Fix Them



While WordPress is really easy to use, there are some common WordPress errors that can make you panic. The good thing is that the WordPress error you are seeing on your site is most likely been reported and resolved by someone before you. At WPBeginner, we have written tutorials on how to fix several popular WordPress errors. In this article, we will cover the 25 most common WordPress errors along with showing you how to fix all of these common WordPress errors.


 Common WordPress Errors and How to Fix Them


Important: Before trying to fix any WordPress error, make sure that you have a complete WordPress backup. You can use BackupBuddy or use this tutorial to manually create a WordPress backup.


In case you are unable to resolve your issue from the steps mentioned in this article, then please contact your WordPress hosting company.


Since this is a lengthy article, we have created a table of contents below for easy navigation.


Table of Contents



  1. How to fix internal server error

  2. How to fix syntax error in WordPress

  3. How to fix the error establishing database connection in WordPress

  4. How to fix WordPress white screen of death

  5. How to fix WordPress posts returning 404 error

  6. How to fix sidebar below content error in WordPress

  7. How to fix white text and missing buttons in WordPress visual editor

  8. How to fix WordPress memory exhausted error by increasing PHP memory limit

  9. What to do when you are locked out of WordPress admin area

  10. How to fix WordPress login page refreshing/redirecting issue

  11. How to fix image upload issue in WordPress

  12. How to fix common image issues in WordPress

  13. How to fix “Are you sure you want to do this” error in WordPress

  14. How to fix briefly unavailable for scheduled maintenance error in WordPress

  15. How to fix WordPress not sending email issue

  16. How to fix WordPress RSS feed errors

  17. How to fix 403 forbidden error in WordPress

  18. How to fix error too many redirects issue in WordPress

  19. How to fix “Upload: failed to write file to disk” error in WordPress

  20. How to fix “This site ahead contains harmful programs” error in WordPress

  21. How to fix missed scheduled post error in WordPress

  22. How to fix fatal error: Maximum execution time exceeded in WordPress

  23. How to fix Facebook incorrect thumbnail issue in WordPress

  24. How to fix WordPress keeps logging out problem

  25. Troubleshooting WordPress errors on your own


  26. Let’s take a look at how to solve the most common WordPress errors (one by one).


    1. How to Fix Internal Server Error


    Internal server error


    Perhaps the most confusing WordPress error that a beginner may come across is “Internal Server Error”, or sometimes “500 Internal Server Error”.


    This error usually appears when there is something wrong, but the server is unable to identify where the problem is. Since the error message does not indicate where you should look for the error, it is pretty much up to you to figure this out.


    We have compiled a list of solutions that you can try and one of them will help you resolve it. [Fix internal server error]


    [Back to top ↑]


    2. How to Fix Syntax Error in WordPress


    Syntax error in WordPress


    This error usually occurs when you are trying to add code snippets into WordPress and have accidentally missed something or the code has incorrect syntax. This will result into a PHP parse error and you will see a notice like:


    Parse error- syntax error, unexpected $end in /public_html/site1/wp-content/themes/my-theme/functions.php on line 278


    The error message would indicate the unexpected thing found in the code and the location of the script where the error occurred with line number. To fix this issue you will have to correct the syntax. Most of the time it is a missing bracket, or some unexpected character in the code. [Fix syntax error in WordPress]


    [Back to top ↑]


    3. How to Fix the Error Establishing a Database Connection in WordPress


    Error establishing database connection


    This error message is clear that your website is unable to connect to the database. However solving this error can be tricky for beginners.


    Usually this occurs when a user has entered or modified their database credentials (database host, database username, and database password) incorrectly. Sometimes your database server could be unresponsive, or your database may have corrupted.


    However, mostly it is incorrect database login credentials. Take a look at common solutions for this problem. [Fix error establishing database connection in WordPress]


    [Back to top ↑]


    4. How to Fix the WordPress White Screen of Death


    White screen of death error in WordPress


    This error usually results into a plain white screen with no error message. This makes it the most puzzling because you have no clue where to look and what to fix.


    Most of the time it is caused when a script exhausts PHP memory limit. It can also happen due to a configuration on the server. It is also possible that a user would only see white screen of death on certain sections of their site. [See how to fix WordPress white screen of death]


    [Back to top ↑]


    5. How to Fix WordPress Posts Returning 404 Error


    WordPress posts returning 404 error


    The symptoms of this error is that when a user visits a single post on their site they get a 404 page – not found error.


    The user can browse all other sections of their site including the admin area. The most common cause of this issue is permalink settings in WordPress. To solve this issue a user would need to reconfigure their permalinks settings or manually update their rewrite rules. [Fix WordPress posts returning 404 error]


    [Back to top ↑]


    6. How to Fix the Sidebar Below Content Error in WordPress


    Sidebar appearing below content


    Another common issue beginners face is when the sidebar appears below the content when it is supposed to appear next to the content. This issue is mostly caused by WordPress themes.


    Sometimes when users are adding code snippets to their site, they may accidentally forget to close an html div tag or add an extra closing div which may result into breaking the theme layout. Another common cause is using disproportionate width in CSS or not clearing float properly. [Fix sidebar appearing below content error in WordPress]


    [Back to top ↑]


    7. How to Fix White Text and Missing Buttons in WordPress Visual Editor


    Missing buttons in WordPress TinyMCE visual editor


    Sometimes buttons from WordPress visual editor may disappear or start showing blank white spaces instead of buttons.


    This problem may occur when concatenated JavaScript is not working. It may also caused by missing or corrupt TinyMCE files, or conflict with some other plugin that modifies or extends the TinyMCE shipped with WordPress. [Fix white text and missing buttons in WordPress visual editor]


    [Back to top ↑]


    8. Fix: WordPress Memory Exhausted Error – Increase PHP Memory


    Memory size error


    Indications of this error could be a white screen of death, or an error message like this one:


    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home/username/public_html/site1/wp-includes/plugin.php on line xxx


    This error occurs when a WordPress script or a plugin exhausts the default allocated memory size limit. [Fix WordPress memory exhausted error]


    [Back to top ↑]


    9. What To Do When You Are Locked Out of WordPress Admin (wp-admin)


    Locked out of WordPress admin area


    Sometimes you may find yourself locked out of the WordPress admin area. This could happen if you forgot your password and don’t have to access to password recovery email.


    A plugin or code that incorrectly tries to make some changes into admin section can also lock you out. You may also lose access to admin area due to a hacked WordPress site. [Fix locked out of WordPress admin issue]


    [Back to top ↑]


    10. How to Fix WordPress Login Page Refreshing and Redirecting Issue


    WordPress login redirect error


    Symptoms of this issue are that when a user attempts to login to the WordPress dashboard, they are redirected by WordPress back to the login page.


    Most of the time it happens due to incorrect values for site url and home url fields in WordPress options table. It can also be caused by poorly configured permalink settings or redirects setup in the .htaccess file. [Fix WordPress login page refreshing and redirecting issue]


    [Back to top ↑]


    11. How to Fix Image Upload Issue in WordPress


    WordPress image upload issues


    Sometimes a user would suddenly notice that all the images from their site are gone and are showing broken image placeholders. When the user tries to upload an image to a post using the media uploader, it results into an error.


    All these files in the media library will appear as broken. This error occurs due to incorrect file and directory permissions in a WordPress installation. A number of factors may cause this issue. [Fix image upload issues in WordPress]


    [Back to top ↑]


    12. How to Fix Common Image Issues in WordPress


    Common image issues in WordPress


    Uploading images to a WordPress site can be confusing for someone new to WordPress. A user may be unable to find out how to align images, resize or crop them, or display them in a gallery format.


    This is not an error or issue in WordPress. You just need to familiarize yourself with how WordPress handles media. [Fix common image issues in WordPress]


    [Back to top ↑]


    13. How to Fix “Are You Sure You Want to Do This” Error in WordPress


    Are you sure you want to do this error in WordPress


    Users may come across this error in WordPress admin area. The most common cause of this error is a plugin or theme failing to use Nonce properly.


    Nonce are special security keys which may be appended to URLs when performing an admin action in WordPress. Sometimes a plugin or theme may use it incorrectly which may result into users seeing this error. [Fix are you sure you want to do this error in WordPress]


    [Back to top ↑]


    14. How to Fix Briefly Unavailable for Scheduled Maintenance Error in WordPress


    WordPress unavailable for maintenance error


    Sometimes due to an unfinished or interrupted WordPress update, you might see “Briefly Unavailable for Scheduled Maintenance” error in WordPress.


    What happens there is that WordPress puts your site in maintenance mode during an update. If for some reason the update is interrupted, then WordPress does not get the chance to put your site out of the maintenance mode. This error would lock down your entire site and make it unavailable for admins as well as visitors. [Fix briefly unavailable for scheduled maintenance error]


    [Back to top ↑]


    15. How to Fix WordPress Not Sending Email Issue


    Fixing WordPress not sending email issue


    The most common symptom of this problem is not receiving any contact form or WordPress notification emails from your site.


    This issue is usually caused because most shared hosting providers disable or limit the module used for sending emails to prevent their servers from abuse. [Fix WordPress not sending email issue]


    [Back to top ↑]


    16. How to Fix WordPress RSS Feed Errors


    Fixing RSS feed errors in WordPress


    Most WordPress RSS feed errors are caused by poor formatting. You may see errors like these:


    XML Parsing Error: XML or text declaration not at start of entity
    Location: http://example.com/feed
    Line Number 2, Column 1:


    Depending on what browser you are using, your RSS feed error message may vary. You can also see this error message when visiting your feed in a browser.


    Warning: Cannot modify header information – headers already sent by (output started at /home/username/example.com/wp-content/themes/twentysixteen/functions.php:433) in /home/username/example.com/wp-includes/pluggable.php on line 1228


    WordPress outputs RSS feeds in XML which is a strict markup language. A missing line break or an extra tab can break your RSS feed. [Fix WordPress RSS feed errors]


    [Back to top ↑]


    17. How to Fix 403 Forbidden Error in WordPress


    403 Forbidden error


    403 Forbidden error code is shown when your server permissions don’t allow access to a specific page. This is why the error is usually accompanied by the text:


    403 Forbidden – You don’t have permission to access ‘/’ on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


    There are different scenarios when you can see this error. Incorrect file permissions, poorly coded security plugins, or server configuration are the most common culprits. [Fix 403 Forbidden error in WordPress]


    [Back to top ↑]


    18. How to Fix Error Too Many Redirects Issue in WordPress


    Too many redirects error in WordPress


    This error usually occurs due to a misconfigured redirection issue. As you know that WordPress has SEO friendly URL Structure which uses the redirect function. Several other popular WordPress plugins also use the redirect functionality as well.


    Due to a misconfiguration in any of these redirection tools, your site may end up redirecting users to a URL that is actually redirecting them back to the referring URL. In that case the user’s browser is trapped between two pages causing a redirect loop. [Fix too many redirects issue in WordPress]


    [Back to top ↑]


    19. How to Fix “Upload: Failed to Write File to Disk” Error in WordPress


    Upload failed error in WordPress


    This error can occur due to a number of reasons. However, the most common one is incorrect folder permissions.


    Each file and folder on your website has a set of permissions. Your web server controls access to the files based on these permissions. Incorrect permissions to a folder can take away your ability to write files on server. This means your web server cannot create or add new files to that particular folder. [Fix Upload: Failed to write file to disk error]


    [Back to top ↑]


    20. How to Fix “This site ahead contains harmful programs” Error in WordPress


    Harmful programs error in Google Chrome


    Google marks a website with this warning if they find any suspicious code that could be a malware or trojan. Sometimes the reason for this is that your website is hacked and is now used to distribute malicious code.


    Another common reason for this error is showing ads from low quality advertising networks. These networks may sometime display ads linking to websites distributing malicious code. [Fix site ahead contains harmful programs error in WordPress]


    [Back to top ↑]


    21. How to Fix the Missed Schedule Post Error in WordPress


    Missed post schedule


    WordPress has this wonderful feature that allows you to schedule posts to be automatically published at a specified time. Most bloggers rely on the future to manage their publishing schedule.


    However, sometimes WordPress can miss scheduled posts due to a number of reasons. If this has happened to you more than a few times then you need to address this issue. [Fix missed schedule post error in WordPress]


    [Back to top ↑]


    22. How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress


    Maximum execution time error in WordPress


    WordPress is coded mainly in PHP programming language. To protect web servers from abuse, there is a time limit set for how long a PHP script can run.


    Some WordPress hosting providers have set this value to a higher level while others may have set it to a lower level. When a script reaches the maximum execution time limit, it results into maximum execution time exceeded error. [Fix maximum execution time exceeded error in WordPress]


    [Back to top ↑]


    23. How to Fix Facebook Incorrect Thumbnail Issue in WordPress


    Setting Facebook thumbnail in WordPress using Yoast SEO


    There are many reasons that can prevent Facebook from correctly guessing the right thumbnail image. One of the most common reason is having multiple images set in the og:image tag where your featured image is smaller than rest of the images.


    Facebook uses Open Graph (og) tags, and plugins like Yoast SEO automatically adds them to your site to prevent missing thumbnail issue. [Fix Facebook incorrect thumbnail issue in WordPress]


    [Back to top ↑]


    24. How to Fix WordPress Keeps Logging Out Problem


    WordPress keeps logging out


    WordPress sets a cookie in your browser to authenticate a login session. This cookie is set for the WordPress URL stored in your settings section. If you are accessing from a URL that does not match the one in your WordPress settings, then WordPress will not be able to authenticate your session. [Fix WordPress keeps logging out problem]


    [Back to top ↑]


    25. Troubleshooting WordPress Errors on Your Own


    We have covered some of the most common WordPress errors in this article. However, the real power of WordPress comes from thousands of plugins and themes that you can use on your site. Any plugin or theme installed on your site can cause errors.


    It could become really hard for beginners to find out what is causing the problem on their site and how they can fix it.


    We have compiled complete step by step guide on troubleshooting WordPress errors for beginners. It will help you learn how to diagnose WordPress issues and how to fix them like a pro.


    [Back to top ↑]


    That’s all, we hope that this guide helped you find and fix the WordPress error that you were encountering.


    If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


    The post 25 Most Common WordPress Errors and How to Fix Them appeared first on WPBeginner.







50 Common Web Hosting Terms, And What They Really Mean



alt="50 Common Web Hosting Terms, And What They Really Mean" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2013/11/50-web-hosting-terms-500x250_c.jpg" />

id="floatright">

Unless you’re familiar with the world of web hosting, some of the terms websites and providers use when talking about this topic might leave you wondering if they’re speaking another language. href="http://www.webhostingsecretrevealed.net/blog/web-hosting-guides/web-hosting-glossary/">Understanding web hosting jargon is crucial so you can make sure you’re getting the correct hosting package for your site.

If you think that the Cloud is something in the sky, and C+ is a grade, here is a list of common web hosting terms to help you decode common web hosting terms that explains what they really mean.

A

Alias

A separate domain name that sends visitors to your website.

Active Server Pages (ASP)

A type of page that enables web developers to create sites with dynamic and interactive content. ASP scripting can help produce web pages that aren’t affected by the type of browser a visitor is using.

Audio and video streaming

Audio and video that is stored on your website’s server, rather than downloaded onto the watcher’s computer. Audio and video clips take up more bandwidth.

Auto Responder

An email feature that allows you to prepare email responses in advance, then sends them automatically whenever you receive an email.

B

Backups

A copy of your website’s data that allows you to restore your website should anything go wrong.

Bandwidth (Data Transfer)

The amount of data that can be transferred between your website’s server and the computers visiting your site. The bandwidth for a basic website should be between 1 and 5 GB; the more website visitors you have, the bandwidth you need.

Browser

Software on a visitor’s computer that displays HTML code as a website. All browsers work slightly different and if a website uses code that was developed especially for one browser, another browser might not display it properly. Popular browsers include Internet Explorer, Chrome, Safari and Firefox.

C

C+/++

Programming languages used to create websites.

CGI (Common Gateway Interface)

A program that translates data from a web server and then displays that data on a web page or in an email. A CGI program is called a script and enables developers to make a web page interactive using forms or visitor counters.

Clickthough

A number showing the proportion of clicks compared to impressions of an advertisement. For example, if an advert is shown 100 times and 5 people click on it, it has a 5% clickthrough rate.

Client

A computer or program that accesses a service online.

Cloud

A decentralized data storage method. When data is saved to the href="http://www.webhostingsecretrevealed.com/web-hosting-knowledge/a-brief-on-cloud-hosting/">Cloud, it is stored across several global notes, rather than in just one place. Hosting data in the cloud provides a more reliable service and makes it easier to share and install updates and programs.

Co-Location

Housing your own web server in facilities owned by the hosting provider. With co-location, you can run your website on your own server, but don’t have to store or maintain that server yourself.

CMS(Content Management System)

An interface that allows you to manage your website content, for example add and edit pages.

Control Panel

An interface used by some href="http://www.webhostingsecretrevealed.net/compare-best-five-hosting/">web hosting companies that enables you to manage your website.

Cookie

Information a web server gives a browser. Cookies are used to save information about individual web users and gather information about their browsing habits.

Crawler / Spider

Software used by search engines to identify and index websites.

CSS (Cascading Style Sheets)

Code that adds more detail and functionality to HTML-based web pages.

D

Database

Used to store information you collect from your website on the hosting server. Not all websites need database support.

Dedicated Server

A type of hosting where the href="http://www.webhostingsecretrevealed.net/hosting-review/a2-hosting/">hosting company gives you your own server. Websites hosted on a dedicated server usually load faster, and hosting costs are more expensive.

Disk space

The amount of disk space you will get to store your website files on the host’s server. The amount of space you need depends on how many HTML pages you have, whether you’re hosting larger video or audio files, and whether your website has a database.

Domain Name

A unique name that people use to find your website, for example www.mydomain.com. href="http://www.webhostingsecretrevealed.net/blog/featured-articles/all-you-need-to-know-about-domain-names/">Domain names can also end in .net, .org, .co.uk and .biz.

DNS (Domain Name System)

A record that connects domain names with their IP address. Each domain name is assigned an IP address from its hosting company.

F

File Transfer Protocol (FTP)

A program that enables you to upload and download files to and from the internet. You can use an FTP client to upload files from your computer to your web hosting provider.

G

Gigabytes (GB)

A large measure of data. Most small and medium websites don’t need more than 5GB of disk space.

H

Host

A computer that acts as a home to your website. When users type in your website’s URL or click on a link to your site, the host sends your website’s information to the user’s computer.

.htaccess

A file that allows you to control permissions associated with your website, such as password-protecting certain areas and blocking users by IP address.

Hypertext Markup Language (HTML)

The code used for web pages, which your browser then translates into a website.

Hypertext Transfer Protocol (HTTP)

The most important way to transfer hypertext files across the internet. Each web address begins with “http://”.

I

IP Address

A unique number assigned to each machine that connects to the internet. The IP address an be used to identify the location of the user.

IMAP(Internet Message Access Protocol)

A way to retrieve mail that creates a copy of the mail on the host server until the message is deleted.

Internet Service Provider (ISP)

An organization that provides access to the internet, usually through a modem, DSL, or cable connection.

J

Javascript

A scripting language that enables developers to create interactive, dynamic web pages.

L

Linux Server

A server that runs on Linux, a free, open source operating system. Linux servers are used by most companies offering free web hosting.

M

MySQL

A common database system.

N

Nameserver

A server that translates domain names into IP addresses using the DNS record.

P

PHP

A scripting language whose commands are contained in a web page’s HTML.

Post Office Protocol (POP)

A way of retrieving e-mail from an e-mail server. Most web hosts use POP 3, which might or might not require SMTP. You can set up several email accounts, which take the format “href="#"> yourname@yourdomain.com”.

R

Reseller Hosting

When a certain amount of server resources is sold to an individual so they can host multiple domains under their own name.

S

SEO (Search Engine Optimization)

A process that helps raise the ranking of your website in search engine results listings.

Server

A computer, or software package, that controls network resources, delivering information to other computers.

Shell Account

A type of account that allows you to edit your files online, rather than edit your site offline, then upload your changes afterwards.

SMTP (Simple Mail Transfer Protocol)

The main method for sending and receiving email.

SSL (Secure Sockets Layer)

Technology that enables you to send encrypted information securely across the internet. SSL connections are usually used for online payments, or when handling sensitive data like login information.

U

Uniform Resource Location (URL)

The format of a web address, for example href="#"> www.urlexample.com.

Unique IP Address

A unique IP address associates your domain name with its own IP address. With most hosting packages, you share an IP address with other websites, and can only view your website through your domain name.

Upload

The act of transferring files from your computer to a server or website.

Uptime

A percentage that displays how much time a company’s hosted websites are fully functional. If your hosting company has 99% uptime, this means your website will be functional 99% of the time. The closer to 100% this figure is, the better.

V

Virtual Server

A web server that hosts sites for multiple users, where system resources are shared between all websites assigned to that server. If you don’t have your own dedicated server, this is usually how your website will be hosted.

VPS Hosting

Virtual Private Server, is a server that is partitioned with each section acting as its own server. Typically this is less expensive than a dedicated server but has more flexibility and functionality than shared hosting.

Additional: href="http://www.webhostingsecretrevealed.net/web-hosting-beginner-guide/">More on Web Hosting Basics.


Page 23 – Web Hosting Secret Revealed




Common Grammar Errors and How to Avoid Them on Your Blog



alt="Common Grammar Errors and How to Avoid Them on Your Blog" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/editor-500x372_c.jpg" />

Grammar errors can make your blog look unprofessional and sloppy. However, not every blogger is an English major. Plus, people are human and make mistakes. In fact, errors can be easily found in the books of many New York Times Bestselling authors.

It is inevitable that there will be error here or there. The mind knows exactly what it wants the written word to say. Unfortunately, that doesn’t always translate onto the computer screen. Even during edits, the mind still sees the words as it wants to see them and may not catch the error.

Fortunately, there are some things you can do that will reduce mistakes.

Understand Common Grammar Errors and Check for Them

There are some common grammar errors that you can learn in a matter of a few minutes (or bookmark this page and check back here for them when needed). Understanding that these are common errors will help you spot them more easily and fix them in your own writing.

Lose/Loose

id="attachment_11081" style="width: 760px" class="wp-caption aligncenter">class="wp-image-11081 size-full" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/grammar-mistakes-banner-by-lori.jpg" alt="grammar mistakes" width="750" height="175" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/grammar-mistakes-banner-by-lori.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/grammar-mistakes-banner-by-lori-300x70.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />class="wp-caption-text">Graphic created by Lori Soard

These words are often used incorrectly.

Lose means to not have anymore while loose means not fitting tightly.

  • Incorrect Example for Loose: The clothes fit lose.

The example above should use the word “loose” because the clothes do not fit her tightly. It should read:

The clothes fit loose.

  • Incorrect Example for Lose: She wanted to loose weight.

The example above should use the word “lose” because she wants to get rid of the weight. It should read:

She wanted to lose weight.

Affect/Effect

Even seasoned writers battle these two words and when and where to use them.

As a rule of thumb, affect is a verb and effect is a noun.

Affect means “to influence”.

  • Example: The rain affected how well the soccer players performed.

Effect means “a result”.

  • Example: The poor grades effected her self-esteem.

Complement/Compliment

These two words sound alike, but have different meanings. Still, it can be difficult to remember which is which.

Compliment (with an “i”) means to flatter.

  • Example: He complimented her hair.

Complement (with two “e”s) means to go well together.

  • Example: The shoes compliment his jacket.

Commas After Prepositional Phrases

class="alignright size-full wp-image-11130" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/comma1.jpg" alt="comma" width="250" height="250" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/comma1.jpg 250w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/comma1-150x150.jpg 150w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/comma1-130x130.jpg 130w" sizes="(max-width: 250px) 100vw, 250px" />

Knowing when and where to use commas can baffle the most seasoned grammar expert. One place that commas are typically missing is after prepositional phrases. A preposition typically indicates time or place.

A preposition includes words like:

  • At
  • When
  • After
  • Since

These are just a few of the prepositions, but you get the idea. Now, a prepositional phrase is the phrase that has a preposition that modifies the object. So:

  • At the park (park is the object)
  • When I ate dinner (dinner is the object)
  • After he left (him leaving is the object)
  • Since I need a blood test (blood test is the object)

You typically need a comma after these phrases to have correct grammar.

  • At the park, I flew a kite.
  • When I ate dinner, I felt full for two days.
  • After he left, I sat down in the chair and cried.
  • Since I need a blood test, I’m going to fast tonight.

Easy peasy. Prepositional phrase = comma.

Sentence Fragments and Run-On Sentences

Since commas are confusing to most people, trying to avoid using them can cause some strange writing errors.

A sentence fragment is a sentence that is not quite complete. Often, it will be the result of using a prepositional phrase and then placing a period at the end of that phrase.

  • At the park.
  • When I ate dinner.
  • After he left.
  • Since I need a blood test.

Imagine someone is talking to you. If your best friend walked up to you and said, “At the park…”, you would expect her to finish the sentence. What happened at the park? In fact, someone speaking to you in incomplete sentences would probably drive you crazy. Writing in incomplete sentences will drive your reader crazy, too.

Run-on Sentences happen when you use far too many commas. Here is one example:

At the park, I flew a kite, and when I ate dinner, I felt full for two days, because after he left, I sat down and cried, but since I need a blood test, I’m going to fast tonight.

Whoa! If you’ve ever talked to an excited teenage girl, this never-ending flow of words may seem familiar. It is like talking very rapidly without taking a breath. Don’t write run-ons. If you use more than a couple of commas, it is time to break those sentences up.

Misusing Pronouns

Pronoun misuse is another common error. This is when you have one person and you try to make it sound like there are a lot of people or vice versa.

Example of misusing pronouns: A person should always watch their back while out in a crowd.

Since the sentence starts with “a person” that indicates a single person. Therefore, it must be a he or she. I blame English teachers who’ve tried to tell us to use gender neutral pronouns for these errors.

The sentence should read: A person should always watch his back while out in a crowd. (you can also use “her”)

If you plan to write regularly, you either need to hire a good editor or invest some time each week into learning proper grammar usage. Even if your readers don’t notice the difference (but trust me that some will), search engines may penalize your site if you have too many errors because the content will not be high quality. You can study grammar at sites like href="http://www.grammar-monster.com/">Grammar Monster and University of Wisconsin’s href="http://writing.wisc.edu/" target="_blank">Writing Center.

Second Set of Eyes

One of the best ways to avoid grammatical errors, mispellings, typos and awkward phrasing on your blog is to have a second person read through everything you post. As mentioned at the beginning of this article, people see words the way the brain wants them to sound.

You know exactly what you want to say and your mind reads it that way even if it isn’t written that way. However, a second person is looking at the work from a fresh perspective and will spot things you did not while you were writing and editing.

If you can’t yet afford to hire an editor for your blog, trade with another blogger and read one another’s posts for errors.

Read Out Loud

One of the absolute best things you can do that will help you catch errors is to read your work out loud as a final edit. Take your time. Read each sentence and see how it “sounds”. Does anything sound off?

Reading out loud will allow you to catch things you otherwise might not catch during a silent reading. It will also be easier to find any phrases that are awkward or that may not make sense to the reader.

Your passion for your blog topic is what makes your writing special and interesting to your readers. However, it is attention to detail and a commitment to put out the best information possible that will grow your blog following and keep people coming back to read more.


Page 11 – Web Hosting Secret Revealed