Jason Yingling
@yingling017 on WordPress.org, @yingles on Slack
- Member Since: November 17th, 2009
- Location: St. Louis, MO
- Website: jasonyingling.me
Contribution History
Jason Yingling’s badges:- Core Contributor Core Contributor
- Meetup Organizer Meetup Organizer
- WordCamp Organizer WordCamp Organizer
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
-
Posted a reply to Reading time error in foreach loop, on the site WordPress.org Forums:
The code you shared above has an extra parentheses. Do you also have a link…12 hours ago
-
Posted a reply to some post only showing 1 min even though they are much longer, on the site WordPress.org Forums:
Hi @barrydollar, Just wanted to check-in. I followed up with what I've found via email,…22 hours ago
-
Posted a reply to Reading time error in foreach loop, on the site WordPress.org Forums:
If you’re using a for each loop the global $post is going to be the…2 days ago
-
Posted a reply to some post only showing 1 min even though they are much longer, on the site WordPress.org Forums:
@hoholka you could do something like the following passing the post ID and the Reading…2 days ago
-
Posted a reply to Making text bold and adding paragraph break?, on the site WordPress.org Forums:
Hi Steve, Version 2.0.9 was released recently and allows a limited number of HTML elements…3 days ago
-
Posted a reply to some post only showing 1 min even though they are much longer, on the site WordPress.org Forums:
Yeah for some reason the 2.0.8 version is having an issue from the WP.org installer.…6 days ago
-
Posted a reply to some post only showing 1 min even though they are much longer, on the site WordPress.org Forums:
@hoholka could you let me know the settings you are using for Reading Time WP?…6 days ago
-
Posted a reply to some post only showing 1 min even though they are much longer, on the site WordPress.org Forums:
Hi Barry, I actually did respond to your message but replied to the email notification…6 days ago
-
Posted a reply to Install error, on the site WordPress.org Forums:
Not sure what was happening with version 2.0.8. For some reason it was adding a…1 week ago
-
Committed [2197736] to Plugins Trac:
tagging version 2.0.91 week ago
-
Committed [2197735] to Plugins Trac:
allowing some HTML1 week ago
-
Posted a reply to Install error, on the site WordPress.org Forums:
Hi there, I'm not able to recreate this issue with a fresh WordPress install and…1 week ago
-
Posted a reply to Making text bold and adding paragraph break?, on the site WordPress.org Forums:
Hi Steve, There were changes to add better data sanitization. Those fields weren't initially intended…3 weeks ago
-
Posted a reply to Adding to $count with ACF flexible content, on the site WordPress.org Forums:
Ah yes, in that case you'd probably need to wrap the line $field_count = count(…4 weeks ago
-
Posted a reply to Adding to $count with ACF flexible content, on the site WordPress.org Forums:
You would use the filter to run a function that gets your field, counts the…4 weeks ago
-
Posted a reply to Bug in 2.0.6. and greater, on the site WordPress.org Forums:
Great! Glad to hear that update resolved your issues.4 weeks ago
-
Committed [2184229] to Plugins Trac:
tagging 2.0.84 weeks ago
-
Committed [2184228] to Plugins Trac:
updating stable tag4 weeks ago
-
Committed [2184222] to Plugins Trac:
tagging version 2.0.84 weeks ago
-
Committed [2184221] to Plugins Trac:
improving conditional logic and fixing post type checkbox display bug4 weeks ago
-
Committed [2182744] to Plugins Trac:
tagging version 2.0.74 weeks ago
-
Committed [2182743] to Plugins Trac:
switching to number input for words per minute for better validation4 weeks ago
-
Committed [2182733] to Plugins Trac:
tagging version 2.0.64 weeks ago
-
Committed [2182731] to Plugins Trac:
implementing better data sanitization4 weeks ago
-
Posted a reply to Tooltip displaying off bottom of screen, on the site WordPress.org Forums:
Sorry for the delay getting back to you. I missed the initial notifications for it.…2 months ago
-
Posted a reply to Different read times for same post, on the site WordPress.org Forums:
Sure you can send me a message through the contact form on my site. https://jasonyingling.me/contact/2 months ago
-
Posted a reply to Adding font awesome icons, on the site WordPress.org Forums:
You may be able to target it with CSS psuedo elements. https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements Do you have…2 months ago
-
Posted a reply to Adding RT in Title div, on the site WordPress.org Forums:
Glad you were able to get it working.2 months ago
-
Posted a reply to Different read times for same post, on the site WordPress.org Forums:
Do you have a a link where I can see this in action? My initial…2 months ago
-
Posted a reply to Override Reading Time Per Post, on the site WordPress.org Forums:
You could add the code to your functions.php. You would need to do some additional…3 months ago
-
Posted a reply to Override Reading Time Per Post, on the site WordPress.org Forums:
You can adjust the word count of a post by using the ‘rtwp_filter_wordcount’ filter. $word_count…3 months ago
-
Posted a reply to Repeating Footnotes, on the site WordPress.org Forums:
Thanks for the feedback. It's definitely at the top of the new feature list.4 months ago
-
Posted a reply to problem with sticky menu, on the site WordPress.org Forums:
You can add it either directly to they style.css or you can just add it…4 months ago
-
Posted a reply to Exclude posts is needed, on the site WordPress.org Forums:
Thanks for the feature suggestions. I'll add them to the list of new features. In…4 months ago
-
Posted a reply to problem with sticky menu, on the site WordPress.org Forums:
You can target the class .easy-footnote-margin-adjust with CSS to give it a negative margin-top which…5 months ago
-
Posted a reply to Add this to editor file to change placement, on the site WordPress.org Forums:
Hi @barrydollar The issue with creating an option to do that is there isn't a…5 months ago
-
Posted a reply to How to not display reading time on specific page, on the site WordPress.org Forums:
Hi there, You would need to write a function that removes the reading time from…5 months ago
-
Posted a reply to Suppress on selected posts, on the site WordPress.org Forums:
Hi Lucas, You could modify the function above to check which category the current post…5 months ago
-
Posted a reply to Specify post ID in shortcode, on the site WordPress.org Forums:
Hi there, I just published your PR in 2.0.5. Thanks for submitting!5 months ago
-
Posted a reply to Displaying reading time in minutes value in a posts grid plugin, on the site WordPress.org Forums:
Hi there, Thanks for using the plugin. I don't have plans currently to add storing…5 months ago
-
Posted a reply to Reading time outputting % minutes for all posts, on the site WordPress.org Forums:
Hi there, In Reading Time WP 2.0.5 which was released today a new optional parameter…5 months ago
-
Posted a reply to a need for: postfix_few, on the site WordPress.org Forums:
Hi there, In Reading Time WP I added a new filter for editing the postfix…5 months ago
-
Posted a reply to Add this to editor file to change placement, on the site WordPress.org Forums:
Hi there, do_shortcode() is a PHP function. It needs to be run at the server…6 months ago
-
Posted a reply to Breaking the line in excerpt (cozmo-child), on the site WordPress.org Forums:
The excerpt typically strips HTML tags so you won't be able to add any HTML…6 months ago
-
Posted a reply to Specify post ID in shortcode, on the site WordPress.org Forums:
Hi there, that could definitely be useful as an optional parameter to pass the shortcode.…6 months ago
-
Posted a reply to How to add it to the post summary/, on the site WordPress.org Forums:
Hi there, You would need to alter the code for your theme (preferably using a…6 months ago
-
Posted a reply to Register as metada to show on archive page, on the site WordPress.org Forums:
Are you looking to save the reading time to the postmeta? If you just need…6 months ago
-
Posted a reply to Convert minutes to seconds?, on the site WordPress.org Forums:
If your post is less than a minute it should display as < 1 minute.…6 months ago
-
Posted a reply to Use a different shortcode?, on the site WordPress.org Forums:
You could try adding something like in your functions.php global $easyFootnotes; add_shortcode( 'fn', array( $easyFootnotes,…6 months ago
-
Posted a reply to not working on mobile, on the site WordPress.org Forums:
I'm looking into replacing the qTip2 extension used by the plugin. Definitely would like to…6 months ago
Developer
-
Easy Footnotes
Active Installs: 9,000+
-
Easy Pull Quotes
Active Installs: 400+
-
Reading Time WP
Active Installs: 10,000+
Contributor
-
Tracking Script Manager
Active Installs: 3,000+
-
The AuthorityActive Installs: 600+
-
Zuul LiteActive Installs: 60+