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 What plugins to create wordpress site like that?, on the site WordPress.org Forums:
Like a geocache location repository? You mainly need an appropriate mapping plugin. The Google Maps…1 hour ago
-
Posted a reply to Location dropdown filter, on the site WordPress.org Forums:
All the cities in a country listed by some greater division like state, province, etc.…1 hour ago
-
Posted a reply to Creating a role to edit a specific CPT, on the site WordPress.org Forums:
Right, adding a user with a role with only "read" capability should give the user…1 hour ago
-
Posted a reply to wp_insert_post with custom post type page and init, on the site WordPress.org Forums:
Post type 'page' is reserved by WP, you must not attempt to make a CPT…4 hours ago
-
Posted a reply to Logo Alt Atrribute code for functions.php, on the site WordPress.org Forums:
Assigning alt text to $custom_logo_attr['alt'] is the correct way to pass an alt attribute to…6 hours ago
-
Posted a reply to Featured Image Missing in Gutenberg Custom Post Type, on the site WordPress.org Forums:
'supports' => array('editor', 'thumbnail',), :)6 hours ago
-
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…1 day 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…1 day 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…1 day 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…3 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…3 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…3 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?…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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' ) .…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:
The only way to authenticate a user without a plugin is by cookie authentication as…3 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…4 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…4 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…4 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…4 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…4 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…4 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…4 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.…4 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…4 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…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:
I don't see any way to insert a new post into any random WP site…4 days ago
-
Posted a reply to Quick edit & Custom Columns, on the site WordPress.org Forums:
Hah! Clever :) Good "out of the box" thinking.4 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…5 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…5 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…5 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…5 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+