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 Core Contributor
- Meetup Organizer Meetup Organizer
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
-
Committed [2239062] to Plugins Trac:
update tested to number6 days ago
-
Posted a reply to Feature request: alternative alt tag, on the site WordPress.org Forums:
Unfortunately no, that wouldn't work. You're using a genesis filter to modify a Genesis function,…3 weeks ago
-
Posted a reply to Feature request: alternative alt tag, on the site WordPress.org Forums:
Display Posts uses the standard WordPress core function for displaying the image. If you would…3 weeks ago
-
Posted a reply to [display-posts] works sometimes and doesnt show more than 10, on the site WordPress.org Forums:
It sounds like your theme or plugin is overriding the query parameters. Here's a tutorial…3 weeks ago
-
Posted a reply to Display tags names, on the site WordPress.org Forums:
You can use [display-posts category_display="post_tag"] For more information, see: https://displayposts.com/2019/01/08/include-the-post-categories-in-the-listing/3 weeks ago
-
Posted a reply to Show last 30 days, on the site WordPress.org Forums:
Try [display-posts date_query_after="30 days ago"]4 weeks ago
-
Posted a reply to How to modify pagination URL for SEO?, on the site WordPress.org Forums:
There's two different types of queries in WordPress. The "main" query is the primary content…1 month ago
-
Posted a reply to how to show the Category “see all” button, use the Parameters?, on the site WordPress.org Forums:
Unfortunately this plugin does not include an option to display a "See all" button linking…1 month ago
-
Posted a reply to Put 3 posts on top and rest orderby title, on the site WordPress.org Forums:
I recommend using two separate shortcodes for that. For the main three, list their post…1 month ago
-
Posted a reply to show woocommerce posts, on the site WordPress.org Forums:
It sounds like either a theme or plugin conflict. Something is filtering queries that use…1 month ago
-
Posted a reply to Add table to valid wrapper values and use partials to generate table rows, on the site WordPress.org Forums:
Unfortunately no, the list of approved values is hardcoded to ul, ol, and div (see…1 month ago
-
Posted a reply to Conditional display of post metafields, on the site WordPress.org Forums:
I think the simplest approach would be to add unique classes to the individual listing…1 month ago
-
Posted a reply to Shortcode Using Doubt, on the site WordPress.org Forums:
Unfortunately no, this plugin does not work that way. It does queries independent of the…1 month ago
-
Posted a reply to Future status will give 404, on the site WordPress.org Forums:
WordPress core does not allow future dated content to be visible to logged out users.…1 month ago
-
Posted a reply to How to modify pagination URL for SEO?, on the site WordPress.org Forums:
Unfortunately no, the paginated URL cannot be changed. It is built specifically this way so…1 month ago
-
Posted a reply to Support for this plugin, on the site WordPress.org Forums:
Unfortunately I cannot promise timely responses to support requests. I only go through the support…1 month ago
-
Posted a reply to Totally different number for shared counts, on the site WordPress.org Forums:
When editing a page, look in the right column for the Shared Counts metabox. It…2 months ago
-
Posted a reply to Using partials to display featured image, on the site WordPress.org Forums:
Are you defining $attachment_id anywhere? That's probably your issue. Change $attachment_id to get_post_thumbnail_id(). Ex: echo…2 months ago
-
Posted a reply to Scheduled posts not visible at time using w3tc, on the site WordPress.org Forums:
The issue is your caching plugin is not aware that the page with the shortcode…3 months ago
-
Posted a reply to Format like standard WordPress Post, on the site WordPress.org Forums:
Display Posts does not include any styling built-in, so you can customize the look with…3 months ago
-
Posted a reply to Can you use this to display Custom Post Types?, on the site WordPress.org Forums:
Yes, you can! You can use the post_type parameter to display a custom post type.…3 months ago
-
Posted a reply to orderby only accepts 1 arg in filter shortcode_atts_display-posts, on the site WordPress.org Forums:
You're correct, the orderby parameter only accepts a single value. This is where the orderby…3 months ago
-
Posted a reply to Allow users to filter results by category, on the site WordPress.org Forums:
The best way to implement category filtering is using FacetWP. Here's a tutorial on using…3 months ago
-
Posted a reply to shortcode change?, on the site WordPress.org Forums:
You can use the category_display parameter to display custom taxonomies as well. [display-posts category_display="true"] -…3 months ago
-
Posted a reply to Totally different number for shared counts, on the site WordPress.org Forums:
The most likely issue is that one of the two service APIs were down when…3 months ago
-
Posted a reply to Share buttons bug, on the site WordPress.org Forums:
The API is only queried when (a) the share button is shown for that page,…3 months ago
-
Posted a reply to Share buttons bug, on the site WordPress.org Forums:
The sharing URL is the same, but the social count is different. "Facebook" shows the…3 months ago
-
Posted a reply to Offset Parameter?, on the site WordPress.org Forums:
Yes, you can use the offset parameter. Ex: [display-posts posts_per_page="1"] [display-posts posts_per_page="1" offset="1"] [display-posts posts_per_page="1"…3 months ago
-
Posted a reply to Share buttons bug, on the site WordPress.org Forums:
Also, have you made any code customizations to the plugin (ex: implemented any of these…3 months ago
-
Posted a reply to Share buttons bug, on the site WordPress.org Forums:
Can you share a link to the page that has this issue?3 months ago
-
Posted a reply to Warning: Division by zero in, on the site WordPress.org Forums:
What do you have set in Genesis > Grid Loop? You should only get an…3 months ago
-
Posted a reply to Instagram Support?, on the site WordPress.org Forums:
I'm not sure how this would work because (as far as I know) Instagram does…3 months ago
-
Posted a reply to Share buttons bug, on the site WordPress.org Forums:
It's still supported in that it still works, I use it on every website I…3 months ago
-
Posted a reply to Abandoned plugin?, on the site WordPress.org Forums:
The plugin still works perfectly and hasn't needed an update. I'll bump the "tested to"…4 months ago
-
Posted a reply to left align image not working, on the site WordPress.org Forums:
Yes, that works, but it will apply to every instance of Display Posts throughout your…4 months ago
-
Posted a reply to Format date, on the site WordPress.org Forums:
Yes, by using CSS. Go to Appearance > Customize > Additional CSS and add: .display-posts-listing…4 months ago
-
Posted a reply to left align image not working, on the site WordPress.org Forums:
You need to add the image-left class to the listing itself. The wrapper currently has…4 months ago
-
Posted a reply to Format date, on the site WordPress.org Forums:
You can use the date_format parameter to specify how the date should be formatted. For…4 months ago
-
Posted a reply to Multisite?, on the site WordPress.org Forums:
This plugin can be used on a multisite installation, but only to query posts on…4 months ago
-
Committed [2162351] to Plugins Trac:
tagging 1.2.05 months ago
-
Posted a reply to include_date Default Format, on the site WordPress.org Forums:
I agree, I should have used the default date format. But unfortunately changing it now…5 months ago
-
Posted a reply to Please add rel=nofollow support, on the site WordPress.org Forums:
You can use the output filter to customize all links to include rel="nofollow". /** *…5 months ago
-
Posted a reply to Pagination Not Working, on the site WordPress.org Forums:
Do you have the pagination extension installed? The main Display Posts plugin does not include…5 months ago
-
Posted a reply to Show Category Name Before Date, on the site WordPress.org Forums:
You can use the output filter to customize the order of the elements displayed in…5 months ago
-
Posted a reply to Layout and order issues, on the site WordPress.org Forums:
There are two ways you can customize the output of the shortcode include the elements…5 months ago
-
Posted a reply to Exclude Category, on the site WordPress.org Forums:
Yes, you can use a taxonomy query to exclude posts from a certain category. The…5 months ago
-
Posted a reply to Create different Outputfilters for different display_posts, on the site WordPress.org Forums:
The second parameter in the output filter gives you the original shortcode attributes, so you…5 months ago
-
Posted a reply to cant style the grid with post on homepage, on the site WordPress.org Forums:
The best way to match your theme's styling is to use template parts. Here's a…5 months ago
-
Posted a reply to Icons Don’t Appear, on the site WordPress.org Forums:
Your theme's CSS is setting all icons to display: none; (screenshot). Add this CSS in…5 months ago
-
Posted a reply to Accordion for FAQ?, on the site WordPress.org Forums:
Yes, that is possible, but would require you to write custom CSS and JavaScript. I'd…6 months ago
Developer
-
BE Media from Production
Active Installs: 90+
-
BE Stats
Active Installs: 70+
-
BE Subpages Widget
Active Installs: 8,000+
-
CMS Page Order
Active Installs: 5,000+
-
Disable Genesis Schema
Active Installs: 2,000+
-
Display Posts - Date View
Active Installs: 200+
-
Display Posts - Easy lists, grids, navigation, and more
Active Installs: 100,000+
-
Div Shortcode
Active Installs: 4,000+
-
Event Manager Theme Functionality
Active Installs: 200+
-
Flex Slider for WP Rotator
Active Installs: 80+
-
Gallery Metabox
Active Installs: 3,000+
-
Genesis 404 Page
Active Installs: 9,000+
-
Genesis Grid
Active Installs: 5,000+
-
Genesis Subpages as Secondary Menu
Active Installs: 200+
-
Genesis Title Toggle
Active Installs: 30,000+
-
Image Override
Active Installs: 40+
-
Integrate ConvertKit and WPForms
Active Installs: 100+
-
Limit Modified Date
Active Installs: 100+
-
Migration Notice
Active Installs: Less than 10
-
Old Post Notification
Active Installs: 50+
-
Password Pointer
Active Installs: 10+
-
Shared Counts - Pinterest Image
Active Installs: 100+
-
Shared Counts - Social Media Share Buttons
Active Installs: 9,000+
Contributor
-
Ketchup Coupons
Active Installs: 80+
-
Term Menu Order
Active Installs: 1,000+