Daniel Llewellyn
@diddledan on WordPress.org and Slack
- Member Since: August 16th, 2007
- Location: Basingstoke, Hampshire, UK
- Website: bowlhat.net
- GitHub: diddledan
- Job Title: Freelance Web developer and Systems administrator
- Employer: Bowl Hat
Bio
WordPress Origin Story
Contribution History
Daniel Llewellyn’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Translation Contributor
-
Posted a reply to Ignoring first symbol/letter, on the site WordPress.org Forums:
You can allow numbers to be separated by changing both instances of /^[A-Za-z]$/ to /^[A-Za-z0-9]$/.2 days ago
-
Posted a reply to Ignoring first symbol/letter, on the site WordPress.org Forums:
Hi, The best way to ignore the first character is to use the a_z_listing_item_index_letter filter.…2 days ago
-
Posted a reply to Letters not showing horizontally, on the site WordPress.org Forums:
Hi, As it shows correctly when you are logged-in then I suspect that the problem…5 days ago
-
Posted a reply to Second level of filter possible ?, on the site WordPress.org Forums:
Ahh I see. This will require a fair amount of custom coding to implement. The…6 days ago
-
Posted a reply to Scroll dont works, on the site WordPress.org Forums:
It looks like you have the A-Z Listing twice on the same page, but only…7 days ago
-
Posted a reply to A_Z by surname, on the site WordPress.org Forums:
aah, my mistake. the return needs to be an array. Change return substr( $last_name, 0,…7 days ago
-
Posted a reply to A_Z by surname, on the site WordPress.org Forums:
It's worth noting, also, that I have a premium extension for the A-Z Listing plugin…1 week ago
-
Posted a reply to A_Z by surname, on the site WordPress.org Forums:
It looks like you're changing the index letter only, not changing the layout of the…1 week ago
-
Posted a reply to Scroll dont works, on the site WordPress.org Forums:
This is not a problem with the A-Z Listing plugin. Something else on your site…1 week ago
-
Posted a reply to Change “0-9” heading to “#”, on the site WordPress.org Forums:
If any of your posts begin with a symbol (i.e. not A-Z nor 0-9) then…1 week ago
-
Posted a reply to No results displaying., on the site WordPress.org Forums:
Yes, I suspect this is a server resources issue where the server is running out…1 week ago
-
Posted a reply to Second level of filter possible ?, on the site WordPress.org Forums:
Hi, If your "book" posts are assigned a the "biography" category then you can restrict…1 week ago
-
Posted a reply to shortcode does not work, on the site WordPress.org Forums:
It looks like you don't have WooCommerce enabled, so the product_cat taxonomy is not available.…4 weeks ago
-
Posted a reply to remove az letter and, on the site WordPress.org Forums:
Yes, the short titles is because the plugin is making room for potentially adding more…1 month ago
-
Posted a reply to How to use tabs version and default wersion, on the site WordPress.org Forums:
The filter will try to detect the usage of the short code in the loaded…1 month ago
-
Posted a reply to shortcode does not work, on the site WordPress.org Forums:
Hi, WooCommerce product categories are in the taxonomy called product_cat, so you likely want a…1 month ago
-
Posted a reply to remove az letter and, on the site WordPress.org Forums:
Hmm, I'm not sure why the updated name on the template isn't being recognised. It…1 month ago
-
Posted a reply to remove az letter and, on the site WordPress.org Forums:
Don't forget to clear any server-side caching mechanisms when you make changes. I suspect your…1 month ago
-
Posted a reply to remove az letter and, on the site WordPress.org Forums:
You should be able to use the "slug" of the post that you have your…1 month ago
-
Posted a reply to remove az letter and, on the site WordPress.org Forums:
Yes, this is possible by copying the default template from the plugin and removing the…1 month ago
-
Committed [2351816] to Plugins Trac:
bump tested up to2 months ago
-
Committed [2351790] to Plugins Trac:
Bump tested-upto2 months ago
-
Posted a reply to Not working, on the site WordPress.org Forums:
The letters/alphabet link to places in the div with ID of az-slider. You've hidden this…2 months ago
-
Posted a reply to Hide when no post in category, on the site WordPress.org Forums:
Hi, The first problem is fixable by adding hide-empty-terms="true" to your shortcode: [a-z-listing display="terms" taxonomy="category"…3 months ago
-
Posted a reply to How to make work two shortcodes working in the same page?, on the site WordPress.org Forums:
Hi, Sorry I didn't get to your message sooner... Yes, multiple short-codes on the same…3 months ago
-
Posted a reply to Error stablishing a database connection, on the site WordPress.org Forums:
What permissions did you give to the userid for your database? I believe the minimum…3 months ago
-
Posted a reply to Website homepage not loading if has query string, WHY?, on the site WordPress.org Forums:
This is because of the second line below, which is found in your /app/themes/almero-sturents/dist/js/app.js file…3 months ago
-
Posted a reply to Problem about displaying WordPress in browser (locally install using Bitnami), on the site WordPress.org Forums:
Hi, Connection reset means that something is between the browser and server that is killing…3 months ago
-
Posted a reply to Tag list, on the site WordPress.org Forums:
Hi, To display your tags, you want a short-code like below: [a-z-listing display="terms" taxonomy="post_tag"]4 months ago
-
Posted a reply to AZ links are scrolling to the bottom of the letter sections., on the site WordPress.org Forums:
Hi, This is an interaction with your theme's sticky header. I don't know why, but…4 months ago
-
Posted a reply to problem with version 6, on the site WordPress.org Forums:
@yeisonbp releasing an update without changing the version number is not good etiquette. Please fix…4 months ago
-
Posted a reply to How to show two columns of alphabets, on the site WordPress.org Forums:
I don't know how to get it working like that, but you may override the…4 months ago
-
Posted a reply to Displaying Only Post Tags in Alphabetical Order, on the site WordPress.org Forums:
awesome! :-)4 months ago
-
Posted a reply to How to show two columns of alphabets, on the site WordPress.org Forums:
Hi, I'm not sure what you're requesting. Do you mean one of the following: the…4 months ago
-
Posted a reply to Shows a extrange list, on the site WordPress.org Forums:
I'm sorry, I still don't understand what problem you're facing. It might be that you…4 months ago
-
Posted a reply to Displaying Only Post Tags in Alphabetical Order, on the site WordPress.org Forums:
Hi, Try the following shortcode: [a-z-listing display="terms" taxonomy="post_tag"] I hope this gets you going :-)4 months ago
-
Posted a reply to Shows a extrange list, on the site WordPress.org Forums:
Hi, I'm not sure I fully understand the problem you are experiencing. The first shortcode…4 months ago
-
Posted a reply to Listing by last name, on the site WordPress.org Forums:
@concertravellers can you start a new thread for your question, as you've hijacked someone else's…4 months ago
-
Posted a reply to Listing by last name, on the site WordPress.org Forums:
I'm not sure I understand the form of name you're referring to and what the…4 months ago
-
Posted a reply to Add a custom url, on the site WordPress.org Forums:
the_letters() should be $a_z_query->the_letters().4 months ago
-
Posted a reply to Listing by last name, on the site WordPress.org Forums:
Hi, If you want to get going quickly I have a paid extension that does…4 months ago
-
Posted a reply to Add a custom url, on the site WordPress.org Forums:
The target attribute doesn't do that. It is for internal use to point the letters…4 months ago
-
Posted a reply to Internet Explorer and WordPress, on the site WordPress.org Forums:
It is common for consumer-oriented projects to not include support for IE because of the…4 months ago
-
Posted a reply to Front-end JavaScipt and npm (ESNext+JSX), on the site WordPress.org Forums:
As far as I can tell, to achieve this you can either: add a new…4 months ago
-
Posted a reply to Woocomerce Attribute, on the site WordPress.org Forums:
Hi, Product Attributes are saved as a taxonomy, so you want to use something like…5 months ago
-
Posted a reply to Styling issues, on the site WordPress.org Forums:
The problem is your theme is applying styling that is overriding the plugin. You can…5 months ago
-
Posted a reply to Using shortcode does not work, on the site WordPress.org Forums:
Your shortcode looks correct. If you have no articles in the benh category it might…5 months ago
-
Posted a reply to Using shortcode does not work, on the site WordPress.org Forums:
Hi, Is that a direct copy and paste? You have a space between terms and…5 months ago
-
Posted a reply to Only show Categories starting with specific letter, on the site WordPress.org Forums:
You can link to a specific letter by appending #letter-a, #letter-b, #letter-c, etc to the…5 months ago
-
Posted a reply to Only show Categories starting with specific letter, on the site WordPress.org Forums:
The file is at wp-content/plugins/a-z-listing/scripts/a-z-listing-tabs.js. The code I posted above should be sufficient to cause…5 months ago
Developer
-
A-Z Listing
Active Installs: 6,000+
-
Custom Menu Fields
Active Installs: 40+
-
I'm A Plugin Developer
Active Installs: Less than 10
Contributor
-
Bang Faceted Search
Active Installs: 10+
-
Child Order
Active Installs: 20+
-
Link Badges
Active Installs: 20+
-
Site PIN
Active Installs: 600+