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 Posts ordering, on the site WordPress.org Forums:
Here's a list of all the orderby options (pulled from here): ‘none‘ – No order…2 weeks ago
-
Posted a reply to Does it work with Posts?, on the site WordPress.org Forums:
Here's how to enable the "Hide Title" for posts: https://www.billerickson.net/code/genesis-title-toggle-for-posts/ And here's how to enable…3 weeks ago
-
Posted a reply to more than one paginated Sorting on on the same page, on the site WordPress.org Forums:
Yes, you can paginate them separately. Instead of using pagination="true" for all of them, use…3 weeks ago
-
Posted a reply to logical condition for categories, on the site WordPress.org Forums:
You can do that using the taxonomy query parameters. [display-posts taxonomy="category" tax_term="city, state" tax_operator="AND"]4 weeks ago
-
Posted a reply to Using carriage returns inside shortcode brackets really messes things up, on the site WordPress.org Forums:
Thank you for the feedback. I did some testing and this appears to be an…1 month ago
-
Posted a reply to Random ordering, on the site WordPress.org Forums:
Yes, you can set orderby="rand". Ex: [display-posts orderby="rand"]1 month ago
-
Posted a reply to Hide Title; Unlink Title, on the site WordPress.org Forums:
Try this snippet instead: https://gist.github.com/billerickson/dec408fdb8bf9d35ed2acf4876b6e9c2 It will only run if the shortcode contains unlink_title=”true”. Ex:…1 month ago
-
Posted a reply to unlinking filter, on the site WordPress.org Forums:
Try this snippet instead: https://gist.github.com/billerickson/dec408fdb8bf9d35ed2acf4876b6e9c2 It will only run if the shortcode contains unlink_title="true". Ex:…1 month ago
-
Posted a reply to Display nothing when user changes post category, on the site WordPress.org Forums:
You could use a plugin like Widget Context or Widget Logic to only show the…1 month ago
-
Posted a reply to Plugin still supported?, on the site WordPress.org Forums:
Yes, it is still supported. It's fairly feature complete so no updates have been required.1 month ago
-
Posted a reply to display recently modified posts, on the site WordPress.org Forums:
Yes, you can use [display-posts orderby="modified"]2 months ago
-
Posted a reply to Internet Explorer issues, on the site WordPress.org Forums:
CSS Grid only works in modern browsers (everything except IE). If you want to add…2 months ago
-
Posted a reply to list posts organized by year? (feature request), on the site WordPress.org Forums:
Have you tried the Display Posts - Date View extension? Once installed, add this to…2 months ago
-
Committed [2294461] to Plugins Trac:
tagging 1.6.02 months 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…2 months 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…2 months 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 months 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 months 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 months 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 months 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…3 months 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 months 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 months 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 months 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 months 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 months 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…3 months ago
-
Committed [2267526] to Plugins Trac:
update stable tag3 months 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…3 months 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…3 months 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.3 months 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…3 months 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…3 months 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…3 months 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…3 months 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"]3 months 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…3 months 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…3 months 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/ Thanks3 months 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…4 months ago
-
Committed [2254313] to Plugins Trac:
update to version 1.54 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…4 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"]4 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…4 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…4 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…4 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…4 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…4 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…4 months ago
-
Committed [2239062] to Plugins Trac:
update tested to number5 months ago
Developer
-
BE Media from Production
Active Installs: 80+
-
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: 70+
-
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: 30+
-
Integrate ConvertKit and WPForms
Active Installs: 200+
-
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+