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
- Meetup Organizer
- Plugin Developer
- Theme Developer
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to Remove reading detail at bottom, on the site WordPress.org Forums:
Reading Time WP doesn't display the reading time after posts. Do you have a link…3 weeks ago
-
Committed [2355751] to Plugins Trac:
Update to version 2.0.10 from GitHub3 weeks ago
-
Committed [2355746] to Plugins Trac:
Update to version 1.1.5 from GitHub3 weeks ago
-
Posted a reply to Partially locked content, on the site WordPress.org Forums:
Reading Time WP will calculate the reading time based on the word count for the…1 month ago
-
Posted a reply to Count LearnDash courses, on the site WordPress.org Forums:
Hi Stefan, you could do this but it would require some customization. There is a…1 month ago
-
Posted a reply to Access map and markers by JavaScript, on the site WordPress.org Forums:
Awesome! If you need any testing done ahead of that let me know.1 month ago
-
Created a topic, Access map and markers by JavaScript, on the site WordPress.org Forums:
Hi there, I'm implementing WP Store Locator a bit cus…1 month ago
-
Created a topic, Plugin hiding permalink settings in Gutenberg, on the site WordPress.org Forums:
Whenever I have the plugin activated the Permalink set…2 months ago
-
Posted a reply to Working everywhere except Homepage, on the site WordPress.org Forums:
Hmm it looks like it's being added into a section that displays post meta. Which…3 months ago
-
Posted a reply to Add reading time after author and date, on the site WordPress.org Forums:
Code Snippets won't likely work for your case. I'm not super familiar with the plugin…3 months ago
-
Posted a reply to Reading Time in Meta Description, on the site WordPress.org Forums:
Sorry about that. I switched my Github username recently and Gist URLs don't redirect. This…3 months ago
-
Posted a reply to Working everywhere except Homepage, on the site WordPress.org Forums:
How are you currently implementing this on the homepage? If the shortcode itself is showing…3 months ago
-
Posted a reply to How to change line height, on the site WordPress.org Forums:
Most likely your theme is setting a value with a more specific CSS selector. Looks…3 months ago
-
Posted a reply to Add reading time after author and date, on the site WordPress.org Forums:
That's the correct code. Though you can add additional properties to the reading time shortcode…3 months ago
-
Posted a reply to PHP Error – Undefined index: before_excerpt in, on the site WordPress.org Forums:
It should resolve if you save your reading time options so the before_excerpt value gets…4 months ago
-
Posted a reply to Insert the plugins in the theme, on the site WordPress.org Forums:
You can call the reading time shortcode using the do_shortcode() function from within your theme…4 months ago
-
Posted a reply to Footnotes numbers not in superscript, on the site WordPress.org Forums:
Your theme is setting the vertical-align CSS property for the <sup> element to baseline. You'll…4 months ago
-
Posted a reply to Commas between multiple superscripts, AND MORE!, on the site WordPress.org Forums:
Thanks for the input. I've definitely seen users who need a more bibliographical version of…4 months ago
-
Posted a reply to Tracking PDFs, on the site WordPress.org Forums:
You'll have to get something that connects to the Google Docs API and can read…4 months ago
-
Posted a reply to Manual placement of Footnotes is too important., on the site WordPress.org Forums:
Thanks for the note. It's definitely a feature I'd like to add at some point…5 months ago
-
Posted a reply to Can I fix the place of footnotes with “efn_footnote_list_output” filter?, on the site WordPress.org Forums:
Glad you were able to solve it. That filter is for editing the markup of…5 months ago
-
Posted a reply to The plugin is unable to work with TagDiv composer, on the site WordPress.org Forums:
You might try passing the shortcode the post_id argument to make sure it's getting the…6 months ago
-
Posted a reply to Display as “dynamic tag” for meta-data in Elementor, on the site WordPress.org Forums:
Thanks for the suggestion. I'll add it to the list of potential features on the…6 months ago
-
Posted a reply to How do I integrate the reading time in my post meta data ?, on the site WordPress.org Forums:
You’d likely need to implement it within the ‘integer_entry_meta_before_content’ function.6 months ago
-
Posted a reply to How do I integrate the reading time in my post meta data ?, on the site WordPress.org Forums:
Right now the best way to do that would be to call echo do_shortcode( [rt_reading_time…6 months ago
-
Posted a reply to Manual placement of Footnotes in single.php, on the site WordPress.org Forums:
There's not currently a great way to do it. It would probably need to be…7 months ago
-
Posted a reply to Including Embedded Video Watch Time, on the site WordPress.org Forums:
There's nothing at the moment to auto add video length to the reading time, but…7 months ago
-
Posted a reply to “post_id=” only showing reading time of current post, on the site WordPress.org Forums:
Hi, could you give me any more information about how you're using the shortcode and…7 months ago
-
Posted a reply to Duplicate Footnotes When Using Elementor, on the site WordPress.org Forums:
This typically happens when the_content is called multiple times on a page. Easy Footnotes works…7 months ago
-
Posted a reply to Programmatic output of Footnotes (part 2), on the site WordPress.org Forums:
Thanks for sharing.7 months ago
-
Posted a reply to Tag pages excluded, on the site WordPress.org Forums:
Are your tag pages including the excerpt or the content of the post? For showing…7 months ago
-
Posted a reply to Remove Reading Time WP From Rank Math, on the site WordPress.org Forums:
I'm not familiar with Rank Math. Could you provide some more details on what you're…8 months ago
-
Posted a reply to Conflict between plugins?, on the site WordPress.org Forums:
Hi, I'm not seeing the issue on the first link you shared and the second…8 months ago
-
Posted a reply to How to style the tooltips with CSS, on the site WordPress.org Forums:
Hi @edoos you can definitely style the tooltips to resemble that. I'd suggest targeting the…8 months ago
-
Posted a reply to Add space below reading time, on the site WordPress.org Forums:
You can target the .rt-reading-time with CSS to add a margin-bottom to it. .rt-reading-time {…9 months ago
-
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…9 months 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,…9 months 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…9 months 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…9 months 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…9 months 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.…9 months 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?…9 months 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…9 months 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…9 months ago
-
Committed [2197736] to Plugins Trac:
tagging version 2.0.99 months ago
-
Committed [2197735] to Plugins Trac:
allowing some HTML9 months 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…9 months 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…10 months 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(…10 months 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…10 months ago
Developer
-
Easy Footnotes
Active Installs: 9,000+
-
Easy Pull Quotes
Active Installs: 300+
-
Reading Time WP
Active Installs: 10,000+
Contributor
-
Tracking Script Manager
Active Installs: 3,000+
-
The AuthorityActive Installs: 300+
-
Zuul LiteActive Installs: 30+