go
go copied to clipboard
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
An attempt at resolving https://github.com/godaddy-wordpress/go/issues/759 When the page title/custom logo markup is generated we can check for any `h1` elements in the post content and _not_ wrap the site title/custom...
Related: https://github.com/godaddy-wordpress/go/pull/791
Mailazy is a simple Transactional email service provider. it does not require an SMTP server or port to send an email it just uses an email sending API.
# Full Site Editing with Go With full-site editing coming into WordPress 5.9 we needed to answer some questions around how Go can become a FSE theme without starting from...
Checkboxes and radio buttons are hidden: https://prnt.sc/Kxk7LQ3APDvq https://prnt.sc/7pLBIx6vqPt9 This code fixes the issue (temporary solution): https://pastebin.com/raw/xBBgjBT1 https://prnt.sc/vflS_SAPXXpk
Hi, I'm using the Go theme by GoDaddy on Wordpress and I'm really happy with it. But I'm facing some issue with sub menus on mobile: the dropdown menu doesn't...
**Describe the bug:** Please add an option to disable search form on 404 page **Expected behavior:** **Screenshot(s):** **Priority** (select one): - [ ] High - Functional blocker - [ ]...
Is there a way to enable the WP Widget area on the side of a page with the Go theme? (along with using Blocks to add items to the widget...
**Describe the bug:** I added a snippet code to disable pagination, but it doesn't work. is there a way to disable or hide pagination on single product page?
The logo element is wrapped in an H1 tag. This results in 2 H1 tags on all pages. This is poor from a semantic and SEO perspective.