WordPress Themes, Plugins, Tutorials, Tips And More...

Tag: Mistake

Checking For Grammar And Spelling Mistakes In Your WordPress Blog

TinyMCE Spellcheck

Just like the way Microsoft Office offers ability to spellcheck and grammar check, one as WordPress blog admin does misses the same ability in WordPress. Result of which many of us wishes to use some key software first for processing the document. Well, while what if we brings a solution for your this problem i.e. you can use both your WordPress interface and your WordPress interface does get this ability of spellcheck.

In order to do so, first we would like to ask you to install and activate the plugin name TinyMCE Spellcheck plugin. Once on activated, simply go to Users >> Your Profile to configure the plugin settings. On configured, simply start the process by looking under the proofreading section which let the plugin to automatically check your post or page content either when it is updated or published. Moreover, the plugin gives you the freedom to set checks for both grammar and style rules.

Plugin To Use: TinyMCE Spellcheck

Key Features:

  • TinyMCE Spellcheck adds the spellcheck button back to the editor in WordPress 3.6 and up.
  • The plugin is a fork of the After the Deadline plugin which is now a part of Jetpack.

More Info | Download

WordPress Theme Development – Common Mistakes And How To Fix Them

With the way WordPress increasing its foothold, there is a large number of coding being generated by users, developers, marketplaces and agencies from around the world. Thanks for being the most popular CMS out there today, it gives anyone, including people with having no technical knowledge, the power to make their own space in the internet.

WordPress

Working with WordPress now from quite a longer time, it amazes me to see how many developers are making the similar mistake again and again. It’s not only the starter developer but even an expert also falls under the same category. There are number of common mistakes that people make when they are working on to develop a WordPress theme. Here in this article, I am sharing the most common theme development mistakes along with the solutions on how one can fix them up:

Understanding Licensing – Opt For GPL Compatible Licensing

Since WordPress is a GPL open-source solution, which will make it a “free” entity to use, change and edit that does not mean on a whole that each and every available WordPress tool, theme you can edit the way you like. If you are building your theme on a framework or just starting with or even if you are consider on building a child theme, make sure that the parent theme must be GPL or GPL compatible. Also make sure that the licenses for bundled resources – images, scripts, fonts or icon sets falls under GPL compatible category and even when in doubt, it’s always better to contact the author to inquire about the license.

Useful Resources: WordPress and GPL, Theme Licensing, GPL-Compatible Font Licenses, GPL-Compatible Icon Sets

Code Quality

It would not be an easy task to review all of your code, especially when it’s not your code. Poor code quality i.e. inconsistent styles and lack of spacing makes your theme code hard to debug as well as maintain and results only in a big mess. This is one of the major issue that a lot of WordPress theme developers worry about. Make sure all the WordPress Coding Standards being taken proper care of which will make it easier for you and other to understand and maintaining your theme.

Useful Resources: WordPress Coding Standards for PHP, CSS, and Javascript

Theme Unit Test

Theme Unit Test defines a set of data which correlates to a WordPress export (WXR) file which you can import into a WordPress installation to test your theme allowing used to test for visual bugs and inconsistencies. Make sure before making it unveiled in front of whole world, test it first with the sample content provided as there are high chances on that you may face a lot of the common issues at later stages.

Useful Resources: Theme Unit Test

Data Validation

It is always an important thing to take care of that you make your theme as secure as possible. If say you give authority to the users to change settings, then you indirectly opening up many of entry points which may result in bringing in harming your data. Further, a big mistake you probably be doing is that you are not validating your data which will be going to database, resulting in leaving your theme open to malicious codes.

Useful Resources: Security and Privacy requirements, Data Validation

Photo Credit: @cdharrison via photopin cc

Powered by WordPress & Theme by Anders Norén