WordCamp Kent 2020 will be May 30-31, 2020. We will again be featuring some of the best speakers in the midwest as well as highlighting a very special keynote speaker. WordCamps are a great introductory event to the WordPress community and open source project. Our local WordCamp even offers a […]
Tag: WordPress
Come to Our Networking Picnic in the Park!

Join the Northeast Ohio WordPress Meetup group on Saturday, August 31st at noon for a picnic in the park. We will be at the Sycamore Picnic Area in the Rocky River Reservation in Fairview Park. Come enjoy the beautiful outdoors and meet other WordPress users, developers, business owners, and designers. […]
Apply to Speak at WordCamp Kent 2019
The Call for Sponsors and Call for Speakers for WordCamp Kent 2019 are both live! Call for Speakers closes on April 15 at 11pm EDT. The Call for Sponsors will be open indefinitely. 🙂 WordCamp Kent, OH will be held at the same venue as the last 3 years – […]
7 WordPress Features You Can Write a Simple Plugin For
Here are 7 examples of simple plugins you can write to get started with WordPress plugin development. Plugins in the WordPress repository should try to serve a single purpose. The “single purpose” concept is so the author can maintain the code more easily and so the end-user that doesn’t have […]
Cleveland GiveCamp 2018 Recap

Note: I wrote this recap back in July, but somehow forgot to publish the blog post version and only sent this recap to my coworkers. Whoops! 🙂 Figured I owed it to the organizers to get this post out, though! This year I volunteered at an event called Cleveland GiveCamp. […]
Why is my shortcode content showing before other content?

If you have created a shortcode but it’s showing up before the other content on your WordPress site, it might be because you used an “” instead of a “” in your callback function. add_shortcode() Incorrect: Correct:
Breaking vs Non-Breaking Plugin Changes
If you’re anything like me, when you open up old files, you like to clean them up while working in them. It only adds a small amount of time to your work and is the most convenient time to “get around” to cleaning things up. There are some things we […]