Bill Erickson
@billerickson on WordPress.org and Slack
- Member Since: August 21st, 2008
- Location: Georgetown, TX
- Website: billerickson.net
- Job Title: WordPress Developer
- Employer: Erickson Web Consulting
Bio
Contribution History
Bill Erickson’s badges:- Core Contributor
- Meetup Organizer
- Plugin Developer
- WordCamp Speaker
-
Posted a reply to Does Not Work Like the Picture, on the site WordPress.org Forums:
Hi John, This plugin is designed to give you full control over how your posts… -
Posted a reply to display_posts_shortcode_args filter not working, on the site WordPress.org Forums:
Here's the code for that specific filter: https://github.com/billerickson/display-posts-shortcode/blob/master/display-posts-shortcode.php#L463-L472 The first parameter, $args, are the arguments… -
Posted a reply to display_posts_shortcode_args filter not working, on the site WordPress.org Forums:
That code looks like it should work to me. You might try adding print_r( $args… -
Posted a reply to Offset support, on the site WordPress.org Forums:
Offset is already a supported parameter. To offset by 2 posts, use: [display-posts offset="2"] If… -
Posted a reply to Display Posts not working at all, on the site WordPress.org Forums:
By default the shortcode only shows posts with a post status of "publish". If you'd… -
Posted a reply to URL parameters, on the site WordPress.org Forums:
The Shared Counts plugin does not include a filter called sharing_permalink so the code you've… -
Posted a reply to Required parameter $xxx follows optional parameter, on the site WordPress.org Forums:
Can you try pulling down a copy right now? You must have downloaded the update… -
Posted a reply to Icon names appear with them on phones, on the site WordPress.org Forums:
It sounds like a caching plugin is removing the Shared Counts CSS in your mobile… -
Posted a reply to Tracking, on the site WordPress.org Forums:
This plugin does not include any tracking. The share buttons are generated locally on your… -
Posted a reply to Required parameter $xxx follows optional parameter, on the site WordPress.org Forums:
This should be fixed now in the latest release (1.4.1) Thanks -
Committed [2836328] to Plugins SVN:
update file -
Committed [2836327] to Plugins SVN:
update to version 1.4.1 -
Committed [2836325] to Plugins SVN:
version 1.4.1.1 -
Committed [2836270] to Plugins SVN:
version 1.4.1 -
Posted a reply to E-mail no working, on the site WordPress.org Forums:
It looks like jQuery is not being loaded on your site ( https://a.cl.ly/llugnkEg ). The… -
Posted a reply to list number, show post tags and unlimited number of posts., on the site WordPress.org Forums:
Unfortunately the shortcode can only display one taxonomy out of the box. To add multiple… -
Posted a reply to list number, show post tags and unlimited number of posts., on the site WordPress.org Forums:
You can use the wrapper="ol" parameter to display the results in an ordered (numbered) list.… -
Posted a reply to Pagination issue when there is an existing query string, on the site WordPress.org Forums:
You might try adding these few lines to the plugin's code to check for the… -
Posted a reply to Display ACF Fields, on the site WordPress.org Forums:
You'll need to add all the ACF fields in a single function. The function is… -
Posted a reply to Display ACF Fields, on the site WordPress.org Forums:
Here's a tutorial on how to display metadata in the Display Posts output: https://displayposts.com/2019/06/23/display-meta-value-in-output/ Thanks -
Posted a reply to Category site shouldn’t show ALL sticky posts (also from other categories), on the site WordPress.org Forums:
I haven't tried it, but you might try NS Featured Posts. It adds the checkboxes… -
Posted a reply to Category site shouldn’t show ALL sticky posts (also from other categories), on the site WordPress.org Forums:
I'd recommend avoiding sticky posts and implement this in another way, like with post meta.… -
Posted a reply to Category site shouldn’t show ALL sticky posts (also from other categories), on the site WordPress.org Forums:
Unfortunately this is how sticky posts in WordPress core works, and we're leveraging the standard… -
Posted a reply to Import of existing share count, on the site WordPress.org Forums:
No importing of data is required. The actual share counts come from the social services… -
Committed [2797447] to Plugins SVN:
update readme, recommend another plugin -
Posted a reply to date_column setting ignored for date_query_after, on the site WordPress.org Forums:
That's a great suggestion! I just updated the post. Thanks -
Posted a reply to date_column setting ignored for date_query_after, on the site WordPress.org Forums:
The date query feature in WordPress only works with the actual date columns in the… -
Posted a reply to Publishing to automatically-generated excerpt, on the site WordPress.org Forums:
If your theme has hooks to allow us to insert things before the post content,… -
Posted a reply to Use custom fields in date queries, on the site WordPress.org Forums:
The date query feature in WordPress only works with the actual date columns in the… -
Posted a reply to Icons not working with Mac Users & AMP Pages?, on the site WordPress.org Forums:
It looks like the CSS file isn't loading. I'm not sure what would cause that,… -
Committed [2788729] to Plugins SVN:
Updating the tested to version -
Posted a reply to Poor Support, on the site WordPress.org Forums:
"Shared Count" is not my company. While we can leverage their API to reduce queries… -
Posted a reply to Poor Support, on the site WordPress.org Forums:
There is no paid version of this plugin. We don't have a general manager, nor… -
Posted a reply to Poor Support, on the site WordPress.org Forums:
I'm sorry for the confusion. My free Shared Counts plugin is not associated, sponsored or… -
Posted a reply to Filter by rl_category or rl_tag, on the site WordPress.org Forums:
Here's a tutorial on how to filter by custom taxonomies: https://displayposts.com/2019/01/07/taxonomy-queries/ -
Posted a reply to PHP Version, on the site WordPress.org Forums:
Yes, it's compatible with PHP 7.x and PHP 8.x -
Posted a reply to FacetWP, on the site WordPress.org Forums:
Unfortunately no, FacetWP only works with a single query on the page. -
Posted a reply to FacetWP, on the site WordPress.org Forums:
Hmm, not sure why the video has disappeared, but yes, I'd recommend FacetWP for faceted… -
Posted a reply to Breaking list into columns?, on the site WordPress.org Forums:
If you remove the column-gap property, there will be no space between the columns. If… -
Posted a reply to Breaking list into columns?, on the site WordPress.org Forums:
The "columns: 2" part tells the browser to make two equal width columns. The "column-gap:… -
Posted a reply to Breaking list into columns?, on the site WordPress.org Forums:
The simplest approach is to use CSS: .display-posts-listing { columns: 2; column-gap: 32px; } .display-posts-listing… -
Posted a reply to Varying results (up and down) in repeated shared counts Refresh, on the site WordPress.org Forums:
I recommend you forward this question to Shared Count. Despite the similar name, Jared and… -
Committed [2738222] to Plugins SVN:
update tested to -
Posted a reply to Dead or alive?, on the site WordPress.org Forums:
Thanks for the nudge. We've had a lot of new features added to the GitHub… -
Committed [2727409] to Plugins SVN:
missing files -
Committed [2727404] to Plugins SVN:
tagging 1.4.0 -
Created a topic, Great plugin, fixes issues in WP 5.9, on the site WordPress.org Forums:
If your theme was built prior to WP 5.9, you might fin… -
Posted a reply to Exclude Current for CPT, on the site WordPress.org Forums:
Those parameters should work regardless of the post type setting. Have you made any code… -
Committed [2512316] to Plugins SVN:
tagging 1.4.0 -
Posted a reply to Relative URLs, on the site WordPress.org Forums:
Unfortunately no, this plugin depends upon absolute URLs. But the plugin doesn't update image URLs…
Developer
-
BE Media from Production
Active Installs: 700+
-
BE Stats
Active Installs: 30+
-
BE Subpages Widget
Active Installs: 6,000+
-
CMS Page Order
Active Installs: 2,000+
-
Disable Genesis Schema
Active Installs: 1,000+
-
Display Posts - Date View
Active Installs: 400+
-
Display Posts - Easy lists, grids, navigation, and more
Active Installs: 100,000+
-
Div Shortcode
Active Installs: 3,000+
-
Event Manager Theme Functionality
Active Installs: 100+
-
Flex Slider for WP Rotator
Active Installs: 40+
-
Gallery Metabox
Active Installs: 1,000+
-
Genesis 404 Page
Active Installs: 6,000+
-
Genesis Grid
Active Installs: 3,000+
-
Genesis Subpages as Secondary Menu
Active Installs: 100+
-
Genesis Title Toggle
Active Installs: 20,000+
-
Image Override
Active Installs: 20+
-
Integrate ConvertKit and WPForms
Active Installs: 700+
-
Limit Modified Date
Active Installs: 4,000+
-
Migration Notice
Active Installs: 10+
-
Old Post Notification
Active Installs: 40+
-
Password Pointer
Active Installs: 10+
-
Shared Counts - Pinterest Image
Active Installs: 600+
-
Shared Counts - Social Media Share Buttons
Active Installs: 10,000+
Contributor
-
Ketchup Coupons
Active Installs: 50+
-
Term Menu Order
Active Installs: 800+