Here is a list of plugins that I consider Go To Plugins that I trust and use on a regular basis when I need…
WordPress
Perfecto Portfolio grid with filters the WordPress Plugin
I am happy to announce I have released one of the nicest portfolio plugins for WordPress. When it comes to portfolio pages some artists,…
Perfecto Portfolio Support Page
This is the official Support Page for The Perfecto Portfolio WordPress Plugin. Feel free to ask any questions related to the Perfecto Portfolio WordPress…
Deprecated: Function create_function() is deprecated – fix
I got the following warning on my website: Deprecated: Function create_function() is deprecated it was being thrown by themes\bone\inc\widgets\minimaldog-post-list-widget.php on line 168 . Here is the fix…
WordPress Security for Developers – the beautiful overlook
WordPress security is for everyone and this article is for anyone who opened the code editor at least once. If you are tweaking WordPress…
Sanitize Date and Time values in WordPress
The following post shares a code snippet that you can use to sanitize a date time value before saving it in a field or…
WordPress Security Checklist for Websites Hosted on Managed Hosting Platforms
My checklist for websites on managed WorPress hosting platforms is much shorter and different than what would be for a self hosted WP websites.…
WordPress pass query variables in URL
This comes up often enough so I thought I should make a quick post about it. The deal is that you want to pass…
Genesis add widget area on home page or posts
In this post I will share the code snippet that registers a widget. I will also demo 3 use cases with examples that are…
WordPress Genesis theme modify copyright footer
WordPress Genesis theme modify copyright footer Here is how to modify copyright footer in WordPress Genesis theme. As you know any modifications you would…