bcworkz
@bcworkz on WordPress.org and Slack
Bio
WordPress Origin Story
Contributions
- Member Since: November 2nd, 2011
- GitHub: bcworkz-wp
Contribution History
bcworkz’s badges:- Core Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Support Team
-
Posted a reply to WordPress admin intermittently failing – posts not saving, on the site WordPress.org Forums:
The symptoms you near certainly describe a server issue external to WP. It's not uncommon… -
Posted a reply to How to dynamically add latest post to nav menu, on the site WordPress.org Forums:
wp_nav_menu() doesn't support ordering because most menus are manually constructed. There's a "menu_order" value that… -
Posted a reply to “WordPress Critical Error”, on the site WordPress.org Forums:
The thread you linked to is apparently unrelated to the error you're getting. Your issue… -
Posted a reply to Child theme for 2024 and 2025 themes displays white screen. Exact same child the, on the site WordPress.org Forums:
The exact same code could cause an error on one server but not another if… -
Posted a reply to “WordPress Critical Error”, on the site WordPress.org Forums:
The problem is within your redirection plugin. Via FTP or your hosting file manager, rename… -
Posted a reply to Repareren website mislukt, on the site WordPress.org Forums:
It perhaps your DB tables got renamed incorrectly? It's unclear how repair was attempted. Determine… -
Posted a reply to Big problem – Moving the Content block in the article editor, on the site WordPress.org Forums:
Drag and drop can be tricky because it's sometimes difficult to see where the block… -
Posted a reply to get_posts with meta_query and include array, on the site WordPress.org Forums:
Most parameters in WP_Query get logically ANDed, it's likely what's happening here. You want OR… -
Posted a reply to Updated to 6.9 & some Admin Page Icons missing, on the site WordPress.org Forums:
Those missing elements come about through different methods, so the common cause is elusive. Check… -
Posted a reply to Problem with column and width of column content, on the site WordPress.org Forums:
Proper layout and coordinating between editor and previews is the responsibility of your theme. Consider… -
Posted a reply to Fixing WordPress, on the site WordPress.org Forums:
Looking at your site, I'm guessing you're relying upon JetPack for visitation stats. JetPack related… -
Posted a reply to Function is_page was called incorrectly. Conditional query tags do not work befo, on the site WordPress.org Forums:
Well, as the notice says, the cause is is_page() was called too early. The post_status… -
Posted a reply to Image exists but has_post_thumbnail says it doesn’t, on the site WordPress.org Forums:
I cannot replicate such behavior, so there's no way for me (or anyone else) to… -
Posted a reply to Permalink not showing, on the site WordPress.org Forums:
If you're not seeing the default block editor view, then threadi's reply above is most… -
Posted a reply to Permalink not showing, on the site WordPress.org Forums:
I assume you're looking for this in the block editor? Be sure the side pane… -
Posted a reply to Website inaccessible after 6.9 upgrade, on the site WordPress.org Forums:
Using plain http:// protocol (instead of https://) on port 443 is invalid. Normal browser requests… -
Posted a reply to Unable to re-install WordPress 6.9, on the site WordPress.org Forums:
You can manually re-install v6.9 via FTP. You would extract the .zip file and upload… -
Posted a reply to Unable to Upload Images – “The server cannot process the image” Error, on the site WordPress.org Forums:
If neither one is present then that would be a problem. Assuming one or the… -
Posted a reply to Not Receiving Form and Contact Submissions, on the site WordPress.org Forums:
It could be a plugin issue, but this sort of problem is usually somewhere else… -
Posted a reply to How can invalid characte be removed and prevent rss feed from xml parsing error?, on the site WordPress.org Forums:
There's no predefined function since apparently a 0xFFFF character is entirely unexpected. However, the wp_insert_post()… -
Posted a reply to Site Health Persistent Object Cache Error Message, on the site WordPress.org Forums:
Your Memcache plugin may need to be updated. AFAIK, the plugin is required to signal… -
Posted a reply to Prevent WordPress 6.9 move styles to header, on the site WordPress.org Forums:
The current style enqueue scheme has no provision to defer style loading. To do so,… -
Posted a reply to wordpress tables missing, on the site WordPress.org Forums:
You'll need the phpMyAdmin app in order to hopefully resolve this. It's generally accessed through… -
Posted a reply to How can invalid characte be removed and prevent rss feed from xml parsing error?, on the site WordPress.org Forums:
Escaping is still the right thing to do even if it doesn't resolve the issue… -
Posted a reply to How can invalid characte be removed and prevent rss feed from xml parsing error?, on the site WordPress.org Forums:
You should be escaping any content prior to output. Run $descripcion1 through esc_xml(). By truncating… -
Posted a reply to Post Migration Issue, on the site WordPress.org Forums:
192.168.1.190/wordpress should at least work, even if it's not what you want. By requesting only… -
Posted a reply to Post Migration Issue, on the site WordPress.org Forums:
Configuration varies somewhat depending on the specific O/S. I believe Pi OS is essentially Debian?… -
Posted a reply to Differnet sections in website, on the site WordPress.org Forums:
You can alter background color of any HTML element by targeting its attributes with custom… -
Posted a reply to Critical Error, on the site WordPress.org Forums:
Enabling debugging is a good tip. Adding to that thought: for production sites, you shouldn't… -
Posted a reply to Self install WordPress Multisite vs. paid WordPress hosting, on the site WordPress.org Forums:
If you have some basic web server administration experience (mainly in using FTP), there's little… -
Posted a reply to Critical Error, on the site WordPress.org Forums:
Doesn't the email tell you what the actual error was? What was actual the error… -
Posted a reply to collating variables from a wp database into a string, on the site WordPress.org Forums:
If you attempted to output $cloud9, such as output to the console log, it very… -
Posted a reply to How to Overlap Images?, on the site WordPress.org Forums:
Indeed. The block editor is very particular about what block attributes are permitted. You should… -
Posted a reply to How to Overlap Images?, on the site WordPress.org Forums:
Use CSS margin properties to move one image into the desired position from where the… -
Posted a reply to All blogs are gone!, on the site WordPress.org Forums:
If you're unable to re-activate your normal theme, then it's definitely causing errors. Not only… -
Posted a reply to All blogs are gone!, on the site WordPress.org Forums:
Those pages are always populated with lots of posts every time I tried. I've disabled… -
Posted a reply to Why my website is so slow?, on the site WordPress.org Forums:
The minify process makes the file smaller while still maintaining valid syntax that can be… -
Posted a reply to Why my website is so slow?, on the site WordPress.org Forums:
It's infeasible to cache search results since every search yields unique results. It's also contrary… -
Posted a reply to Not Able to see the dashboard of wordpress, on the site WordPress.org Forums:
The measures they are suggesting are pointless as long as the max questions setting remains… -
Posted a reply to Restoring draft post from Trash doesn’t restore slug, on the site WordPress.org Forums:
Thanks for reporting this. It seems the bug from 10 years ago wasn't totally fixed,… -
Posted a reply to Not Able to see the dashboard of wordpress, on the site WordPress.org Forums:
WordPress database error User ‘globalay_globalglobalayucare’ has exceeded the ‘max_questions’ resource (current value: 1) 1 question… -
Posted a reply to Shop page header, on the site WordPress.org Forums:
It seems that different CSS is being applied for that page. It's possible your theme… -
Posted a reply to Converting old WordPress tables from latin1 tables to utf8mb4, on the site WordPress.org Forums:
That can all be done through the phpMyAdmin app, usually accessed through your hosting account… -
Posted a reply to Intagration of Site Health Tool Manager into wordpress, on the site WordPress.org Forums:
A similar request has already been entered into the WP Trac system. Sadly, there has… -
Posted a reply to Looking for insights on a persistent WordPress update issue, on the site WordPress.org Forums:
If a page edit gets properly updated in the DB, it's infeasible for WP to… -
Posted a reply to Idea for a Python REST API plugin to modify the content, on the site WordPress.org Forums:
You're free to develop you own Python GUI as a WP plugin. Of course it… -
Posted a reply to critical error on wordpress backend, on the site WordPress.org Forums:
Please ask in the dedicated support forum for LiteSpeed. It'd be helpful to know what… -
Posted a reply to MU Cookies will not allow login and cause redirect loop, on the site WordPress.org Forums:
Yes, but only to the point that it's before WP sets auth cookies. Unless there's… -
Posted a reply to MU Cookies will not allow login and cause redirect loop, on the site WordPress.org Forums:
Are you using subdomains or totally different domain names for sub-sites? What your host said… -
Posted a reply to MU Cookies will not allow login and cause redirect loop, on the site WordPress.org Forums:
There shouldn't be a cookie conflict since you have different domain names, so I suspect…
Contributor
-
Contact Form 7 email verification
Active Installs: 100+