Beda
@bedas on WordPress.org, @Beda on Slack
- Member Since: February 11th, 2016
- Location: Hoi An
- Website: tukutoi.com
- GitHub: smileBeda
- Job Title: Developer
- Employer: TukuToi
Bio
Interests
Contributions Sponsored
Contribution History
Beda’s badges:- Core Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to Nested OR Relationship in an AND tax_query, on the site WordPress.org Forums:
Ok so this was as expected on me The IN rule does indeed search in… -
Posted a reply to Nested OR Relationship in an AND tax_query, on the site WordPress.org Forums:
Hmmm. I basically just want to show me posts that have: - EITHER of terms… -
Posted a reply to Nested OR Relationship in an AND tax_query, on the site WordPress.org Forums:
Heya @bcworkz wp_term_relationships.term_taxonomy_id IN (41,46) Exactly- but it tries to fetch posts where BOTH those… -
Created a topic, Nested OR Relationship in an AND tax_query, on the site WordPress.org Forums:
I cannot believe that this is not possible, since the … -
Posted a reply to How does WordPress retrieve resized image thumbs?, on the site WordPress.org Forums:
Thank you @bcworkz - this is exactly the info I needed. And sorry for confirming… -
Closed ticket #57878 on Core Trac:
WordPress Dashboard promotes the Customizer -
Created ticket #57878 on Core Trac:
WordPress Dashboard promotes the Customizer -
Created a topic, How does WordPress retrieve resized image thumbs?, on the site WordPress.org Forums:
Assume a new image size registered in a theme: add_ima… -
Created issue #2208 in the WordPress/WordPress-Coding-Standards repository:
False alarm of unsanitized input variable? -
Created a topic, Why do we have to deal with this Styles?, on the site WordPress.org Forums:
<link rel='stylesheet' id='wp-block-… -
Mentioned in [55277] on Core SVN:
Twenty Twelve: Bundle Google Fonts locally. -
Mentioned in [55274] on Core SVN:
Twenty Thirteen: Bundle Google Fonts locally. -
Mentioned in [55270] on Core SVN:
Twenty Fourteen: Bundle Google Fonts locally. -
Mentioned in [55268] on Core SVN:
Twenty Fifteen: Bundle Google Fonts locally. -
Mentioned in [55267] on Core SVN:
Twenty Sixteen: Bundle Google Fonts locally. -
Mentioned in [55266] on Core SVN:
Twenty Seventeen: Bundle Google Fonts locally. -
Created a topic, WooCommerce does not validate existence of Email address when checking out, on the site WordPress.org Forums:
When purchasing a product in a WC Shop, no matter if a… -
Posted a reply to Trippin on a Hole in Accessibility, on the site WordPress.org Forums:
While I really don’t think I understand what you’re complaining about, nor what your goals… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
Meh, forget that. The have_posts() obviously you want to use for the "if have no… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
The „if“ would basically just avoid the „while“, if there are no posts It’s probably… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
You cannot save PHP in the WordPress post editor, if that is what you mean.… -
Posted a reply to Trippin on a Hole in Accessibility, on the site WordPress.org Forums:
WordPress blocks are used to create contents of posts/pages, or widgets, or since FSE, also… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
I do not fully understand what you mean. Can you elaborate? Maybe with a sample… -
Posted a reply to Youtube embed showing space and no video, on the site WordPress.org Forums:
It's hardcoded in the style attribute of that Div, not sure why/where this is done.… -
Posted a reply to Cannot publish home page, on the site WordPress.org Forums:
Have you made sure in the Reading settings (wp-admin/options-reading.php) the "Your homepage displays" setting is… -
Posted a reply to Trippin on a Hole in Accessibility, on the site WordPress.org Forums:
I can see you use WordPress on your main domain, but you do not seem… -
Posted a reply to posts are not displayed, on the site WordPress.org Forums:
... your code clearly jumps the loop and outputs just one post. See if (… -
Posted a reply to Redirect to current author archive, on the site WordPress.org Forums:
It is not the best idea to redirect using a ShortCode. It would be better… -
Posted a reply to removing all things Google Map (api) to meet GDPR-Compliance, on the site WordPress.org Forums:
WordPress does not load any of this, so I would suggest you talk to the… -
Posted a reply to Database error while loading media library, on the site WordPress.org Forums:
I am not sure you can find a plug-in that allows clean up passing wildcards… -
Posted a reply to Database error while loading media library, on the site WordPress.org Forums:
If there is a pattern in the name of those duplicates, you might be able… -
Posted a reply to Huge hierarchical taxonomy works slow, on the site WordPress.org Forums:
It might be difficult finding a plugin that allows to customize the Archives. I know… -
Posted a reply to connect to Canada trademark database, on the site WordPress.org Forums:
You cannot search another website data from within your own website, unless you add code… -
Posted a reply to Category and Dates of Posts, on the site WordPress.org Forums:
You can alter the ordering of posts in archives using pre_get_posts hook, an example can… -
Posted a reply to old blog posts are not showing up, on the site WordPress.org Forums:
Possibly, what you are looking for is pagination. On your website, scroll down and see… -
Posted a reply to Huge hierarchical taxonomy works slow, on the site WordPress.org Forums:
You could write your own query and use 'include_children' => false Something like shown on… -
Posted a reply to Which plugin to offer discount code via email?, on the site WordPress.org Forums:
If the website is not made with WordPress, you cannot run a WordPress Plugin on… -
Posted a reply to curl 28, on the site WordPress.org Forums:
Likely your server or a plugin blocks outgoing requests. Please check https://www.wpbeginner.com/wp-tutorials/how-to-fix-curl-error-28-connection-timed-out-after-x-milliseconds/ carefully, as they… -
Posted a reply to Database error while loading media library, on the site WordPress.org Forums:
You have to delete the images from the Media Library to fully remove them, because… -
Posted a reply to Page cache not deducted, on the site WordPress.org Forums:
I am sorry but your link https://easyupload.io/e8b00k asks to download something, which I will not… -
Posted a reply to Youtube embed showing space and no video, on the site WordPress.org Forums:
There's a JS error in the console when visiting that page, related exactly the video… -
Posted a reply to Unexpected Fatal Error … polyfill-php80/bootstrap.php on line 29, on the site WordPress.org Forums:
Check https://wordpress.org/support/topic/cron-error-15/ Probably (specially if you’re on a shared host) you’ll have to ask your… -
Posted a reply to No Favicon when in admin backend, on the site WordPress.org Forums:
Have you made sure that both the WordPress Address (URL) and Site Address (URL) in… -
Posted a reply to Widget showing every filters on the sidebar, on the site WordPress.org Forums:
I don't think this is a WordPress native widget? Thus, depending on what plugin you… -
Posted a reply to Any news regarding how to enable Gutenberg Block Editor on taxonomy term pages?, on the site WordPress.org Forums:
Taxonomy Descriptions do not accept HTML natively, so using Blocks in them is very inadequate.… -
Posted a reply to No Author for some posts, on the site WordPress.org Forums:
I have had this problem repeatedly in different flavours over the past year, every time… -
Posted a reply to unsolicited WordPress logins added unwanted stuff and removed parts of Home Page, on the site WordPress.org Forums:
WordPress itself as a program does not and cannot perform logins on its own, add… -
Posted a reply to WordPress Login for specific account refreshes with no error with correct pas, on the site WordPress.org Forums:
This sounds like a JS conflict (there are a few that are caused on some… -
Posted a reply to Unexpected Fatal Error … polyfill-php80/bootstrap.php on line 29, on the site WordPress.org Forums:
I think it is this same issue: https://wordpress.org/support/topic/php-parse-error-syntax-error-unexpected-expecting-variable-t_variable/ Are you sure it is using PHP… -
Posted a reply to No Favicon when in admin backend, on the site WordPress.org Forums:
Maybe it is just cache? Favicons are very hard-cached. You could try to fully empty…
Developer
-
TukuToi Contact Form
Active Installs: Less than 10
-
TukuToi Hierarchical Posts Tree View
Active Installs: Less than 10
-
TukuToi Maintenance
Active Installs: Less than 10
-
TukuToi Send Email If
Active Installs: Less than 10
Deutsch (German) Plugins Translation Editor - #de_DE
-
TukuToi Maintenance
Active Installs: Less than 10
-
TukuToi Send Email If
Active Installs: Less than 10
-
TukuToi Hierarchical Posts Tree View
Active Installs: Less than 10