Main Menu

I have a lot of experience helping those that are new to WordPress. There are a few absolutely essential things that people really should know and setup when starting. When I say absolutely essential, I mean that you are likely to run into issues if you do not understand these concepts and implement the correct setup. However, if you are on top these factors, then you are less likely to run into issues.

I plan to write a blog post on each of the following points in the future.


1) Understand which version of WordPress you are using

Many start using wordpress and are not aware that there are 2 versions, the setups are completely different. Choose the version most appropriate for you.

  1. The wordpress .com version and
  2. The wordpress .org version


2) Backups

Keep your own backups. Many think that their host will keep backups, and this is true. But you must keep your own 2nd source of backups because there are many instances where their host’s backups failed – in which case there is no recovery if your site requires a restore.


3) Keep Software Up To Date

It is essential to keep your theme, plugins and wordpress core up to to date with the latest versions. This to ensure everything is running as it should, but even more importantly to ensure that the site is not vulnerable to malware. Keeping it up to date manually every month is a good frequency.


4) Spam

Sooner or later your site will begin to attract spam and you will need a spam filter. Best to set it up at the start, so you don’t need to deal with it in the future.


5) SMTP

This is the factor that is implemented the least and is the biggest mystery to people new to WordPress. If you have a form on your website it will use the “mail php function” to send the email, which is not reliable due a wide range of factors. Instead you need to setup an SMTP protocol which guarantees email delivery.


6) Caching

Caching is where the page saves a static version. This allows for faster load time of your pages. However sometimes when you make an update to the site, the change will not be reflected on the frontend, due to serving the old static version. So sometimes you need to clear the cache, to serve the newest version of the page.


6) Don’t Build Individual Posts in the Builder

Many of those who blog create blog posts in the website builder they are using, instead of the default WordPress editor. And you should not do this. Always create your posts in the default WordPress editor (it is called Gutenberg). This is because in the future you change your mind and move to a different website builder, you not need to recreate each post layout from scratch again.  This applies only to “posts”, and not “pages”.


7) The Best Way To Learn WordPress

Most people learning and using WordPress focus on the visual design, and the first thing they do after installing WordPress, is install the theme and builder (3 separate systems) and begin from there. That is like learning Arabic, Hungarian and Mandarin at the same time.

Instead they should start with an older default theme for the sole purpose to learn WordPress core first. You will familiarise yourself with wordpress basics: pages, posts, media, menus, widgets, plugins, theme, general settings and Gutenberg.

Then once you are familiar with WordPress core, then install the theme and the builder (ideally separately) to learn how each work – and do so by reading its documentation and watch their video tutorials if available. This will make the learning WordPress much easier.

 

8) Use Practices that Ensure Fast Page Loading.

There are a few practices I have seen beginners do, that result is a very slow loading website.  The following some best practices to ensure your pages don’t lag.

a) Don’t add unnecessary plugins   I have seen some beginners add large numbers of plugins with the attitude of trying to add lots of plugins to add lots of new functionality. The usually slows down the site. Only add plugins that are absolutely necessary.

b) Compress images  Images with large file sizes will invariable make the pages load slowly.  Beginners sometimes think that that higher the file size, the higher the quality, so the file size should be quite high.   However if you reduce to the slowest file size you can get it to without compromising the quality, this happy medium is actually quite low in file size and the page load as a result will be fast.


Overview

Once you understand the above concepts and implement the correct setup, then about 99.9% of issues people initially discover with WordPress are resolved.

In the ideal world, the above points should be mentioned in your WordPress interface when you first use the software.  I beleive that that WordPress marketshare would lift from 43.1% (already extremely high) to a much higher if users know about the above points.

Feel free make contact if you have questions about the above.

 

 

Share