Do you have a WordPress problem you can't figure out? Why not let our experts show you how.
We hope these Posts may be useful for you. If you have any feedback, problems, enhancements, or websites where you have used these -- please leave a comment on the post.
Code Snippets are solutions we have come up with to solve website development problems or ways to add enhanced features and functionality.
Some of the solutions are generic to WordPress (and Gutenberg blocks), but most are pertinent to developers working with Genesis themes and Beaver Builder plugins.
We are sharing these in the hope that what worked for us may help you in your development projects.
if you need individual hands-on coaching we are available to help you with your project on an hourly basis.
This post has its comments, pingbacks, and trackbacks disabled. There should be no comment reply form, but should display pingbacks and trackbacks.
This post has many pingpacks and trackbacks. There are a few ways to list them. Above the comments Below the comments Included within the normal flow of comments
There is a great post on the background of this problem by Mark Maunder that I recommend you read to understand the severity of the issue: Technical details and scripts of the WordPress TimThumb.php hack But even better, Mark has written a WordPress plugin that you can install. It will […]
The best free backup plugin, the one I’ve been using on my site and recommend and install for my clients is BackWPup. It backs up your database and your files too. And it can automatically create and send the backups to Dropbox, Amazon S3, and other cloud-based storage spaces. The […]
I thought I’d try out the upcoming version of WordPress since it’s now already rolled out on wordpress.com. I want to see what plugins and themes break before I recommend upgrading to my clients. So far everything seems to be working with RC2, RC3 3.2 (with one exception….*) * BackWPup […]
I use the Hartsook Letter blog as a testbed for WordPress themes, tools, plugins, and extensions. I need to see how these work and ferret out potential interactions among the various extensions before I recommend them for a client’s site. So when WordPress 3.1 was released today I hit the […]
I first became aware of the Referrer Spam problem after installing and using the WordPress plugin Stat Surfer. One of Stat Surfer’s statistics categories is Top Referrers. I noticed on a business-client’s site they were getting referral traffic from porn sites and other unlikely sites. Looking into why this was […]
If you use Beaver Themer to layout single post pages and format the post content using the Gutenberg Block Editor you notice when embedding a video that the “Resize for smaller devices” switch is enabled by default on video blocks. The purpose of this setting is to maintain the original […]
Let’s say you want to style the dashboard, or hide an element that normally shows when editing a Post using display:none;. Even if you can discover the CSS selector using your browser’s inspector and test out your custom styling, you can’t just copy and paste that into the WordPress Customizer. […]
The Simple History plugin default history period is 60 days. The log includes not only user initiated changes to the website, but all the automated updates to plugins, etc. This can make the log file pretty large.
If you don’t use the Excerpt field in your posts and rely on WordPress to grab the first few dozen words of your post content what you usually find is the excerpt when displayed on the front end (usually in some sort of archive or post grid display) will have […]
RSS readers are somewhat old school in 2020, but the RSS feed that is part of WordPress is used by email services like Mailchimp and Mailerlite to create automated email updates when you add a new post to your website. If you have custom post types though, they are not included […]
The client wanted to display a list of past events in a scrollable column. This was easy to implement using simple css. The page layout was done with Beaver Builder, but the solution should work for any html container.
Sometimes you want to present a navigation menu as a horizontal “mega-menu” instead of a hierarchal dropdown menu. This is really simple if you are using Beaver Builder. The mega-menu feature is built in, but is unfortunately hidden. You have to know the secret to turn it on.
I needed to format a number field (999,999,999), coming from a custom field number-format (no other characters permitted in the number entry field). No “$” no commas or decimal points, etc. to output as a normal currency format. When displaying the number I could add a “$” in front of […]
WordPress sites are actually a collection of components from different vendors that must all work in harmony to get the functionality and appearance you want. If one is slightly off-key it can cause havoc with the rest of the site. WordPress Website Coach has experience using dozens of these components on many client sites. We know what combinations of parts work well together and which ones are more problematic.
Getting your site to look and work exactly the way you want often requires some customization of these components. We've done that and want to share some of our tips and tricks with you.
For example would you like to know our Seven questions to improve your website design?
If you need help customizing your WordPress site -- talk to us.
We have experience in PHP, MySQL, CSS, and Javascript that underlies your WordPress website.
Template: Comments
This post tests comments in the following ways. Threaded comments up to 10 levels deep Paginated comments (set Settings > Discussion > Break comments into pages to 5 top level comments per page) Comment markup / formatting Comment images Comment videos Author comments Gravatars and default fallbacks
Read More about Template: Comments