WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Beginners Guide» 15 Most Annoying Things about WordPress and How to Fix Them

15 Most Annoying Things about WordPress and How to Fix Them

Last updated on June 7th, 2016 by Editorial Staff
873 Shares
Share
Tweet
Share
Pin
Special WordPress Hosting offer for WPBeginner Readers
15 Most Annoying Things about WordPress and How to Fix Them

Like most things in life, WordPress also has it’s fair share of annoying things. Dealing with these annoyances is very easy with the right system and processes. In this article, we will show you the 15 most annoying things about WordPress and how to fix them.

Fixing the most annoying things about WordPress

1. Setting up WordPress Backup

Setup a WordPress backup

WordPress does not come with a built-in backup system. You are supposed to create your own backups instead of relying on your WordPress hosting company.

Having a regular backup saves you the frustration when something bad happens to your website.

There are plenty of free and paid backup solutions available for WordPress. See our comparison of the 7 best WordPress backup plugins.

2. Deleting the Uncategorized Category

Changing default category

WordPress comes with two built in taxonomies, they are called categories and tags. By default, each new post you create is filed into a built-in category titled Uncategorized.

If you forget to assign the post to a category, then it will be filed under Uncategorized. This looks unprofessional, but you can easily fix it.

See our guide on how to change the default Uncategorized category in WordPress.

3. Changing The Username

Changing username in WordPress

During WordPress installation or at the time of user creation, you can choose a username for the account.

However the problem is that there’s no easy way to change the username once it’s created. This can be extremely annoying.

Thankfully, we have a tutorial that shows you the easy way to change your WordPress username.

4. Adding More Formatting Options to the Post Editor

WordPress visual editor

By default, WordPress comes with two types of writing areas in the post editor. The Visual Editor, which is a WYSIWYG editor, and Text Editor which is a plain text editor.

Switching from Visual to Text and then Back to Visual editor will ruin your formatting. But you need to switch to the text editor if you want to add custom HTML formatting in WordPress.

One easy solution is to stick with the Text editor and learn some basic HTML formatting. However if you want to use Visual editor, then you can use TinyMCE advanced plugin. It extends the default WordPress Visual editor with more formatting options.

See: 14 Tips to Master the WordPress Visual Editor

5. Enabling Shortcodes for WordPress Widgets

Shortcodes allow you to add functionality into WordPress text areas without writing any code. However, shortcodes do not work in WordPress text widgets by default.

Shortcode not working in WordPress text widget

Thankfully, there’s an easy fix for that.

Simply add this code to your theme’s functions.php file or in a site-specific plugin.

add_filter('widget_text','do_shortcode');

If you don’t want to add the code manually, then you can install and activate the Shortcode Widget plugin. It adds a shortcode widget in your WordPress widgets, which is exactly like a text widget but allows you to add shortcodes.

6. Getting Locked Out of WordPress

Sometimes you may end up locking yourself out of the WordPress admin area. Either you forgot your password and unable to recover it, or something broke when you were adding code or a plugin.

We have created a handy guide on what to do when you are locked out of the WordPress admin area. It will help you learn how to fix this in different scenarios.

7. Deactivating All WordPress Plugins

Deactivate all plugins in WordPress

When troubleshooting some problem on your WordPress site, you will be advised to deactivate all WordPress plugins. You can just go to plugins page and deactivate all plugins.

But what if you don’t have access to the WordPress admin area? Here is how you can deactivate all WordPress plugins using FTP.

8. Fixing Common WordPress Errors

Fixing common WordPress errors

WordPress comes with a slight learning curve, and you get to learn things as you go along. Somethings are easier to learn than others.

The most frustrating and annoying thing for beginners are the common WordPress errors.

That’s why we have compiled a list of 14 common WordPress errors and how to fix them.

9. Setting up Automatic Updates for WordPress Plugins

WordPress updates

All good WordPress plugins are regularly updated. If you are using the best WordPress plugins on your website, then chances are that you will be installing updates quite often.

Installing updates take only a few seconds, but it can be distracting to login and find new updates. See our guide on how to automatically install updates for WordPress plugins.

10. Creating Better Image Galleries

Creating image galleries in WordPress

While you can create galleries in the default WordPress installation, it’s not as useful because it lacks features like Albums, tagging, lightboxes, and more.

Thankfully there’s a plugin like Envira Gallery available which allows you to create beautiful image galleries in WordPress without compromising speed.

You can add Albums, watermarks, sell your photos, and more.

11. Delete Hello Dolly Plugin

Hello Dolly

Each WordPress site comes with two default plugins pre-installed. Hello Dolly is one of them. This plugin doesn’t receive any updates and does nothing useful for your site.

Learn more about Hello Dolly plugin and why you should delete it.

12. Customizing WordPress Excerpts

Adding custom excerpts in WordPress

By default, WordPress displays full posts on homepage, archives, and category pages. This not only creates duplicate content on your site, but it also discourages users from viewing the full post and leaving comments. See our guide on full post vs excerpt in your WordPress archive pages

By displaying excerpts on these pages, you can increase your pageviews and user engagement. See our guide on how to customize WordPress excerpts without any coding.

13. Showing Excerpts in RSS Feeds

Summary in RSS feeds

WordPress also shows your full articles in the RSS Feed. This means users reading your posts in a feed reader will have no reason to visit your website.

You can easily change this from WordPress admin area. Go to Settings » Reading page and scroll down to ‘For each article in a feed, show’ option and select Summary. Click on the save changes button to store your settings.

14. Dealing with Comment Spam

Comment spam

Spam comments are one of the most annoying things. WordPress comes with built-in comment moderation to deal with spam comments. However comment spam can quickly grow, and before you know it you will be spending more time moderating comments.

First thing you need to do is start using Akismet. It will catch most spam comments and keep them away from your moderation queue.

You may also want to check out these 12 vital tips and tools to combat comment spam in WordPress.

15. Improving WordPress Search

WordPress search

WordPress comes with a built-in search feature, but it’s not very good. If search is important for your website, then you will need to replace the default search with something better.

Thankfully, there are some great alternatives to improve WordPress search. Check out our list of 12 WordPress search plugins to improve your site search.

We hope this article helped you fix some of the most annoying things about WordPress. You may also want to see our guide on 19 Actionable Tips to Drive Traffic to Your New WordPress Site.

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.

873 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • How to Properly Move Your Blog from WordPress.com to WordPress.org

  • Error Establishing a Database Connection in WordPress

    How to Fix the Error Establishing a Database Connection in WordPress

  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

20 Comments

Leave a Reply
  1. Dan Pock says:
    Jun 28, 2016 at 11:21 pm

    How often is one locked out of their account? that sounds scary to a newbie.

    Reply
    • WPBeginner Support says:
      Jun 29, 2016 at 6:14 am

      Not often, unless you are directly editing code or have forgotten your username and email address.

      Reply
  2. Katheryn Haddad says:
    Jun 27, 2016 at 5:10 pm

    I am wanting to add a widget that shows a globe and everywhere in the world people live who click on the website. It has a HTML code, and the directions say to put it in the text widget. But all I get is a view on my web page of the code, and still no map.

    Reply
    • Sean says:
      Sep 9, 2016 at 3:43 am

      Katheryn,
      Can you share the web page showing the widget and the web page you got the code from?

      Reply
  3. Mike Lackersteen says:
    Jun 27, 2016 at 2:06 pm

    Is there an easy way to delete line spaces between paragraphs in posts and to keep paragraph indents after doing so.

    Reply
    • Em Fairley says:
      Dec 29, 2016 at 2:27 pm

      Mike, both need doing manually, as far as I’m aware, so are repetitive. To add the first line indents in, place the cursor at the start of a line and press SPACE the desired number of times. Then repeat for all paragraphs.

      To delete a line space, place the cursor after the period on the last line of the first paragraph and hit delete until the first word of the next one comes into the same line. Then press SHIFT and RETURN simultaneously to move to the next line. Then repeat for all subsequent paragraphs.

      I hope this helps

      Reply
  4. Carole Parkes says:
    Jun 27, 2016 at 7:40 am

    The thing I haven’t solved yet is the growing list of categories showing at the bottom of my posts. How do I fix this?

    Reply
  5. Rod Salm says:
    Jun 14, 2016 at 8:54 pm

    Good list, except for the disparaging comment about Hello Dolly. It warms your soul, we need more of that.

    Reply
  6. Ada says:
    Jun 9, 2016 at 3:28 pm

    Still when I am very busy I can not leave to read your articles. Excellent job!

    Reply
  7. Sharique says:
    Jun 9, 2016 at 8:09 am

    Thank You WP Beginner, The post is quite informative. I personally found
    5. Enabling Shortcodes for WordPress Widgets very useful for me.

    Again Thank you! Keep up the good work.

    Regards,

    Sharique

    Reply
    • WPBeginner Support says:
      Jun 9, 2016 at 8:08 pm

      Glad you found it helpful. :)

      Reply
  8. Roman says:
    Jun 8, 2016 at 3:28 pm

    Hi! Thanks for this post! I think there some more most annoying things about wordpress:
    1. lack of security out of the box
    2. could be work slow with some plugins and themes
    3. lack of caching options out of the box

    Reply
  9. Marcie Yon says:
    Jun 8, 2016 at 9:15 am

    Best article ever written! I’ve been using WordPress for 3 years and have learned about half of these fixes, but now I can fix ALL the things that get under my skin. Thank you!

    Reply
    • WPBeginner Support says:
      Jun 8, 2016 at 8:29 pm

      Glad you found it helpful.

      Reply
  10. Chike says:
    Jun 8, 2016 at 2:01 am

    What is the best way to automatically share post from your self hosted WordPress blog to Facebook and Twitter?

    Reply
    • WPBeginner Support says:
      Jun 8, 2016 at 8:35 pm

      See our guide on how to schedule WordPress posts for social media with Buffer.

      Reply
  11. meghoma damilola says:
    Jun 7, 2016 at 5:42 pm

    please how can i add chat to my wordpress

    Reply
    • WPBeginner Support says:
      Jun 7, 2016 at 6:09 pm

      Please see this list of 7 best live chat support software for your WordPress site.

      Reply
  12. Gary Stenzel says:
    Jun 7, 2016 at 2:36 pm

    Thank You! These are very useful.

    Reply
    • WPBeginner Support says:
      Jun 7, 2016 at 2:39 pm

      Glad you find them helpful :)

      Reply

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
MonsterInsights
MonsterInsights
Google Analytics made easy for WordPress. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 25 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2019 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2019)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2019)
    • SiteGround Reviews from 1032 Users & Our Experts (2019)
    • Bluehost Review from Real Users + Performance Stats (2019)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • 7 Best CRM Software for Small Businesses (Compared)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2019 – Step by Step Guide
Deals & Coupons (view all)
WPEngine
WP Engine Coupon
Get 20% OFF on all WP Engine hosting plans or 4 months free on annual payment.
Visual Composer
Visual Composer Coupon
Get 20% OFF on Visual Composer WordPress page builder plugin.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress

Copyright © 2009 - 2019 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by HostGator | WordPress CDN by MaxCDN | WordPress Security by Sucuri.