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
-
Committed [2417388] to Plugins Trac:
Update .distignore2 weeks ago
-
Posted a reply to Displaying tags from a specific category, on the site WordPress.org Forums:
Hi, Yes the short-code will display all tags by default. I'm not sure whether WordPress…3 weeks ago
-
Posted a reply to Display tags from a specific category only, on the site WordPress.org Forums:
Hi, I don't understand what you mean by "tags of a particular category only". Categories…3 weeks ago
-
Posted a reply to Letters not showing horizontally, on the site WordPress.org Forums:
As it shows correctly when you are logged-in you need to find out what is…3 weeks ago
-
Posted a reply to Displaying tags from a specific category, on the site WordPress.org Forums:
Hi, To display the tags you want a short-code similar to: [a-z-listing display="terms" taxonomy="post_tag"]3 weeks ago
-
Posted a reply to Style Issue, on the site WordPress.org Forums:
Hi, I'm unsure what you mean by "there being no space left between the lines…3 weeks ago
-
Posted a reply to Letters not showing horizontally, on the site WordPress.org Forums:
You are using autoptimize to bundle your stylesheets and javascript. Try clearing the cache that…3 weeks ago
-
Posted a reply to Fatal error: Allowed memory size exhausted, on the site WordPress.org Forums:
Hi, Does the listing work with WP_DEBUG turned off, or are you using WP_DEBUG to…3 weeks ago
-
Posted a reply to Count post in category and not count in post, on the site WordPress.org Forums:
Hi, You may create a template specific to your taxonomy (in this example category) by…3 weeks ago
-
Posted a reply to Filter by tags, on the site WordPress.org Forums:
Hi, Apologies for the delay in replying. Are you asking about a function to use…3 weeks ago
-
Posted a reply to Show taxonomy, but link to post, on the site WordPress.org Forums:
Hi, At the moment the best way to achieve this is to copy the template…3 weeks ago
-
Posted a reply to List style type, on the site WordPress.org Forums:
Oops, the leading . shouldn't be there: div.letter-section > ul.az-columns { margin: initial; } div.letter-section…1 month ago
-
Posted a reply to Display custom fields after post name, on the site WordPress.org Forums:
You will need to customise the template that drives the output of the list to…1 month ago
-
Posted a reply to Debug error, on the site WordPress.org Forums:
Hi, This is not an error, but a warning to me about upcoming changes in…1 month ago
-
Posted a reply to Ignoring first symbol/letter, on the site WordPress.org Forums:
When the site dies there should be some logged errors in a file on your…1 month ago
-
Posted a reply to A_Z by surname, on the site WordPress.org Forums:
You might find those letters are "multibyte" characters according to the Unicode standard. If this…1 month ago
-
Posted a reply to List style type, on the site WordPress.org Forums:
Hi, I believe you can reinstate the list indicators with the following CSS added via…1 month ago
-
Posted a reply to Filter by tags, on the site WordPress.org Forums:
Hi, Live-filtering, where the visitor chooses a filter and the list changes, is not possible.…1 month ago
-
Posted a reply to Ignoring first symbol/letter, on the site WordPress.org Forums:
You're quite right, I think the $item->title should be $item->post_title.2 months ago
-
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 months 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 months 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…2 months 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…2 months 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…2 months 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,…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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.…3 months 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…3 months 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…3 months 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…3 months 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…3 months 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…3 months 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…3 months 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…3 months ago
-
Committed [2351816] to Plugins Trac:
bump tested up to4 months ago
-
Committed [2351790] to Plugins Trac:
Bump tested-upto4 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…4 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"…5 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…5 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…6 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…6 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…6 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"]6 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…6 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…6 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: 10+
-
Link Badges
Active Installs: Less than 10
-
Site PIN
Active Installs: 600+