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 Possible to display posts that have the same tag as current post?, on the site WordPress.org Forums:
Yes, you can! Here's the shortcode structure (you can update this to add your additional… -
Posted a reply to Show custom post titles, on the site WordPress.org Forums:
Hi, Yes, you can customize the output using The Output Filter. I'm not able to… -
Posted a reply to Archive posts, on the site WordPress.org Forums:
Unfortunately no, this plugin does not support custom post statuses. -
Posted a reply to Archive posts, on the site WordPress.org Forums:
This plugin only supports the built-in WordPress post statuses: publish, pending, draft, auto-draft, future, private,… -
Committed [2940963] to Plugins SVN:
new banner and icon -
Committed [2940960] to Plugins SVN:
add banner and icon, update readme -
Committed [2940565] to Plugins SVN:
add cultivatewp as contributor -
Committed [2940400] to Plugins SVN:
update readme -
Committed [2940393] to Plugins SVN:
tagging version 1.7.0 -
Posted a reply to combining share counts from all posts to a page total counts button, on the site WordPress.org Forums:
Hi Martha, You can add the "Total" field as one of the displayed services in… -
Posted a reply to Display specific posts, on the site WordPress.org Forums:
Hi, Unfortunately Display Posts can't natively copy the style of your current theme because it… -
Posted a reply to orderby menu_order not working, on the site WordPress.org Forums:
I looked at that plugin's documentation and it looks like you might also need to… -
Posted a reply to Media players, on the site WordPress.org Forums:
It depends how the media player is added to posts, and what settings / configuration… -
Posted a reply to Works for Preview but not when i publish, on the site WordPress.org Forums:
Version 6.2.1 or WordPress disabled shortcodes in block themes, which sounds like the issue you're… -
Posted a reply to Post Type=Attachment, on the site WordPress.org Forums:
Hi swcomm, The Display Posts shortcode has a default setting of 'post_status' => 'publish' so… -
Posted a reply to Plugin update desperately needed, on the site WordPress.org Forums:
Hi GermanKiwi, I just bumped the tested-to version to 6.2. Thanks -
Committed [2912259] to Plugins SVN:
bump tested to version -
Posted a reply to How to display Taga belonging to post?, on the site WordPress.org Forums:
Here you go: https://github.com/billerickson/display-posts-shortcode/blob/master/display-posts-shortcode.php#L572-L595 -
Posted a reply to How to display Taga belonging to post?, on the site WordPress.org Forums:
The code above will find/replace any instance of "," in the text string, not just… -
Posted a reply to How to display Taga belonging to post?, on the site WordPress.org Forums:
There's no shortcode parameter for managing that separator. If you're confident that none of the… -
Posted a reply to How to display Taga belonging to post?, on the site WordPress.org Forums:
You can customize the string using the category_label parameter. Ex: [display-posts category_display="post_tag" category_label="Themes: "] You… -
Posted a reply to How to display Taga belonging to post?, on the site WordPress.org Forums:
Despite its name, you can actually use the category_display parameter to display any taxonomy. If… -
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,…
Developer
-
BE Media from Production
Active Installs: 1,000+
-
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: 2,000+
-
Event Manager Theme Functionality
Active Installs: 100+
-
Flex Slider for WP Rotator
Active Installs: 30+
-
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: 10,000+
-
Image Override
Active Installs: 20+
-
Integrate ConvertKit and WPForms
Active Installs: 1,000+
-
Limit Modified Date
Active Installs: 4,000+
-
Migration Notice
Active Installs: 10+
-
Old Post Notification
Active Installs: 30+
-
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: 30+
-
Term Menu Order
Active Installs: 700+