bcworkz
@bcworkz on WordPress.org and Slack
- Member Since: November 2nd, 2011
Contribution History
bcworkz’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Support Contributor Support Contributor
- Support Team Support Team
- Plugin Developer Plugin Developer
-
Posted a reply to Categories Jumble, on the site WordPress.org Forums:
A possible quick and dirty fix is to add the following CSS to the Additional…3 hours ago
-
Posted a reply to Single link in to blog post creation, on the site WordPress.org Forums:
The file is post-new.php, the question is in which sub-site? You'd need some custom code…3 hours ago
-
Posted a reply to Get information from several custom fields in custom post type, on the site WordPress.org Forums:
The change works for me on my site in a testing plugin I use when…4 hours ago
-
Posted a reply to How can i display an image for the Google preview mobile result without it showi, on the site WordPress.org Forums:
If your pages have an OpenGraph image tag, Google should use the specified image instead…19 hours ago
-
Posted a reply to PHP/JS in post title, on the site WordPress.org Forums:
As you likely discovered, you cannot enter functioning code as a post title. What you…19 hours ago
-
Posted a reply to Mass manage / delete (child) categories, on the site WordPress.org Forums:
The category term queries are more complicated than you may realize. If you are sure…20 hours ago
-
Posted a reply to issue, on the site WordPress.org Forums:
The page you linked does not seem to have an iframe. It's difficult to answer…20 hours ago
-
Posted a reply to Multi language site: restrict access to downloads to user’s own language, on the site WordPress.org Forums:
Evaluate a few of these plugins and see if any meet your needs. It's certainly…20 hours ago
-
Posted a reply to Hook not working as wanted, on the site WordPress.org Forums:
Redirecting out of an action hook is generally not recommended. WP expects to regain control…20 hours ago
-
Posted a reply to Rotate image with mouse, on the site WordPress.org Forums:
You are correct in that Developing WP is about coding for WP. The thing is…21 hours ago
-
Posted a reply to REST API always forbidden for wp-json/wp/v2/users end-point, on the site WordPress.org Forums:
I could not say why for sure. Here's some possible reasons: The authenticated user does…22 hours ago
-
Posted a reply to Ho to prefill a field in a custom content-type?, on the site WordPress.org Forums:
So you just want to pre-populate certain input fields with suggested values when the edit…22 hours ago
-
Posted a reply to Shared Taxonomy, hide admin links in one, on the site WordPress.org Forums:
I see. 'show_in_menu' would not give you the fine control of which sub-menu to use…22 hours ago
-
Posted a reply to How to add #anchor at the end of the WordPress URL, on the site WordPress.org Forums:
Sure, good idea! You can get it from $_SERVER['REQUEST_URI']. Would every page always have an…22 hours ago
-
Posted a reply to Using Redirected Domain Name for Sub Pages, on the site WordPress.org Forums:
In its default configuration, WP uses the domain set in the Site and WP Address…2 days ago
-
Posted a reply to Cookie code find and cookiebot integration, on the site WordPress.org Forums:
WP core does not store cookies unless the user logs in. It certainly doesn't set…2 days ago
-
Posted a reply to Ho to prefill a field in a custom content-type?, on the site WordPress.org Forums:
That's not practical because there is no post ID yet to associate with the custom…2 days ago
-
Posted a reply to Удалить домен с сайта, on the site WordPress.org Forums:
You want to stop using one domain and use another on an existing site, correct?…2 days ago
-
Posted a reply to Cloning/Mirroring Categories between Taxonomies, on the site WordPress.org Forums:
This could certainly be done by a custom script. Couldn't you simply associate the projects…2 days ago
-
Posted a reply to Separate domain for blog in WP multisite that is itself in a subdirectory, on the site WordPress.org Forums:
Have you tried pointing otherdomain.tld to /wp/blog1/ folder? If your hosting control panel won't let…2 days ago
-
Posted a reply to wordpres alt kategori görüntülenme sorunu, on the site WordPress.org Forums:
That is how category queries work by default. They include all child categories below the…2 days ago
-
Posted a reply to Multisite – add new plugin – ERR_TOO_MANY_REDIRECTS, on the site WordPress.org Forums:
Double check that your edits to .htaccess are as described in Tools > Network Setup…2 days ago
-
Posted a reply to Shared Taxonomy, hide admin links in one, on the site WordPress.org Forums:
Indeed it does work. You could instead pass 'show_in_menu' => false, when registering. I think…2 days ago
-
Posted a reply to Pagination problem, on the site WordPress.org Forums:
Like Joy suggests, avoid your own query if you can. Based on your code, you…2 days ago
-
Posted a reply to upload_mimes filter not working correctly, on the site WordPress.org Forums:
The MIME type restrictions only apply to users without the "unfiltered_upload" capability. You can remove…2 days ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
There's never a reason to return a value from any action hook. It will be…2 days ago
-
Posted a reply to Get information from several custom fields in custom post type, on the site WordPress.org Forums:
Try: // Поля формы для введения данных echo '<label for="new_field">' . __("Автор", 'textdomain' ) .…2 days ago
-
Posted a reply to Creating a Post , via REST API: 401 Sorry, you are not allowed to create terms, on the site WordPress.org Forums:
The only way to authenticate a user without a plugin is by cookie authentication as…2 days ago
-
Posted a reply to blank white screen in ‘editor mode’, on the site WordPress.org Forums:
Something is poorly coded for 5.3.2 and really needs to be resolved. You need to…3 days ago
-
Posted a reply to Only showing directory in MAMP, on the site WordPress.org Forums:
Be sure your problem WP installation has its index.php file in place. What happens if…3 days ago
-
Posted a reply to Private Patient Portal, on the site WordPress.org Forums:
There are a few ways to manage this. There are plugins specifically for managing access…3 days ago
-
Posted a reply to Locale changed during Ajax call with REST API, on the site WordPress.org Forums:
You can use the "locale" filter to set it to any value you want, though…3 days ago
-
Posted a reply to Creating PDF Marketing Files from theme materials, on the site WordPress.org Forums:
Hello! Welcome to the WP community. There are online conversion apps that will make a…3 days ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
There is no point in returning any values from an action callback, any returned value…3 days ago
-
Posted a reply to Get information from several custom fields in custom post type, on the site WordPress.org Forums:
Data saved under the old key names would no longer be accessible to the new…3 days ago
-
Posted a reply to Escaping hardcoded strings, on the site WordPress.org Forums:
Not if there are no chars in the string that would need to be escaped.…3 days ago
-
Posted a reply to LDAP restrict access to posts, on the site WordPress.org Forums:
Managing access without requiring login would not be very secure. Such a scheme would rely…3 days ago
-
Posted a reply to one image can “preview” multiple images, on the site WordPress.org Forums:
So the preview image shows up in modal on the page similar to how Lightbox…3 days ago
-
Posted a reply to Creating a Post , via REST API: 401 Sorry, you are not allowed to create terms, on the site WordPress.org Forums:
I don't see any way to insert a new post into any random WP site…3 days ago
-
Posted a reply to Quick edit & Custom Columns, on the site WordPress.org Forums:
Hah! Clever :) Good "out of the box" thinking.3 days ago
-
Posted a reply to Unwanted link showing on my posts, on the site WordPress.org Forums:
Do you have a plugin related to adding a Twitter follow button? This seems to…4 days ago
-
Posted a reply to Media query not working in chrome, on the site WordPress.org Forums:
Chrome is a stickler for syntax, the others less so. You need terminating ; for…4 days ago
-
Posted a reply to Custom Sizing YouTube Videos inline?, on the site WordPress.org Forums:
Does your theme establish a maximum content width? AFAIK the YT video player size is…4 days ago
-
Posted a reply to All WordPress sites slow on our hosting server, on the site WordPress.org Forums:
Don't those tools make suggestions for improving page speed? While not all suggestions are always…4 days ago
-
Posted a reply to Installing on a subdomain, on the site WordPress.org Forums:
There are a number of approaches. Any of them could be considered "correct". You could…4 days ago
-
Posted a reply to Show several pages on 1 page by clicking on different buttons, on the site WordPress.org Forums:
A traditional "menu" isn't what you are after because the content changes day to day,…4 days ago
-
Posted a reply to LDAP restrict access to posts, on the site WordPress.org Forums:
There are a number of WP plugins that manage access to certain pages. They may…4 days ago
-
Posted a reply to one image can “preview” multiple images, on the site WordPress.org Forums:
What do you mean by "preview"? Please describe the intended user experience in detail. It…4 days ago
-
Posted a reply to Creating a Post , via REST API: 401 Sorry, you are not allowed to create terms, on the site WordPress.org Forums:
A site's plugins would apply to all users, unless you are using multisite. Even then,…4 days ago
-
Posted a reply to Password (and more problems) on signup process, on the site WordPress.org Forums:
Once plugins get involved, the usual hooks can become unpredictable and the ideal approach would…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+