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 Load styles for specific category only, on the site WordPress.org Forums:
The documentation for pre_get_posts has a bit of extra conditional logic which might be worth…15 hours ago
-
Posted a reply to Load styles for specific category only, on the site WordPress.org Forums:
Perhaps init is too early. Can you try replacing the add_action call with this?: add_action(…15 hours ago
-
Posted a reply to Load styles for specific category only, on the site WordPress.org Forums:
If you are showing the listing on the archive page for all "categories", e.g. https://example.com/categories/,…16 hours ago
-
Posted a reply to Greek alphabet, two listings on one page, on the site WordPress.org Forums:
I'm not very familiar with the Greek alphabet. Is this better? [a-z-listing alphabet="Αα,Ββ,Γγ,Δδ,Εε,Ζζ,Ηη,Θθ,Ιιίϊ,Κκ,Λλ,Μμ,Νν,Ξξ,Οο,Ππ,Ρρ,Σσς,Ττ,Υυ,Φφ,Χχ,Ψψ,Ωω"]1 week ago
-
Posted a reply to Greek alphabet, two listings on one page, on the site WordPress.org Forums:
Hi, You can override the alphabet per listing with the alphabet="" parameter. The default alphabet…1 week ago
-
Posted a reply to Load styles for specific category only, on the site WordPress.org Forums:
Hi, Is your page for a term inside the taxonomy with slug of category? If…1 week ago
-
Posted a reply to Increase the width of a column. HELP!!, on the site WordPress.org Forums:
Hi, It's likely that modifying the CSS file in the plugin is not being reloaded…1 week ago
-
Posted a reply to How do I add a few letters to the list?, on the site WordPress.org Forums:
@nenifaranto86 it's best to start your own thread rather than jumping into someone else's problem.…1 week ago
-
Posted a reply to A-Z listing letter click is not working, on the site WordPress.org Forums:
Hi, This is caused by your site including the following HTML in the <head> block:…1 week ago
-
Posted a reply to $s in load_template function, on the site WordPress.org Forums:
Hi, Do you have an issue with the load_template function that you're trying to resolve?…2 weeks ago
-
Posted a reply to Audio icon on thumbnail, on the site WordPress.org Forums:
Hi, You can do this in your template for the post with the has_term function.…3 weeks ago
-
Posted a reply to Embedded Fonts, on the site WordPress.org Forums:
This looks like it will be quite time consuming to do. You currently have <span>…3 weeks ago
-
Posted a reply to How do I add a few letters to the list?, on the site WordPress.org Forums:
Hi, This is documented in the readme at the plugin's listing on WordPress.org. See the…1 month ago
-
Wrote a comment on the post Stale Issues in Gutenberg Repository, on the site Make WordPress Core:
closing an issue automatically gives the user the impression that the bug isn't important and…2 months ago
-
Wrote a comment on the post Stale Issues in Gutenberg Repository, on the site Make WordPress Core:
But the number of open issues will only be artificially reduced by closing automatically. Users…2 months ago
-
Wrote a comment on the post Stale Issues in Gutenberg Repository, on the site Make WordPress Core:
My personal opinion is that bots automatically closing issues is obnoxious *expletive*. If a project…2 months ago
-
Posted a reply to filter out post by specific category and tags, on the site WordPress.org Forums:
Hi, Unfortunately WP_Query is not built to do what you need out of the box.…2 months ago
-
Posted a reply to ERR_TOO_MANY_REDIRECTS, on the site WordPress.org Forums:
Hi, I suspect this is a redirect loop due to HTTP vs HTTPS. The most…2 months ago
-
Posted a reply to Strange strange problem with file permissions, on the site WordPress.org Forums:
Hi, WordPress needs writable access to the folder(s). With UNIX permissions the three numbers indicate…2 months ago
-
Posted a reply to the style is not the same, on the site WordPress.org Forums:
Hi, I'm not sure, but if you have edited the template without copying it into…2 months ago
-
Posted a reply to CSS file missing in a custom archive page, on the site WordPress.org Forums:
Hi, This is due to the way the plugin detects with has_shortcode() whether the current…2 months ago
-
Posted a reply to using C# program in WP, on the site WordPress.org Forums:
You could try to use PeachPie which compiles PHP to .NET CIL and executes it…2 months ago
-
Posted a reply to How to convert this curl request to wp_remote_post()?, on the site WordPress.org Forums:
Hi, Try the following: function discordmsg($site, $errorcode, $desc, $webhook, $name){ $msg = json_decode('{ "content": "Monitoring…2 months ago
-
Posted a reply to Letters not showing horizontally, on the site WordPress.org Forums:
The best place is a new line at the bottom of the file. If there…2 months ago
-
Posted a reply to Letters not showing horizontally, on the site WordPress.org Forums:
The add_action needs to be inserted into your theme's functions.php file. I can't guarantee that…2 months ago
-
Posted a reply to Console Error: Missing “hammer.min.js.map” & “swiper.min.js.map”, on the site WordPress.org Forums:
.js.map files are for "Source Maps". These are special files that your browser can use…2 months ago
-
Posted a reply to Shortcode Not Working, on the site WordPress.org Forums:
Hi, Do you want to show posts that are assigned the term "regions", or do…2 months ago
-
Committed [2449443] to Plugins Trac:
REALLY fix the 3.1.2 release version2 months ago
-
Committed [2449442] to Plugins Trac:
Fix version number of 3.1.2 release2 months ago
-
Posted a reply to WordPress Import Node-modules with javascript problem, on the site WordPress.org Forums:
A browser will emit a CORS policy error like you have seen when you are…2 months ago
-
Posted a reply to remove alphabetical heading, on the site WordPress.org Forums:
Hi, Yes this is possible. You will need to copy the template file from wp-content/plugins/a-z-listing/templates/a-z-listing.php…2 months ago
-
Posted a reply to How to display only child terms ?, on the site WordPress.org Forums:
The plugin does not include automatic rewriting of your shortcode. If you need your shortcode…2 months ago
-
Posted a reply to Font size for permalink entries, on the site WordPress.org Forums:
Hi, You can adjust the size of the links with CSS like: div.letter-section > ul.az-columns…2 months ago
-
Posted a reply to How to display only child terms ?, on the site WordPress.org Forums:
Hi, You can do this with the parent-term parameter, so something like: [a-z-listing display="terms" taxonomy="countries"…2 months ago
-
Posted a reply to Letters not showing horizontally, on the site WordPress.org Forums:
I'm at a loss to explain why it's working fine when logged-in but failing for…3 months ago
-
Posted a reply to Style Issue, on the site WordPress.org Forums:
Hi, You can add spacing between the titles with the following snippet of CSS which…3 months ago
-
Posted a reply to how search in custom fields, on the site WordPress.org Forums:
Hi, You can use the content of the fields when displaying the items, but only…3 months ago
-
Posted a reply to not compatible with php7.4 yet?, on the site WordPress.org Forums:
Hi, Yes, this is currently an issue, but thankfully not breaking your site. I need…3 months ago
-
Posted a reply to How to view current terms?, on the site WordPress.org Forums:
Hi, I'm not sure what you're asking for, here. The terms parameter is not exposed…3 months ago
-
Posted a reply to Delete some links and keep title, on the site WordPress.org Forums:
Hi, @rayshman , Sorry I didn't get to you before you found a fix yourself.…3 months ago
-
Posted a reply to Woocommerce product tags, on the site WordPress.org Forums:
This should show the product tags: [a-z-listing display="terms" taxonomy="product_tag"]3 months ago
-
Posted a reply to Display custom fields after post name, on the site WordPress.org Forums:
@garyupham I think I made a mistake in my above code. The line: $a_z_query->get_the_item_object( 'I…3 months ago
-
Committed [2417388] to Plugins Trac:
Update .distignore4 months 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…4 months 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…4 months 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…4 months 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"]4 months 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…4 months 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…4 months 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…4 months ago
Developer
-
A-Z Listing
Active Installs: 7,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: 10+
-
Site PIN
Active Installs: 600+