Free WordPress Dev & Admin Community

Plugins, Training, Sample Code and more for WordPress Websites

Plugins

Need to extend your WordPress site? Each of our plugins are high quality and serve a specific need within the WordPress community.

Get Plugins

Quizzes

Are you a WordPress expert? Try your hand at these WordPress quizzes to see how good your skills are.

View Quizzes

Support Forums

Stuck on an issue? Something on your mind? Post your question to get support from the community.

Support Forums

Code Snippets

Looking for a solution to a coding problem. Take a look at these pre-made solutions and code snippets.

Code Snippets

Tutorials

Want to learn more about WordPress? Head over to our tutorial section for step by step guides on common tasks.

View Tutorials

Glossary

Confused by a term? Read our WordPress glossary for a better understanding of WordPress terms and phrases?

View Glossary

Still unsure where to begin?  View our Getting Started Guide.

Recent Posts

PHP File Injection Exploit

Why is there a random block of PHP code in a random PHP file

There is a file injection attack that will insert a block of code into your site.  The code may look like the following in your pages Another example is this one We are going to use this second example to show how we can dissect this code and understand what exactly is going on. Format […]

WordPress Weird Code

What is the weird code at the top of my WordPress pages

Finding a string of odd characters that appear to make no sense at the top of your WordPress pages could indicate that your site has fallen victim to a file injection attack.  For a detailed review of what these types of attacks are, see our post on File Injection Attacks. What this code does Generally […]

wordpress-file-injection-vulnerabilities

How to identify and fix file injection vulnerabilities in WordPress

Maintaining security in a WordPress installation can be a rather large initiative.  There are so many things changing underneath the hood that sometimes it is hard to tell what is a legitimate change and what is not.  One such security risk is when hackers use a vulnerability to inject a small piece of code or […]

choosing-wordpress-themes

How to judge the Risks and Rewards of a Community WordPress Theme

The WordPress theme directory is huge.  It’s a is a great advantage as a WordPress site administrator to be able to lean on and utilize this vast resource of themes.  However – it can be very daunting to understand which theme in particular is right for your site and which themes should be avoided.  In […]

Evaluating WordPress Plugins

How to Evaluate the Risks and Rewards of a WordPress Community Plugin

The WordPress plugin directory is huge.  It’s a is a great advantage as a WordPress site administrator to be able to lean on and utilize this vast resource of plugins.  However – it can be very daunting to understand which plugins to participate in and which to avoid.  During this article we will explain some […]