Brandon Hubbard

Results 60 issues of Brandon Hubbard

Can you please add support for the hubspot tracking code via the config. `````` https://knowledge.hubspot.com/reports/install-the-hubspot-tracking-code

Show example of a deploy to CloudFlare Worker.

Review how 5.4 changes can be used to improve our navwalker. [WordPress 5.4 Introduces new hooks to add custom fields to menu items](https://make.wordpress.org/core/2020/02/25/wordpress-5-4-introduces-new-hooks-to-add-custom-fields-to-menu-items/)

[STATUS] NEEDS SECOND OPINION

[Using Twitter Bootstrap NavBars with Backbone.js ](https://gist.github.com/stephenvisser/2711454)

[TYPE] RESEARCH

[TYPE] FEATURE REQUEST

@pattonwebz @sfgarza Was looking to make some improvements for a client site, went back to thinking about the menu improvements. I threw together a quick branch where I added WP...

It may make its way to core at some point, and might be a great way to add Bootstrap Nav menus, but at the moment you need to use the...

[TYPE] RESEARCH

Many sites leave the wordpress defaults, it might be good to add a sweep to check for them and remove them if they exist: - Hello World Post - Sample...

enhancement

``` DELETE FROM wp_links WHERE link_url = 'http://codex.wordpress.org/'; DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/news/'; DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/support/'; DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/extend/plugins/'; DELETE...

enhancement

Sometimes we come across sites that have bad encoding issues in the content, would be great to sweep for these. ``` UPDATE wp_posts SET post_content = REPLACE(post_content, '“', '“'); UPDATE...

enhancement