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
- Plugin Developer Plugin Developer
- WordCamp Speaker WordCamp Speaker
-
Committed [2294461] to Plugins Trac:
tagging 1.6.01 day ago
-
Posted a reply to Update coming soon?, on the site WordPress.org Forums:
If a security or compatibility update is required, it will be made. This plugin is…1 week ago
-
Posted a reply to Update coming soon?, on the site WordPress.org Forums:
The Display Posts plugin is fairly complete feature-wise. I'll update it if there's a new…1 week ago
-
Posted a reply to Issues after having uninstalled Genesis Grid, on the site WordPress.org Forums:
Have you made any code customizations to your theme that leverage functions found in the…2 weeks ago
-
Posted a reply to Display parameters HTML styling for wrapper attribute, on the site WordPress.org Forums:
You'll need to use the display_posts_shortcode_wrapper_open filter to customize the ordered list HTML tag (ol).…2 weeks ago
-
Posted a reply to Order Post by ID into shortcode, on the site WordPress.org Forums:
Try adding orderby="post__in" to the shortcode, like this: [display-posts post_type="recensioni" layout="sidebar-chart" id="2606,2609,1183,1242" orderby="post__in"]2 weeks ago
-
Posted a reply to Error With “Exclude posts already displayed” Code, on the site WordPress.org Forums:
I just updated the code snippet in that post. Can you update and see if…2 weeks ago
-
Posted a reply to what happened to DPS Exclude Sticky, on the site WordPress.org Forums:
The ignore_sticky_posts parameter should work the same way as the WordPress core parameter with the…2 weeks ago
-
Posted a reply to Orderby is not working, on the site WordPress.org Forums:
I'm looking at the page you included as an example and the posts are sorted…3 weeks ago
-
Posted a reply to Query based on current username, on the site WordPress.org Forums:
Try adding this to your theme's functions.php file or a core functionality plugin: https://gist.github.com/billerickson/58e50a14c596c2fa4268a6e3bda496673 weeks ago
-
Posted a reply to Custom Post and Category Not Working, on the site WordPress.org Forums:
Can you link to the specific category archive from which you'd like to pull posts?…3 weeks ago
-
Posted a reply to Share Count number different if you are signed in or out of website, on the site WordPress.org Forums:
My guess is it's due to caching. When you are logged in you are seeing…3 weeks ago
-
Posted a reply to Query based on current username, on the site WordPress.org Forums:
Display Posts already lets you query for the current user's posts. It does it based…3 weeks ago
-
Posted a reply to Genesis 404 plugin: tests folder, test-test.php, on the site WordPress.org Forums:
The test folder and test-test.php file were added to the plugin 6 years ago. The…4 weeks ago
-
Committed [2267526] to Plugins Trac:
update stable tag1 month ago
-
Posted a reply to Post Type Attachment How To Display Image, on the site WordPress.org Forums:
I'm sorry but this plugin does not support displaying the image for attachments. You could…1 month ago
-
Posted a reply to Feature Image Link, on the site WordPress.org Forums:
While this plugin does not support linking the image to external urls as-is, there are…1 month ago
-
Posted a reply to Add Read More button…? Take Two, on the site WordPress.org Forums:
Sorry about that, just responded: https://wordpress.org/support/topic/add-read-more-button-3/#post-12566513 Let's keep it to one thread. Closing this one.1 month ago
-
Posted a reply to Add Read More button…?, on the site WordPress.org Forums:
The excerpt_more parameter will only work if there's an excerpt included. You would need to…1 month ago
-
Posted a reply to Parameters not working after first 10 posts, on the site WordPress.org Forums:
The default query settings are: - order = date - order = DESC When you…1 month ago
-
Posted a reply to Custom Post and Category Not Working, on the site WordPress.org Forums:
Are you sure the 'category' taxonomy has been added to your custom post type? My…1 month ago
-
Posted a reply to Exclude current post?, on the site WordPress.org Forums:
And yes, this does work for pages. The default post type is 'post', but you…1 month ago
-
Posted a reply to Exclude current post?, on the site WordPress.org Forums:
You can use the exclude_current parameter for that: [display-posts category="cats" exclude_current="true"]1 month ago
-
Posted a reply to Random order by default?, on the site WordPress.org Forums:
Any attributes you type into the shortcode could be added to that function as a…1 month ago
-
Posted a reply to display_posts_shortcode_post_class, on the site WordPress.org Forums:
display_posts_shortcode_post_class is a PHP filter, not a shortcode parameter. It is not added to the…1 month ago
-
Posted a reply to Random order by default?, on the site WordPress.org Forums:
Here's a tutorial on customizing the default attributes: https://displayposts.com/2019/01/04/change-default-attributes/ Thanks1 month ago
-
Posted a reply to Display post in tabs, on the site WordPress.org Forums:
This plugin does not load any JavaScript. It sounds like your theme is using JavaScript…2 months ago
-
Committed [2254313] to Plugins Trac:
update to version 1.52 months ago
-
Posted a reply to display post doesn’t work at more than 10 posts, on the site WordPress.org Forums:
I'm sorry for the confusion. You do not need to use the shortcode twice on…2 months ago
-
Posted a reply to Add Read More button…?, on the site WordPress.org Forums:
Try this: [display-posts include_excerpt="true" excerpt_more="READ MORE" excerpt_more_link="true"]2 months ago
-
Posted a reply to formatting post text, on the site WordPress.org Forums:
I'm sorry, you're right, the parameter is image_size, not include_image. It's been a while since…2 months ago
-
Posted a reply to formatting post text, on the site WordPress.org Forums:
If you set a featured image when creating your post, you can include that in…2 months ago
-
Posted a reply to Using plugin for native searches, on the site WordPress.org Forums:
Display Posts does not affect the standard WordPress site search. You might check with Events…2 months ago
-
Posted a reply to Taxonomy: Include two categories AND exclude one, on the site WordPress.org Forums:
Display Posts has support for multiple taxonomy queries, which might work for you. Use the…2 months ago
-
Posted a reply to how to display post source?, on the site WordPress.org Forums:
How are you getting the content from the feeds to posts on your site? Maybe…2 months ago
-
Posted a reply to List not displaying more than 10 posts, on the site WordPress.org Forums:
Have you used the posts_per_page parameter to customize how many are displayed? By default it…2 months ago
-
Committed [2239062] to Plugins Trac:
update tested to number3 months 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 months 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 months 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 months 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 months 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 months 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…4 months 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…4 months 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…4 months 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…4 months 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…4 months 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…4 months 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…4 months 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.…4 months ago
Developer
-
BE Media from Production
Active Installs: 100+
-
BE Stats
Active Installs: 60+
-
BE Subpages Widget
Active Installs: 8,000+
-
CMS Page Order
Active Installs: 4,000+
-
Disable Genesis Schema
Active Installs: 2,000+
-
Display Posts - Date View
Active Installs: 300+
-
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: 8,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: 200+
-
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: 10,000+
Contributor
-
Ketchup Coupons
Active Installs: 100+
-
Term Menu Order
Active Installs: 1,000+