Bill Erickson
@billerickson on WordPress.org and Slack
Bio
- Member Since: August 21st, 2008
- Location: Georgetown, TX
- Website: billerickson.net
- Job Title: WordPress Developer
- Employer: Erickson Web Consulting
Contribution History
Bill Erickson’s badges:- Core Contributor
- Meetup Organizer
- Plugin Developer
- WordCamp Speaker
-
Created a topic, Installation Instructions, on the site WordPress.org Forums:
Please review the installation instructions on the Dis… -
Committed [3168767] to Plugins SVN:
tagging 3.0.3 -
Created a topic, Plugin has moved to GitHub, on the site WordPress.org Forums:
Future updates to this plugin will only come from the … -
Posted a reply to Swap title with Advanced Custom Field content, on the site WordPress.org Forums:
I think the simplest approach is a find/replace. Something like this: add_filter( 'display_posts_shortcode_output', function( $output… -
Posted a reply to PHP compatibility, on the site WordPress.org Forums:
Yes, the Display Posts plugin is compatible with PHP 8.2. The Display Posts website (which… -
Posted a reply to Using DPS for Search Page, on the site WordPress.org Forums:
While that's not currently a built-in feature of the plugin, I just created this code… -
Posted a reply to Certain post by id, on the site WordPress.org Forums:
Try this: [display-posts id="3333, 4321, 1234" orderby="post__in"] -
Posted a reply to WordPress 6.4.3 Compatibility, on the site WordPress.org Forums:
I've tested with the latest version and there are no updates required, so I have… -
Committed [3096801] to Plugins SVN:
update tested to version -
Posted a reply to Displaying In Sidebar, on the site WordPress.org Forums:
It sounds like this might be an issue with your theme. Adding the shortcode to… -
Posted a reply to Display posts no longer refreshing on mobile, on the site WordPress.org Forums:
That definitely sounds like a caching issue. You might try adding a query parameter to… -
Posted a reply to Variables or dynamic value in display posts shortcode, on the site WordPress.org Forums:
Hi JA, I think what you're looking for is the output filter, which lets you… -
Posted a reply to Display 10 most recent posts, but sort ASC (oldest to newest), on the site WordPress.org Forums:
That's a great idea. I just added it as a GitHub issue and I'll add… -
Posted a reply to Display 10 most recent posts, but sort ASC (oldest to newest), on the site WordPress.org Forums:
That's an interesting request! It took me a bit of digging to figure out a… -
Posted a reply to PHP 8.2 compatibility, on the site WordPress.org Forums:
I'm sorry but I believe you're reporting an issue for a different plugin. The error… -
Posted a reply to Change Twitter icon to X, on the site WordPress.org Forums:
The twitter logo was changed to X in the most recent release (1.5.0). Here's the… -
Posted a reply to [shared_counts] short code, on the site WordPress.org Forums:
It sounds like you may have added the [shared_counts] shortcode to your theme or a… -
Committed [3038803] to Plugins SVN:
new version -
Posted a reply to Expected behavior of the orderby=”rand” display parameter?, on the site WordPress.org Forums:
Yes, that parameter is designed to randomly select posts on each page refresh. However, there… -
Posted a reply to Display ALL Posts – it only displays Recent posts per general settings, on the site WordPress.org Forums:
You can use the posts_per_page parameter to increase the number shown. Ex: [display-posts posts_per_page="99999"] -
Posted a reply to Title link in posts list not working, on the site WordPress.org Forums:
Scheduled posts don't exist yet because they have yet to be published. You shouldn't use… -
Posted a reply to X Corp Logo to replace dead twitter bird?, on the site WordPress.org Forums:
The latest release (1.5.0) updates the Twitter logo. -
Committed [3023121] to Plugins SVN:
tagging 1.5.0 -
Posted a reply to Question about no_posts_message parameter, on the site WordPress.org Forums:
The shortcode can't accept HTML, but there's a PHP filter you can use to customize… -
Posted a reply to Sharing to Reddit, on the site WordPress.org Forums:
Here's a tutorial on how to add a Reddit share button: https://sharedcountsplugin.com/2019/03/27/add-a-reddit-share-button/ -
Posted a reply to Has this plugin been abandoned?, on the site WordPress.org Forums:
No, the plugin is not abandoned. It is feature complete and there have been no… -
Posted a reply to Display WooCommerce products, on the site WordPress.org Forums:
Based on the URL you shared, you should be able to list your most recent… -
Committed [3002745] to Plugins SVN:
fix code snippets in readme -
Posted a reply to Can’t display Project CPT category, on the site WordPress.org Forums:
I think the issue is that you need to add post_type="video" to the shortcode. The… -
Committed [2980287] to Plugins SVN:
add @cdils as contributor -
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…
Developer
-
Display Posts - Easy lists, grids, navigation, and more
Active Installs: 90,000+
-
Kit (formerly ConvertKit) for WPForms
Active Installs: 1,000+
Contributor
-
Ketchup Coupons
Active Installs: 10+
-
Term Menu Order
Active Installs: 500+