Bill Erickson

Results 18 issues of Bill Erickson

If you have a lot of fields for a page, instead of having one long list we could display them in tabs like Advanced Custom Fields offers. Ex: http://cl.ly/image/1x1x3r0Y0l3U

enhancement

We'd like to display the live search box right when the search field is selected (before typing) and have it pre-populated with manually curated content. Once the user starts typing,...

enhancement

Right now, if you register a metabox for a taxonomy, it appears both on the Edit Term screen and the Add Term screen. If there's a lot of fields (especially...

On [this line](https://github.com/jaredatch/EA-Share-Count/blob/master/includes/class-front.php#L425), change `&text=' . $link[ 'title' ]` to `&text=' . rawurlencode( $link[ 'title' ] )`

bug

On [this line](https://github.com/jaredatch/EA-Share-Count/blob/master/includes/class-front.php#L432), the Pinterest link is assembled with this: `&media=' . $link['img'] . ' &description='` But there should not be a space before the `&description`.

bug

In #130 we replaced `esc_attr()` with `esc_url()`, which broke the print button link because it used JavaScript ([see code](https://github.com/jaredatch/Shared-Counts/blob/cf15d6fb9d1a4f8b19c74395ddbcb329e20f4d91/includes/class-shared-counts-front.php#L463)). We either need to revert this change or update the print...

Originally reported here: https://github.com/jaredatch/EA-Share-Count/issues/102 > I've never done it, but seems like adding custom CLI commands is fairly straightforward. It would be cool to "prime the pump" and preload/update share...

enhancement

We currently have support for adding custom URLs to query along with a post's permalink, but adding them is a manual process. If you are changing your URL structure and...

enhancement
Addon Plugin

Social networks have been moving towards eliminating share counts, and [Facebook may be dropping them soon](https://www.thesocialmediahat.com/blog/the-end-of-social-media-like-counts/). I think for version 1.5 we should consider adding an additional _internal_ count source,...

enhancement

If you do a search for FAQs (either using the widget or another search form) you get the standard WP search results. I [created a custom template](https://gist.github.com/billerickson/ef12db17372fb84c1b192a4fb22caaf6) for faq search...