How To: Force WordPress Gutenberg Image Block “title” Attribute to Display
How Do You Fix the Gutenberg Image Block title Attribute Display Issue? We here at Hawp Media really like the Gutenberg update, mainly for the generation of HTML when creating pages. However, there is one rather annoying flaw with a specific block that all SEO’s are wondering about. That is, the image block missing the…
How To: Get Easy Digital Downloads Product Version Number With Shortcode
EDD (Easy Digital Downloads) is a fantastic way to sell downloadable products on your WordPress website. Their documentation has most of the major details of how to use EDD, but it’s lacking many minor details and helpful shortcodes. One of which is, a shortcode for how to get the current version number of a product…
How To: Change Gravity Form submit input Element to a button Element
Replace <input type=”submit”> in Gravity Forms to a <button> element. There’s an example in the Gravity Forms documentation, but it lacks the proper code to show your custom button text, and removes important attributes like the onclick that prevents multiple clicks. This is not a perfect solution but it leaves the important onclick and tab…
How To: Get Single Post Category With a WordPress Shortcode
This snippet will show you how to get a single post category regardless of the post type. You can use this shortcode on any post type page or template file, and the category for that post type will be returned. In fact, we use this exact code to return the category of the various post…
How To: Deactivate Yoast SEO 11.0 Schema Structured Data Output
On Tuesday, Yoast released a rewritten Schema structured data output with their Yoast SEO 11.0 update. While the SEO tool may be great for new sites on Yoast SEO or users who do not define their own Schema structured data, it might not be the best option for those who have custom Schema. Will Yoast…