Daniel Llewellyn
@diddledan on WordPress.org and Slack
- Member Since: August 16th, 2007
- Location: Basingstoke, Hampshire, UK
- Website: bowlhat.net
- Job Title: Freelance Web developer and Systems administrator
- Employer: Bowl Hat
Bio
WordPress Origin Story
Contribution History
Daniel Llewellyn’s badges:- Core Contributor Core Contributor
- Support Contributor Support Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
-
Posted a reply to Display Posts from 1 Category and show only the active Letter from the query, on the site WordPress.org Forums:
The javascript is shipped as part of the plugin. The add_filter line above should be…6 days ago
-
Posted a reply to Question about tags., on the site WordPress.org Forums:
Hi, This isn't possible right now. I'm not sure at the moment how to enable…6 days ago
-
Posted a reply to What’s the short code for Products in WooCommerce?, on the site WordPress.org Forums:
Hi, The following should get you a list of WooCommerce products: [a-z-listing display="posts" post-type="product"]6 days ago
-
Posted a reply to Display Category in brackets after Post name, on the site WordPress.org Forums:
Hi, You will need to copy the template file from wp-content/plugins/a-z-listing/templates/a-z-listing.php into your theme at…6 days ago
-
Posted a reply to Title of the posts, on the site WordPress.org Forums:
Hi, You can customise the title before indexing by adding a filter function hooked onto…6 days ago
-
Posted a reply to Alphabetical sorting of categories, on the site WordPress.org Forums:
You have two options. First, you could use the a_z_listing_item_index_letter filter provided by the plugin…1 week ago
-
Posted a reply to Problem with link a-z listing by attributes woocommerce, on the site WordPress.org Forums:
Hi, I'm not sure what's going on there. You might find that flushing your rewrite…2 weeks ago
-
Posted a reply to Display Posts from 1 Category and show only the active Letter from the query, on the site WordPress.org Forums:
Hi, To show posts (from the post-type called "posts") you need to add post-type="post" because…2 weeks ago
-
Posted a reply to Plugin updated and now custom template not working, on the site WordPress.org Forums:
It depends which version you updated from, but versions after 2.0.0 do not load the…2 weeks ago
-
Posted a reply to Show only letters in a top header widget, on the site WordPress.org Forums:
Sorry, The plugin does not currently support separate pages per letter. It's all letters or…4 weeks ago
-
Posted a reply to Show only letters in a top header widget, on the site WordPress.org Forums:
Hi, 1) You can show the letters alone by either using the widget (which is…1 month ago
-
Posted a reply to Show posts from non-english category name, on the site WordPress.org Forums:
I'll make sure to update the description in the next release to correctly include post-type="post"…1 month ago
-
Posted a reply to Can the description be shown in lightbox or accordion?, on the site WordPress.org Forums:
Anything is possible :-) The plugin doesn't include this functionality so you'll need to write…1 month ago
-
Posted a reply to Show posts from non-english category name, on the site WordPress.org Forums:
Can you share the error that you receive when you attempt to set the term…1 month ago
-
Posted a reply to How to display portfolio projects, on the site WordPress.org Forums:
Are you using the portfolio post-type from the Jetpack plugin? If you are then the…1 month ago
-
Posted a reply to Theming with multiple custom post-types, on the site WordPress.org Forums:
Hi, The section name is the top-most page in a page hierarchy. It will only…1 month ago
-
Posted a reply to Working on the issues., on the site WordPress.org Forums:
@123host I believe that @donna4u2 is referring to this thread which they started against your…1 month ago
-
Posted a reply to Number of posts per taxonomy, on the site WordPress.org Forums:
Yes, this is possible by overriding the template with one that uses the_item_post_count(). The process…2 months ago
-
Posted a reply to Update 3.1.0 not working with WP 5.2.2, on the site WordPress.org Forums:
hmm, that's really freaky. I'm at a loss to explain what the problem might be...…2 months ago
-
Posted a reply to Problems with display and strange # sign, on the site WordPress.org Forums:
Hi, The # symbol is used to group all items that the plugin could not…2 months ago
-
Posted a reply to Only 2 questions and No response in 1.5 Months Very Sad, on the site WordPress.org Forums:
Hi, I'm really sorry I missed your messages :-( I've now posted a reply to…2 months ago
-
Posted a reply to Update 3.1.0 not working with WP 5.2.2, on the site WordPress.org Forums:
As a quick diagnostic, can you edit the post with the shortcode that isn't currently…2 months ago
-
Posted a reply to How do I combine to show all categories, Pages and Tags?, on the site WordPress.org Forums:
Hi, You can only show terms or posts. Unfortunately you cannot combine to show terms…2 months ago
-
Posted a reply to Question about Footer A-Z BLOCK?, on the site WordPress.org Forums:
Hi, The alphabet can be shown separately using either the shortcode with a special hidden…2 months ago
-
Posted a reply to Change # To Top, on the site WordPress.org Forums:
Hi, Sorry it took me so long to get to this. The # entry is…2 months ago
-
Posted a reply to Don’t Include “the” or “A” when alphabetizing, on the site WordPress.org Forums:
Sorry I missed this request for help. If you are adept at writing WordPress PHP…2 months ago
-
Posted a reply to Error 500 on loading, on the site WordPress.org Forums:
Hi, I don't have a solution right now, but resolving the memory and time limits…2 months ago
-
Posted a reply to Shortcode show post under category does not work, on the site WordPress.org Forums:
I'm glad you found the fix :-)2 months ago
-
Wrote a comment on the post Changes to prevent search engines indexing sites., on the site Make WordPress Core:
That should be: [code] ### START WordPress Robots <IfModule mod_headers.c> Header set X-Robots-Tag "no-index, no-follow"…2 months ago
-
Wrote a comment on the post Changes to prevent search engines indexing sites., on the site Make WordPress Core:
Could not a fenced `Header set` rule be added to the `.htaccess` to attempt to…2 months ago
-
Posted a reply to Update 3.1.0 not working with WP 5.2.2, on the site WordPress.org Forums:
Can you try temporarily turning on WP_DEBUG and WP_DEBUG_LOG (https://wordpress.org/support/article/debugging-in-wordpress/) and reproduce the issue before…2 months ago
-
Posted a reply to Bug when displaying A-Z with custom post types, on the site WordPress.org Forums:
@igralkin I'm not sure what's happening in your case, so I'll try to reproduce it…2 months ago
-
Posted a reply to Update 3.1.0 not working with WP 5.2.2, on the site WordPress.org Forums:
Thanks for pulling this into a separate thread :-) There might be some information in…2 months ago
-
Posted a reply to Bug when displaying A-Z with custom post types, on the site WordPress.org Forums:
@rafaelreyeros Can you start a new thread for your problem, because I don't think it's…2 months ago
-
Posted a reply to A-Z variation, on the site WordPress.org Forums:
Hi, The layout is possible, but restricting the page to a single letter's items is…2 months ago
-
Posted a reply to How to add thumbnail on the list?, on the site WordPress.org Forums:
Hi, To show the thumbnail you need to modify the template that the plugin uses.…2 months ago
-
Posted a reply to Anchors Only on Header, on the site WordPress.org Forums:
Hi, If your header has an area for widgets then you can add the one…2 months ago
-
Posted a reply to Show Custom Taxonomy Fields, on the site WordPress.org Forums:
Hi, Try adding $a_z_query->get_the_item_object() as below. This will force the plugin to load the full…2 months ago
-
Posted a reply to a-z listing by attributes woocommerce?, on the site WordPress.org Forums:
@yasbenyas , try the following: [a-z-listing display="terms" taxonomy="pa_brand"] I am not 100% certain this is…2 months ago
-
Posted a reply to issue when using it, on the site WordPress.org Forums:
Hi, I suspect you have a large number of posts returned by your chosen shortcode,…2 months ago
-
Posted a reply to How do you create a list for a certain category, on the site WordPress.org Forums:
Hi, @teacdan, To show posts from the category whose slug is red-team you would want…2 months ago
-
Posted a reply to Is it possible to display only post tags?, on the site WordPress.org Forums:
Yes, you can show all the tags with: [a-z-listing display="terms" taxonomy="post_tag"]3 months ago
-
Posted a reply to Last Letter is coming first., on the site WordPress.org Forums:
I can't see why your page is displaying like that. Please try the shortcode on…3 months ago
-
Posted a reply to Permalinks incorrect, on the site WordPress.org Forums:
This should be fixed as of 3.1.0.3 months ago
-
Posted a reply to Hide Single Product Count, on the site WordPress.org Forums:
OK, I think I see what's happening here. You have multiple different listings that are…3 months ago
-
Posted a reply to Persian Language support, on the site WordPress.org Forums:
Yes, I think it does need to be the opposite-way in the shortcode, but I…3 months ago
-
Posted a reply to How to change spacing between items and open links in a new tab?, on the site WordPress.org Forums:
Oh, I'm really sorry I dropped the ball on this. I completely overlooked that you…3 months ago
-
Posted a reply to a-z listing by attributes woocommerce?, on the site WordPress.org Forums:
Hi, I'm glad you managed to find the solution. Sorry I didn't get here in…3 months ago
-
Posted a reply to How do I show posts from only 1 category, on the site WordPress.org Forums:
Hi, I'm glad you found the solution. Sorry I didn't manage to help promptly :-).3 months ago
-
Posted a reply to How do you create a list for a certain category, on the site WordPress.org Forums:
You might find that your category slug is slightly different than you have specified. Alternatively…3 months ago
Developer
-
A-Z Listing
Active Installs: 5,000+
-
Custom Menu Fields
Active Installs: 50+
-
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: 30+
-
Site PIN
Active Installs: 700+